Html Css Color HEX #0C1BBB International Klein Blue
📋 copy color: '#0C1BBB'red 12 ◦ green 27 ◦ blue 187
Shades of International Klein Blue #0C1BBB
Tints of International Klein Blue #0C1BBB
RGB
CMYK
RGB Variations
Color information
#0C1BBB (or 0x0C1BBB) is known color: International Klein Blue. HEX triplet: 0C, 1B and BB. RGB value is (12,27,187). Sum of RGB (Red+Green+Blue) = 12+27+187=226 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.31% from 226); Green value is 27 (10.94% from 255 or 11.95% from 226); Blue value is 187 (73.44% from 255 or 82.74% from 226); Max value from RGB is 187 - color contains mainly: blue. Hex color #0C1BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C1BBB is #F3E444. Grayscale: #282828. Windows color (decimal): -15983685 or 12262156. OLE color: 12262156.
HSL color Cylindrical-coordinate representation of color #0C1BBB: hue angle of 234.86º 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 #0C1BBB is Cyan = 0.94, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 27 | 187 | - |
| CMYK | 0.94 | 0.86 | 0 | 0.27 |
| HSL | 234.86º | 0.88% | 0.39% | - |
| HSV(B) | 234.86º | 0.94% | 0.73% | - |
| XYZ | 9.51 | 4.45 | 47.37 | - |
| YUV | 40.76 | 210.53 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 27 | 187 | 0.94 | 0.86 | 0 | 0.27 | 234.86 | 0.88 | 0.39 |
| Hex | C | 1B | BB | 5E | 56 | 0 | 1B | EB | 58 | 27 |
| Octal | 14 | 33 | 273 | 136 | 126 | 0 | 33 | 353 | 130 | 47 |
| Binary | 1100 | 11011 | 10111011 | 1011110 | 1010110 | 0 | 11011 | 11101011 | 1011000 | 100111 |
Color Harmonies of #0C1BBB
Complementary color
Monochromatic Colors of #0C1BBB
Black with #0C1BBB
Text Example
Text Example
White with #0C1BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1BBB; }
p { color: rgb(12,27,187); }
H1.HeaderClassName
{
color: #0C1BBB;
}
.AnyTagClassName
{
color: #0C1BBB;
}
</style>
background-color css
<style>
a { background-color: #0C1BBB; }
a { background-color: rgb(12,27,187); }
div.DivClassName
{
background-color: #0C1BBB;
}
.BgClassName
{
background-color: #0C1BBB;
}
</style>
border-color css
<style>
span { border-color: #0C1BBB; }
span { border-color: rgb(12,27,187); }
td.TdClassName
{
border-color: #0C1BBB;
}
.TagClassName
{
border-color: #0C1BBB;
}
</style>