Html Css Color HEX #192BC9 Persian Blue

📋 copy color: '#192BC9'

red 25 ◦ green 43 ◦ blue 201

#192BC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #192BC9

Tints of Persian Blue #192BC9

RGB

 RED value IS 25 (10.16% from 255) = 9.29%

 GREEN value IS 43 (17.19% from 255) = 15.99%

 BLUE value IS 201 (78.91% from 255) = 74.72%

R = 9.29%
G = 15.99%
B = 74.72%

CMYK

 C value IS 0.88

 M value IS 0.79

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#192BC9 (or 0x192BC9) is known color: Persian Blue. HEX triplet: 19, 2B and C9. RGB value is (25,43,201). Sum of RGB (Red+Green+Blue) = 25+43+201=269 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.29% from 269); Green value is 43 (17.19% from 255 or 15.99% from 269); Blue value is 201 (78.91% from 255 or 74.72% from 269); Max value from RGB is 201 - color contains mainly: blue. Hex color #192BC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192BC9 is #E6D436. Grayscale: #363636. Windows color (decimal): -15127607 or 13183769. OLE color: 13183769.

HSL color Cylindrical-coordinate representation of color #192BC9: hue angle of 233.86º 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 #192BC9 is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 25 43 201 -
CMYK 0.88 0.79 0 0.21
HSL 233.86º 0.78% 0.44% -
HSV(B) 233.86º 0.88% 0.79% -
XYZ 11.81 6.15 55.82 -
YUV 55.63 210.04 106.15 -
System Red Green Blue C M Y K H S L
Decimal 25 43 201 0.88 0.79 0 0.21 233.86 0.78 0.44
Hex 19 2B C9 58 4F 0 15 EA 4E 2C
Octal 31 53 311 130 117 0 25 352 116 54
Binary 11001 101011 11001001 1011000 1001111 0 10101 11101010 1001110 101100

Color Harmonies of #192BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192BC9

Black with #192BC9

Text Example


Text Example

White with #192BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #192BC9;
 }
 .AnyTagClassName
 {
   color: #192BC9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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