Shades of Cobalt #0C4CBD
Tints of Cobalt #0C4CBD
RGB
CMYK
RGB Variations
Color information
#0C4CBD (or 0x0C4CBD) is known color: Cobalt. HEX triplet: 0C, 4C and BD. RGB value is (12,76,189). Sum of RGB (Red+Green+Blue) = 12+76+189=277 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.33% from 277); Green value is 76 (30.08% from 255 or 27.44% from 277); Blue value is 189 (74.22% from 255 or 68.23% from 277); Max value from RGB is 189 - color contains mainly: blue. Hex color #0C4CBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C4CBD is #F3B342. Grayscale: #454545. Windows color (decimal): -15971139 or 12405772. OLE color: 12405772.
HSL color Cylindrical-coordinate representation of color #0C4CBD: hue angle of 218.31º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C4CBD is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 12 | 76 | 189 | - |
| CMYK | 0.94 | 0.60 | 0 | 0.26 |
| HSL | 218.31º | 0.88% | 0.39% | - |
| HSV(B) | 218.31º | 0.94% | 0.74% | - |
| XYZ | 11.92 | 8.92 | 49.24 | - |
| YUV | 69.75 | 195.3 | 86.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 76 | 189 | 0.94 | 0.60 | 0 | 0.26 | 218.31 | 0.88 | 0.39 |
| Hex | C | 4C | BD | 5E | 3C | 0 | 1A | DA | 58 | 27 |
| Octal | 14 | 114 | 275 | 136 | 74 | 0 | 32 | 332 | 130 | 47 |
| Binary | 1100 | 1001100 | 10111101 | 1011110 | 111100 | 0 | 11010 | 11011010 | 1011000 | 100111 |
Color Harmonies of #0C4CBD
Complementary color
Monochromatic Colors of #0C4CBD
Black with #0C4CBD
Text Example
Text Example
White with #0C4CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4CBD; }
p { color: rgb(12,76,189); }
H1.HeaderClassName
{
color: #0C4CBD;
}
.AnyTagClassName
{
color: #0C4CBD;
}
</style>
background-color css
<style>
a { background-color: #0C4CBD; }
a { background-color: rgb(12,76,189); }
div.DivClassName
{
background-color: #0C4CBD;
}
.BgClassName
{
background-color: #0C4CBD;
}
</style>
border-color css
<style>
span { border-color: #0C4CBD; }
span { border-color: rgb(12,76,189); }
td.TdClassName
{
border-color: #0C4CBD;
}
.TagClassName
{
border-color: #0C4CBD;
}
</style>