Shades of Cobalt #0C4ABB
Tints of Cobalt #0C4ABB
RGB
CMYK
RGB Variations
Color information
#0C4ABB (or 0x0C4ABB) is known color: Cobalt. HEX triplet: 0C, 4A and BB. RGB value is (12,74,187). Sum of RGB (Red+Green+Blue) = 12+74+187=273 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.40% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 187 (73.44% from 255 or 68.50% from 273); Max value from RGB is 187 - color contains mainly: blue. Hex color #0C4ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C4ABB is #F3B544. Grayscale: #434343. Windows color (decimal): -15971653 or 12274188. OLE color: 12274188.
HSL color Cylindrical-coordinate representation of color #0C4ABB: hue angle of 218.74º 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 #0C4ABB is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 74 | 187 | - |
| CMYK | 0.94 | 0.60 | 0 | 0.27 |
| HSL | 218.74º | 0.88% | 0.39% | - |
| HSV(B) | 218.74º | 0.94% | 0.73% | - |
| XYZ | 11.57 | 8.56 | 48.06 | - |
| YUV | 68.34 | 194.96 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 74 | 187 | 0.94 | 0.60 | 0 | 0.27 | 218.74 | 0.88 | 0.39 |
| Hex | C | 4A | BB | 5E | 3C | 0 | 1B | DB | 58 | 27 |
| Octal | 14 | 112 | 273 | 136 | 74 | 0 | 33 | 333 | 130 | 47 |
| Binary | 1100 | 1001010 | 10111011 | 1011110 | 111100 | 0 | 11011 | 11011011 | 1011000 | 100111 |
Color Harmonies of #0C4ABB
Complementary color
Monochromatic Colors of #0C4ABB
Black with #0C4ABB
Text Example
Text Example
White with #0C4ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4ABB; }
p { color: rgb(12,74,187); }
H1.HeaderClassName
{
color: #0C4ABB;
}
.AnyTagClassName
{
color: #0C4ABB;
}
</style>
background-color css
<style>
a { background-color: #0C4ABB; }
a { background-color: rgb(12,74,187); }
div.DivClassName
{
background-color: #0C4ABB;
}
.BgClassName
{
background-color: #0C4ABB;
}
</style>
border-color css
<style>
span { border-color: #0C4ABB; }
span { border-color: rgb(12,74,187); }
td.TdClassName
{
border-color: #0C4ABB;
}
.TagClassName
{
border-color: #0C4ABB;
}
</style>