Html Css Color HEX #0C1DAF International Klein Blue
📋 copy color: '#0C1DAF'red 12 ◦ green 29 ◦ blue 175
Shades of International Klein Blue #0C1DAF
Tints of International Klein Blue #0C1DAF
RGB
CMYK
RGB Variations
Color information
#0C1DAF (or 0x0C1DAF) is known color: International Klein Blue. HEX triplet: 0C, 1D and AF. RGB value is (12,29,175). Sum of RGB (Red+Green+Blue) = 12+29+175=216 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.56% from 216); Green value is 29 (11.72% from 255 or 13.43% from 216); Blue value is 175 (68.75% from 255 or 81.02% from 216); Max value from RGB is 175 - color contains mainly: blue. Hex color #0C1DAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C1DAF is #F3E250. Grayscale: #272727. Windows color (decimal): -15983185 or 11476236. OLE color: 11476236.
HSL color Cylindrical-coordinate representation of color #0C1DAF: hue angle of 233.74º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C1DAF is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 12 | 29 | 175 | - |
| CMYK | 0.93 | 0.83 | 0 | 0.31 |
| HSL | 233.74º | 0.87% | 0.37% | - |
| HSV(B) | 233.74º | 0.93% | 0.69% | - |
| XYZ | 8.33 | 4.05 | 40.9 | - |
| YUV | 40.56 | 203.87 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 29 | 175 | 0.93 | 0.83 | 0 | 0.31 | 233.74 | 0.87 | 0.37 |
| Hex | C | 1D | AF | 5D | 53 | 0 | 1F | EA | 57 | 25 |
| Octal | 14 | 35 | 257 | 135 | 123 | 0 | 37 | 352 | 127 | 45 |
| Binary | 1100 | 11101 | 10101111 | 1011101 | 1010011 | 0 | 11111 | 11101010 | 1010111 | 100101 |
Color Harmonies of #0C1DAF
Complementary color
Monochromatic Colors of #0C1DAF
Black with #0C1DAF
Text Example
Text Example
White with #0C1DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1DAF; }
p { color: rgb(12,29,175); }
H1.HeaderClassName
{
color: #0C1DAF;
}
.AnyTagClassName
{
color: #0C1DAF;
}
</style>
background-color css
<style>
a { background-color: #0C1DAF; }
a { background-color: rgb(12,29,175); }
div.DivClassName
{
background-color: #0C1DAF;
}
.BgClassName
{
background-color: #0C1DAF;
}
</style>
border-color css
<style>
span { border-color: #0C1DAF; }
span { border-color: rgb(12,29,175); }
td.TdClassName
{
border-color: #0C1DAF;
}
.TagClassName
{
border-color: #0C1DAF;
}
</style>