Html Css Color HEX #0C19AB International Klein Blue
📋 copy color: '#0C19AB'red 12 ◦ green 25 ◦ blue 171
Shades of International Klein Blue #0C19AB
Tints of International Klein Blue #0C19AB
RGB
CMYK
RGB Variations
Color information
#0C19AB (or 0x0C19AB) is known color: International Klein Blue. HEX triplet: 0C, 19 and AB. RGB value is (12,25,171). Sum of RGB (Red+Green+Blue) = 12+25+171=208 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.77% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 171 (67.19% from 255 or 82.21% from 208); Max value from RGB is 171 - color contains mainly: blue. Hex color #0C19AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C19AB is #F3E654. Grayscale: #252525. Windows color (decimal): -15984213 or 11213068. OLE color: 11213068.
HSL color Cylindrical-coordinate representation of color #0C19AB: hue angle of 235.09º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C19AB is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 25 | 171 | - |
| CMYK | 0.93 | 0.85 | 0 | 0.33 |
| HSL | 235.09º | 0.87% | 0.36% | - |
| HSV(B) | 235.09º | 0.93% | 0.67% | - |
| XYZ | 7.85 | 3.71 | 38.83 | - |
| YUV | 37.76 | 203.19 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 25 | 171 | 0.93 | 0.85 | 0 | 0.33 | 235.09 | 0.87 | 0.36 |
| Hex | C | 19 | AB | 5D | 55 | 0 | 21 | EB | 57 | 24 |
| Octal | 14 | 31 | 253 | 135 | 125 | 0 | 41 | 353 | 127 | 44 |
| Binary | 1100 | 11001 | 10101011 | 1011101 | 1010101 | 0 | 100001 | 11101011 | 1010111 | 100100 |
Color Harmonies of #0C19AB
Complementary color
Monochromatic Colors of #0C19AB
Black with #0C19AB
Text Example
Text Example
White with #0C19AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C19AB; }
p { color: rgb(12,25,171); }
H1.HeaderClassName
{
color: #0C19AB;
}
.AnyTagClassName
{
color: #0C19AB;
}
</style>
background-color css
<style>
a { background-color: #0C19AB; }
a { background-color: rgb(12,25,171); }
div.DivClassName
{
background-color: #0C19AB;
}
.BgClassName
{
background-color: #0C19AB;
}
</style>
border-color css
<style>
span { border-color: #0C19AB; }
span { border-color: rgb(12,25,171); }
td.TdClassName
{
border-color: #0C19AB;
}
.TagClassName
{
border-color: #0C19AB;
}
</style>