Html Css Color HEX #0C1DB1 International Klein Blue
📋 copy color: '#0C1DB1'red 12 ◦ green 29 ◦ blue 177
Shades of International Klein Blue #0C1DB1
Tints of International Klein Blue #0C1DB1
RGB
CMYK
RGB Variations
Color information
#0C1DB1 (or 0x0C1DB1) is known color: International Klein Blue. HEX triplet: 0C, 1D and B1. RGB value is (12,29,177). Sum of RGB (Red+Green+Blue) = 12+29+177=218 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.50% from 218); Green value is 29 (11.72% from 255 or 13.30% from 218); Blue value is 177 (69.53% from 255 or 81.19% from 218); Max value from RGB is 177 - color contains mainly: blue. Hex color #0C1DB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C1DB1 is #F3E24E. Grayscale: #282828. Windows color (decimal): -15983183 or 11607308. OLE color: 11607308.
HSL color Cylindrical-coordinate representation of color #0C1DB1: hue angle of 233.82º 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 #0C1DB1 is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 12 | 29 | 177 | - |
| CMYK | 0.93 | 0.84 | 0 | 0.31 |
| HSL | 233.82º | 0.87% | 0.37% | - |
| HSV(B) | 233.82º | 0.93% | 0.69% | - |
| XYZ | 8.53 | 4.13 | 41.94 | - |
| YUV | 40.79 | 204.87 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 29 | 177 | 0.93 | 0.84 | 0 | 0.31 | 233.82 | 0.87 | 0.37 |
| Hex | C | 1D | B1 | 5D | 54 | 0 | 1F | EA | 57 | 25 |
| Octal | 14 | 35 | 261 | 135 | 124 | 0 | 37 | 352 | 127 | 45 |
| Binary | 1100 | 11101 | 10110001 | 1011101 | 1010100 | 0 | 11111 | 11101010 | 1010111 | 100101 |
Color Harmonies of #0C1DB1
Complementary color
Monochromatic Colors of #0C1DB1
Black with #0C1DB1
Text Example
Text Example
White with #0C1DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1DB1; }
p { color: rgb(12,29,177); }
H1.HeaderClassName
{
color: #0C1DB1;
}
.AnyTagClassName
{
color: #0C1DB1;
}
</style>
background-color css
<style>
a { background-color: #0C1DB1; }
a { background-color: rgb(12,29,177); }
div.DivClassName
{
background-color: #0C1DB1;
}
.BgClassName
{
background-color: #0C1DB1;
}
</style>
border-color css
<style>
span { border-color: #0C1DB1; }
span { border-color: rgb(12,29,177); }
td.TdClassName
{
border-color: #0C1DB1;
}
.TagClassName
{
border-color: #0C1DB1;
}
</style>