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