Html Css Color HEX #0C1DBA International Klein Blue
📋 copy color: '#0C1DBA'red 12 ◦ green 29 ◦ blue 186
Shades of International Klein Blue #0C1DBA
Tints of International Klein Blue #0C1DBA
RGB
CMYK
RGB Variations
Color information
#0C1DBA (or 0x0C1DBA) is known color: International Klein Blue. HEX triplet: 0C, 1D and BA. RGB value is (12,29,186). Sum of RGB (Red+Green+Blue) = 12+29+186=227 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.29% from 227); Green value is 29 (11.72% from 255 or 12.78% from 227); Blue value is 186 (73.05% from 255 or 81.94% from 227); Max value from RGB is 186 - color contains mainly: blue. Hex color #0C1DBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C1DBA is #F3E245. Grayscale: #292929. Windows color (decimal): -15983174 or 12197132. OLE color: 12197132.
HSL color Cylindrical-coordinate representation of color #0C1DBA: hue angle of 234.14º 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 #0C1DBA is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 29 | 186 | - |
| CMYK | 0.94 | 0.84 | 0 | 0.27 |
| HSL | 234.14º | 0.88% | 0.39% | - |
| HSV(B) | 234.14º | 0.94% | 0.73% | - |
| XYZ | 9.45 | 4.5 | 46.83 | - |
| YUV | 41.82 | 209.37 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 29 | 186 | 0.94 | 0.84 | 0 | 0.27 | 234.14 | 0.88 | 0.39 |
| Hex | C | 1D | BA | 5E | 54 | 0 | 1B | EA | 58 | 27 |
| Octal | 14 | 35 | 272 | 136 | 124 | 0 | 33 | 352 | 130 | 47 |
| Binary | 1100 | 11101 | 10111010 | 1011110 | 1010100 | 0 | 11011 | 11101010 | 1011000 | 100111 |
Color Harmonies of #0C1DBA
Complementary color
Monochromatic Colors of #0C1DBA
Black with #0C1DBA
Text Example
Text Example
White with #0C1DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1DBA; }
p { color: rgb(12,29,186); }
H1.HeaderClassName
{
color: #0C1DBA;
}
.AnyTagClassName
{
color: #0C1DBA;
}
</style>
background-color css
<style>
a { background-color: #0C1DBA; }
a { background-color: rgb(12,29,186); }
div.DivClassName
{
background-color: #0C1DBA;
}
.BgClassName
{
background-color: #0C1DBA;
}
</style>
border-color css
<style>
span { border-color: #0C1DBA; }
span { border-color: rgb(12,29,186); }
td.TdClassName
{
border-color: #0C1DBA;
}
.TagClassName
{
border-color: #0C1DBA;
}
</style>