Shades of Cobalt #0C4F98
Tints of Cobalt #0C4F98
RGB
CMYK
RGB Variations
Color information
#0C4F98 (or 0x0C4F98) is known color: Cobalt. HEX triplet: 0C, 4F and 98. RGB value is (12,79,152). Sum of RGB (Red+Green+Blue) = 12+79+152=243 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.94% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 152 (59.77% from 255 or 62.55% from 243); Max value from RGB is 152 - color contains mainly: blue. Hex color #0C4F98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C4F98 is #F3B067. Grayscale: #424242. Windows color (decimal): -15970408 or 9981708. OLE color: 9981708.
HSL color Cylindrical-coordinate representation of color #0C4F98: hue angle of 211.29º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C4F98 is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 12 | 79 | 152 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.40 |
| HSL | 211.29º | 0.85% | 0.32% | - |
| HSV(B) | 211.29º | 0.92% | 0.6% | - |
| XYZ | 8.62 | 7.94 | 30.78 | - |
| YUV | 67.29 | 175.8 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 79 | 152 | 0.92 | 0.48 | 0 | 0.40 | 211.29 | 0.85 | 0.32 |
| Hex | C | 4F | 98 | 5C | 30 | 0 | 28 | D3 | 55 | 20 |
| Octal | 14 | 117 | 230 | 134 | 60 | 0 | 50 | 323 | 125 | 40 |
| Binary | 1100 | 1001111 | 10011000 | 1011100 | 110000 | 0 | 101000 | 11010011 | 1010101 | 100000 |
Color Harmonies of #0C4F98
Complementary color
Monochromatic Colors of #0C4F98
Black with #0C4F98
Text Example
Text Example
White with #0C4F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4F98; }
p { color: rgb(12,79,152); }
H1.HeaderClassName
{
color: #0C4F98;
}
.AnyTagClassName
{
color: #0C4F98;
}
</style>
background-color css
<style>
a { background-color: #0C4F98; }
a { background-color: rgb(12,79,152); }
div.DivClassName
{
background-color: #0C4F98;
}
.BgClassName
{
background-color: #0C4F98;
}
</style>
border-color css
<style>
span { border-color: #0C4F98; }
span { border-color: rgb(12,79,152); }
td.TdClassName
{
border-color: #0C4F98;
}
.TagClassName
{
border-color: #0C4F98;
}
</style>