Shades of Cobalt #0C539A
Tints of Cobalt #0C539A
RGB
CMYK
RGB Variations
Color information
#0C539A (or 0x0C539A) is known color: Cobalt. HEX triplet: 0C, 53 and 9A. RGB value is (12,83,154). Sum of RGB (Red+Green+Blue) = 12+83+154=249 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.82% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 154 (60.55% from 255 or 61.85% from 249); Max value from RGB is 154 - color contains mainly: blue. Hex color #0C539A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C539A is #F3AC65. Grayscale: #454545. Windows color (decimal): -15969382 or 10113804. OLE color: 10113804.
HSL color Cylindrical-coordinate representation of color #0C539A: hue angle of 210º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C539A is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 12 | 83 | 154 | - |
| CMYK | 0.92 | 0.46 | 0 | 0.40 |
| HSL | 210º | 0.86% | 0.33% | - |
| HSV(B) | 210º | 0.92% | 0.6% | - |
| XYZ | 9.08 | 8.6 | 31.75 | - |
| YUV | 69.87 | 175.48 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 83 | 154 | 0.92 | 0.46 | 0 | 0.40 | 210 | 0.86 | 0.33 |
| Hex | C | 53 | 9A | 5C | 2E | 0 | 28 | D2 | 56 | 21 |
| Octal | 14 | 123 | 232 | 134 | 56 | 0 | 50 | 322 | 126 | 41 |
| Binary | 1100 | 1010011 | 10011010 | 1011100 | 101110 | 0 | 101000 | 11010010 | 1010110 | 100001 |
Color Harmonies of #0C539A
Complementary color
Monochromatic Colors of #0C539A
Black with #0C539A
Text Example
Text Example
White with #0C539A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C539A; }
p { color: rgb(12,83,154); }
H1.HeaderClassName
{
color: #0C539A;
}
.AnyTagClassName
{
color: #0C539A;
}
</style>
background-color css
<style>
a { background-color: #0C539A; }
a { background-color: rgb(12,83,154); }
div.DivClassName
{
background-color: #0C539A;
}
.BgClassName
{
background-color: #0C539A;
}
</style>
border-color css
<style>
span { border-color: #0C539A; }
span { border-color: rgb(12,83,154); }
td.TdClassName
{
border-color: #0C539A;
}
.TagClassName
{
border-color: #0C539A;
}
</style>