Shades of Cobalt #0C46AA
Tints of Cobalt #0C46AA
RGB
CMYK
RGB Variations
Color information
#0C46AA (or 0x0C46AA) is known color: Cobalt. HEX triplet: 0C, 46 and AA. RGB value is (12,70,170). Sum of RGB (Red+Green+Blue) = 12+70+170=252 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.76% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 170 (66.80% from 255 or 67.46% from 252); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C46AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C46AA is #F3B955. Grayscale: #3F3F3F. Windows color (decimal): -15972694 or 11159052. OLE color: 11159052.
HSL color Cylindrical-coordinate representation of color #0C46AA: hue angle of 217.97º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C46AA is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 70 | 170 | - |
| CMYK | 0.93 | 0.59 | 0 | 0.33 |
| HSL | 217.97º | 0.87% | 0.36% | - |
| HSV(B) | 217.97º | 0.93% | 0.67% | - |
| XYZ | 9.6 | 7.36 | 38.95 | - |
| YUV | 64.06 | 187.78 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 70 | 170 | 0.93 | 0.59 | 0 | 0.33 | 217.97 | 0.87 | 0.36 |
| Hex | C | 46 | AA | 5D | 3B | 0 | 21 | DA | 57 | 24 |
| Octal | 14 | 106 | 252 | 135 | 73 | 0 | 41 | 332 | 127 | 44 |
| Binary | 1100 | 1000110 | 10101010 | 1011101 | 111011 | 0 | 100001 | 11011010 | 1010111 | 100100 |
Color Harmonies of #0C46AA
Complementary color
Monochromatic Colors of #0C46AA
Black with #0C46AA
Text Example
Text Example
White with #0C46AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C46AA; }
p { color: rgb(12,70,170); }
H1.HeaderClassName
{
color: #0C46AA;
}
.AnyTagClassName
{
color: #0C46AA;
}
</style>
background-color css
<style>
a { background-color: #0C46AA; }
a { background-color: rgb(12,70,170); }
div.DivClassName
{
background-color: #0C46AA;
}
.BgClassName
{
background-color: #0C46AA;
}
</style>
border-color css
<style>
span { border-color: #0C46AA; }
span { border-color: rgb(12,70,170); }
td.TdClassName
{
border-color: #0C46AA;
}
.TagClassName
{
border-color: #0C46AA;
}
</style>