Shades of Cobalt #0C589C
Tints of Cobalt #0C589C
RGB
CMYK
RGB Variations
Color information
#0C589C (or 0x0C589C) is known color: Cobalt. HEX triplet: 0C, 58 and 9C. RGB value is (12,88,156). Sum of RGB (Red+Green+Blue) = 12+88+156=256 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.69% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 156 (61.33% from 255 or 60.94% from 256); Max value from RGB is 156 - color contains mainly: blue. Hex color #0C589C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C589C is #F3A763. Grayscale: #484848. Windows color (decimal): -15968100 or 10246156. OLE color: 10246156.
HSL color Cylindrical-coordinate representation of color #0C589C: hue angle of 208.33º 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 #0C589C is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 12 | 88 | 156 | - |
| CMYK | 0.92 | 0.44 | 0 | 0.39 |
| HSL | 208.33º | 0.86% | 0.33% | - |
| HSV(B) | 208.33º | 0.92% | 0.61% | - |
| XYZ | 9.64 | 9.46 | 32.77 | - |
| YUV | 73.03 | 174.82 | 84.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 88 | 156 | 0.92 | 0.44 | 0 | 0.39 | 208.33 | 0.86 | 0.33 |
| Hex | C | 58 | 9C | 5C | 2C | 0 | 27 | D0 | 56 | 21 |
| Octal | 14 | 130 | 234 | 134 | 54 | 0 | 47 | 320 | 126 | 41 |
| Binary | 1100 | 1011000 | 10011100 | 1011100 | 101100 | 0 | 100111 | 11010000 | 1010110 | 100001 |
Color Harmonies of #0C589C
Complementary color
Monochromatic Colors of #0C589C
Black with #0C589C
Text Example
Text Example
White with #0C589C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C589C; }
p { color: rgb(12,88,156); }
H1.HeaderClassName
{
color: #0C589C;
}
.AnyTagClassName
{
color: #0C589C;
}
</style>
background-color css
<style>
a { background-color: #0C589C; }
a { background-color: rgb(12,88,156); }
div.DivClassName
{
background-color: #0C589C;
}
.BgClassName
{
background-color: #0C589C;
}
</style>
border-color css
<style>
span { border-color: #0C589C; }
span { border-color: rgb(12,88,156); }
td.TdClassName
{
border-color: #0C589C;
}
.TagClassName
{
border-color: #0C589C;
}
</style>