Html Css Color HEX #0C1CBA International Klein Blue
📋 copy color: '#0C1CBA'red 12 ◦ green 28 ◦ blue 186
Shades of International Klein Blue #0C1CBA
Tints of International Klein Blue #0C1CBA
RGB
CMYK
RGB Variations
Color information
#0C1CBA (or 0x0C1CBA) is known color: International Klein Blue. HEX triplet: 0C, 1C and BA. RGB value is (12,28,186). Sum of RGB (Red+Green+Blue) = 12+28+186=226 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.31% from 226); Green value is 28 (11.33% from 255 or 12.39% from 226); Blue value is 186 (73.05% from 255 or 82.30% from 226); Max value from RGB is 186 - color contains mainly: blue. Hex color #0C1CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C1CBA is #F3E345. Grayscale: #282828. Windows color (decimal): -15983430 or 12196876. OLE color: 12196876.
HSL color Cylindrical-coordinate representation of color #0C1CBA: hue angle of 234.48º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C1CBA is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 28 | 186 | - |
| CMYK | 0.94 | 0.85 | 0 | 0.27 |
| HSL | 234.48º | 0.88% | 0.39% | - |
| HSV(B) | 234.48º | 0.94% | 0.73% | - |
| XYZ | 9.43 | 4.45 | 46.82 | - |
| YUV | 41.23 | 209.7 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 28 | 186 | 0.94 | 0.85 | 0 | 0.27 | 234.48 | 0.88 | 0.39 |
| Hex | C | 1C | BA | 5E | 55 | 0 | 1B | EA | 58 | 27 |
| Octal | 14 | 34 | 272 | 136 | 125 | 0 | 33 | 352 | 130 | 47 |
| Binary | 1100 | 11100 | 10111010 | 1011110 | 1010101 | 0 | 11011 | 11101010 | 1011000 | 100111 |
Color Harmonies of #0C1CBA
Complementary color
Monochromatic Colors of #0C1CBA
Black with #0C1CBA
Text Example
Text Example
White with #0C1CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1CBA; }
p { color: rgb(12,28,186); }
H1.HeaderClassName
{
color: #0C1CBA;
}
.AnyTagClassName
{
color: #0C1CBA;
}
</style>
background-color css
<style>
a { background-color: #0C1CBA; }
a { background-color: rgb(12,28,186); }
div.DivClassName
{
background-color: #0C1CBA;
}
.BgClassName
{
background-color: #0C1CBA;
}
</style>
border-color css
<style>
span { border-color: #0C1CBA; }
span { border-color: rgb(12,28,186); }
td.TdClassName
{
border-color: #0C1CBA;
}
.TagClassName
{
border-color: #0C1CBA;
}
</style>