Shades of Cobalt #0C489B
Tints of Cobalt #0C489B
RGB
CMYK
RGB Variations
Color information
#0C489B (or 0x0C489B) is known color: Cobalt. HEX triplet: 0C, 48 and 9B. RGB value is (12,72,155). Sum of RGB (Red+Green+Blue) = 12+72+155=239 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.02% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 155 (60.94% from 255 or 64.85% from 239); Max value from RGB is 155 - color contains mainly: blue. Hex color #0C489B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C489B is #F3B764. Grayscale: #3F3F3F. Windows color (decimal): -15972197 or 10176524. OLE color: 10176524.
HSL color Cylindrical-coordinate representation of color #0C489B: hue angle of 214.83º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C489B is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 12 | 72 | 155 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.39 |
| HSL | 214.83º | 0.86% | 0.33% | - |
| HSV(B) | 214.83º | 0.92% | 0.61% | - |
| XYZ | 8.39 | 7.08 | 31.93 | - |
| YUV | 63.52 | 179.62 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 72 | 155 | 0.92 | 0.54 | 0 | 0.39 | 214.83 | 0.86 | 0.33 |
| Hex | C | 48 | 9B | 5C | 36 | 0 | 27 | D7 | 56 | 21 |
| Octal | 14 | 110 | 233 | 134 | 66 | 0 | 47 | 327 | 126 | 41 |
| Binary | 1100 | 1001000 | 10011011 | 1011100 | 110110 | 0 | 100111 | 11010111 | 1010110 | 100001 |
Color Harmonies of #0C489B
Complementary color
Monochromatic Colors of #0C489B
Black with #0C489B
Text Example
Text Example
White with #0C489B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C489B; }
p { color: rgb(12,72,155); }
H1.HeaderClassName
{
color: #0C489B;
}
.AnyTagClassName
{
color: #0C489B;
}
</style>
background-color css
<style>
a { background-color: #0C489B; }
a { background-color: rgb(12,72,155); }
div.DivClassName
{
background-color: #0C489B;
}
.BgClassName
{
background-color: #0C489B;
}
</style>
border-color css
<style>
span { border-color: #0C489B; }
span { border-color: rgb(12,72,155); }
td.TdClassName
{
border-color: #0C489B;
}
.TagClassName
{
border-color: #0C489B;
}
</style>