#0C19B6

Color #0C19B6 International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #0C19B6

Tints of International Klein Blue #0C19B6

Color information

#0C19B6 (or 0x0C19B6) is unknown color: approx International Klein Blue. HEX triplet: 0C, 19 and B6. RGB value is (12,25,182). Sum of RGB (Red+Green+Blue) = 12+25+182=219 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.48% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 182 (71.48% from 255 or 83.11% from 219); Max value from RGB is 182 - color contains mainly: blue. Hex color #0C19B6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C19B6 is #F3E649. Grayscale: #262626. Windows color (decimal): -15984202 or 11933964. OLE color: 11933964.

HSL color Cylindrical-coordinate representation of color #0C19B6: hue angle of 235.41º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C19B6 is Cyan = 0.93, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1225182-
CMYK0.930.8600.29
HSL235.41º87.63%38.04%-
HSV(B)235.41º93.41%71.37%-
XYZ8.944.1544.59-
YUV39.01208.69108.73-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.48%
GREEN value IS 25 (10.16% from 255) = 11.42%
BLUE value IS 182 (71.48% from 255) = 83.11%
R=5.48%
G=11.42%
B=83.11%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal12251820.930.8600.29235.4187.6338.04
HexC19B65D5601Deb5826
Octal143126613512603535313046
Binary1100110011011011010111011010110011101111010111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C19B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C19B6; }

 p { color: rgb(12,25,182); }

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

<style>
 a { background-color: #0C19B6; }

 a { background-color: rgb(12,25,182); }

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

<style>
 span { border-color: #0C19B6; }

 span { border-color: rgb(12,25,182); }

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