#192FC9

Color #192FC9 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #192FC9

Tints of Persian Blue #192FC9

Color information

#192FC9 (or 0x192FC9) is unknown color: approx Persian Blue. HEX triplet: 19, 2F and C9. RGB value is (25,47,201). Sum of RGB (Red+Green+Blue) = 25+47+201=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 201 (78.91% from 255 or 73.63% from 273); Max value from RGB is 201 - color contains mainly: blue. Hex color #192FC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192FC9 is #E6D036. Grayscale: #393939. Windows color (decimal): -15126583 or 13184793. OLE color: 13184793.

HSL color Cylindrical-coordinate representation of color #192FC9: hue angle of 232.5º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #192FC9 is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB2547201-
CMYK0.880.7700.21
HSL232.5º77.88%44.31%-
HSV(B)232.5º87.56%78.82%-
XYZ11.966.4655.87-
YUV57.98208.71104.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 25 (10.16% from 255) = 9.16%
GREEN value IS 47 (18.75% from 255) = 17.22%
BLUE value IS 201 (78.91% from 255) = 73.63%
R=9.16%
G=17.22%
B=73.63%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal25472010.880.7700.21232.577.8844.31
Hex192FC9584D015e84e2c
Octal315731113011502535011654
Binary110011011111100100110110001001101010101111010001001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192FC9; }

 p { color: rgb(25,47,201); }

 H1.HeaderClassName
 {
   color: #192FC9;
 }
 .AnyTagClassName
 {
   color: #192FC9;
 }
</style>
background-color css

<style>
 a { background-color: #192FC9; }

 a { background-color: rgb(25,47,201); }

 div.DivClassName
 {
   background-color: #192FC9;
 }
 .BgClassName
 {
   background-color: #192FC9;
 }
</style>
border-color css

<style>
 span { border-color: #192FC9; }

 span { border-color: rgb(25,47,201); }

 td.TdClassName
 {
   border-color: #192FC9;
 }
 .TagClassName
 {
   border-color: #192FC9;
 }
</style>