Html Css Color HEX #0C1BB3 International Klein Blue
📋 copy color: '#0C1BB3'red 12 ◦ green 27 ◦ blue 179
Shades of International Klein Blue #0C1BB3
Tints of International Klein Blue #0C1BB3
RGB
CMYK
RGB Variations
Color information
#0C1BB3 (or 0x0C1BB3) is known color: International Klein Blue. HEX triplet: 0C, 1B and B3. RGB value is (12,27,179). Sum of RGB (Red+Green+Blue) = 12+27+179=218 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.50% from 218); Green value is 27 (10.94% from 255 or 12.39% from 218); Blue value is 179 (70.31% from 255 or 82.11% from 218); Max value from RGB is 179 - color contains mainly: blue. Hex color #0C1BB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C1BB3 is #F3E44C. Grayscale: #272727. Windows color (decimal): -15983693 or 11737868. OLE color: 11737868.
HSL color Cylindrical-coordinate representation of color #0C1BB3: hue angle of 234.61º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C1BB3 is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 12 | 27 | 179 | - |
| CMYK | 0.93 | 0.85 | 0 | 0.30 |
| HSL | 234.61º | 0.87% | 0.37% | - |
| HSV(B) | 234.61º | 0.93% | 0.7% | - |
| XYZ | 8.68 | 4.12 | 42.98 | - |
| YUV | 39.84 | 206.53 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 27 | 179 | 0.93 | 0.85 | 0 | 0.30 | 234.61 | 0.87 | 0.37 |
| Hex | C | 1B | B3 | 5D | 55 | 0 | 1E | EB | 57 | 25 |
| Octal | 14 | 33 | 263 | 135 | 125 | 0 | 36 | 353 | 127 | 45 |
| Binary | 1100 | 11011 | 10110011 | 1011101 | 1010101 | 0 | 11110 | 11101011 | 1010111 | 100101 |
Color Harmonies of #0C1BB3
Complementary color
Monochromatic Colors of #0C1BB3
Black with #0C1BB3
Text Example
Text Example
White with #0C1BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1BB3; }
p { color: rgb(12,27,179); }
H1.HeaderClassName
{
color: #0C1BB3;
}
.AnyTagClassName
{
color: #0C1BB3;
}
</style>
background-color css
<style>
a { background-color: #0C1BB3; }
a { background-color: rgb(12,27,179); }
div.DivClassName
{
background-color: #0C1BB3;
}
.BgClassName
{
background-color: #0C1BB3;
}
</style>
border-color css
<style>
span { border-color: #0C1BB3; }
span { border-color: rgb(12,27,179); }
td.TdClassName
{
border-color: #0C1BB3;
}
.TagClassName
{
border-color: #0C1BB3;
}
</style>