Shades of Cobalt #0C599F
Tints of Cobalt #0C599F
RGB
CMYK
RGB Variations
Color information
#0C599F (or 0x0C599F) is known color: Cobalt. HEX triplet: 0C, 59 and 9F. RGB value is (12,89,159). Sum of RGB (Red+Green+Blue) = 12+89+159=260 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.62% from 260); Green value is 89 (35.16% from 255 or 34.23% from 260); Blue value is 159 (62.5% from 255 or 61.15% from 260); Max value from RGB is 159 - color contains mainly: blue. Hex color #0C599F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C599F is #F3A660. Grayscale: #494949. Windows color (decimal): -15967841 or 10443020. OLE color: 10443020.
HSL color Cylindrical-coordinate representation of color #0C599F: hue angle of 208.57º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C599F is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 12 | 89 | 159 | - |
| CMYK | 0.92 | 0.44 | 0 | 0.38 |
| HSL | 208.57º | 0.86% | 0.34% | - |
| HSV(B) | 208.57º | 0.92% | 0.62% | - |
| XYZ | 9.98 | 9.73 | 34.15 | - |
| YUV | 73.96 | 175.99 | 83.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 89 | 159 | 0.92 | 0.44 | 0 | 0.38 | 208.57 | 0.86 | 0.34 |
| Hex | C | 59 | 9F | 5C | 2C | 0 | 26 | D1 | 56 | 22 |
| Octal | 14 | 131 | 237 | 134 | 54 | 0 | 46 | 321 | 126 | 42 |
| Binary | 1100 | 1011001 | 10011111 | 1011100 | 101100 | 0 | 100110 | 11010001 | 1010110 | 100010 |
Color Harmonies of #0C599F
Complementary color
Monochromatic Colors of #0C599F
Black with #0C599F
Text Example
Text Example
White with #0C599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C599F; }
p { color: rgb(12,89,159); }
H1.HeaderClassName
{
color: #0C599F;
}
.AnyTagClassName
{
color: #0C599F;
}
</style>
background-color css
<style>
a { background-color: #0C599F; }
a { background-color: rgb(12,89,159); }
div.DivClassName
{
background-color: #0C599F;
}
.BgClassName
{
background-color: #0C599F;
}
</style>
border-color css
<style>
span { border-color: #0C599F; }
span { border-color: rgb(12,89,159); }
td.TdClassName
{
border-color: #0C599F;
}
.TagClassName
{
border-color: #0C599F;
}
</style>