Html Css Color HEX #0C1BAF International Klein Blue
📋 copy color: '#0C1BAF'red 12 ◦ green 27 ◦ blue 175
Shades of International Klein Blue #0C1BAF
Tints of International Klein Blue #0C1BAF
RGB
CMYK
RGB Variations
Color information
#0C1BAF (or 0x0C1BAF) is known color: International Klein Blue. HEX triplet: 0C, 1B and AF. RGB value is (12,27,175). Sum of RGB (Red+Green+Blue) = 12+27+175=214 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.61% from 214); Green value is 27 (10.94% from 255 or 12.62% from 214); Blue value is 175 (68.75% from 255 or 81.78% from 214); Max value from RGB is 175 - color contains mainly: blue. Hex color #0C1BAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C1BAF is #F3E450. Grayscale: #262626. Windows color (decimal): -15983697 or 11475724. OLE color: 11475724.
HSL color Cylindrical-coordinate representation of color #0C1BAF: hue angle of 234.48º 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 #0C1BAF is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 12 | 27 | 175 | - |
| CMYK | 0.93 | 0.85 | 0 | 0.31 |
| HSL | 234.48º | 0.87% | 0.37% | - |
| HSV(B) | 234.48º | 0.93% | 0.69% | - |
| XYZ | 8.28 | 3.96 | 40.88 | - |
| YUV | 39.39 | 204.53 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 27 | 175 | 0.93 | 0.85 | 0 | 0.31 | 234.48 | 0.87 | 0.37 |
| Hex | C | 1B | AF | 5D | 55 | 0 | 1F | EA | 57 | 25 |
| Octal | 14 | 33 | 257 | 135 | 125 | 0 | 37 | 352 | 127 | 45 |
| Binary | 1100 | 11011 | 10101111 | 1011101 | 1010101 | 0 | 11111 | 11101010 | 1010111 | 100101 |
Color Harmonies of #0C1BAF
Complementary color
Monochromatic Colors of #0C1BAF
Black with #0C1BAF
Text Example
Text Example
White with #0C1BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1BAF; }
p { color: rgb(12,27,175); }
H1.HeaderClassName
{
color: #0C1BAF;
}
.AnyTagClassName
{
color: #0C1BAF;
}
</style>
background-color css
<style>
a { background-color: #0C1BAF; }
a { background-color: rgb(12,27,175); }
div.DivClassName
{
background-color: #0C1BAF;
}
.BgClassName
{
background-color: #0C1BAF;
}
</style>
border-color css
<style>
span { border-color: #0C1BAF; }
span { border-color: rgb(12,27,175); }
td.TdClassName
{
border-color: #0C1BAF;
}
.TagClassName
{
border-color: #0C1BAF;
}
</style>