Shades of Cobalt #0C489E
Tints of Cobalt #0C489E
RGB
CMYK
RGB Variations
Color information
#0C489E (or 0x0C489E) is known color: Cobalt. HEX triplet: 0C, 48 and 9E. RGB value is (12,72,158). Sum of RGB (Red+Green+Blue) = 12+72+158=242 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.96% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 158 (62.11% from 255 or 65.29% from 242); Max value from RGB is 158 - color contains mainly: blue. Hex color #0C489E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C489E is #F3B761. Grayscale: #3F3F3F. Windows color (decimal): -15972194 or 10373132. OLE color: 10373132.
HSL color Cylindrical-coordinate representation of color #0C489E: hue angle of 215.34º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C489E is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 12 | 72 | 158 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.38 |
| HSL | 215.34º | 0.86% | 0.33% | - |
| HSV(B) | 215.34º | 0.92% | 0.62% | - |
| XYZ | 8.64 | 7.18 | 33.28 | - |
| YUV | 63.86 | 181.12 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 72 | 158 | 0.92 | 0.54 | 0 | 0.38 | 215.34 | 0.86 | 0.33 |
| Hex | C | 48 | 9E | 5C | 36 | 0 | 26 | D7 | 56 | 21 |
| Octal | 14 | 110 | 236 | 134 | 66 | 0 | 46 | 327 | 126 | 41 |
| Binary | 1100 | 1001000 | 10011110 | 1011100 | 110110 | 0 | 100110 | 11010111 | 1010110 | 100001 |
Color Harmonies of #0C489E
Complementary color
Monochromatic Colors of #0C489E
Black with #0C489E
Text Example
Text Example
White with #0C489E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C489E; }
p { color: rgb(12,72,158); }
H1.HeaderClassName
{
color: #0C489E;
}
.AnyTagClassName
{
color: #0C489E;
}
</style>
background-color css
<style>
a { background-color: #0C489E; }
a { background-color: rgb(12,72,158); }
div.DivClassName
{
background-color: #0C489E;
}
.BgClassName
{
background-color: #0C489E;
}
</style>
border-color css
<style>
span { border-color: #0C489E; }
span { border-color: rgb(12,72,158); }
td.TdClassName
{
border-color: #0C489E;
}
.TagClassName
{
border-color: #0C489E;
}
</style>