Shades of Cobalt #0C45AA
Tints of Cobalt #0C45AA
RGB
CMYK
RGB Variations
Color information
#0C45AA (or 0x0C45AA) is known color: Cobalt. HEX triplet: 0C, 45 and AA. RGB value is (12,69,170). Sum of RGB (Red+Green+Blue) = 12+69+170=251 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.78% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 170 (66.80% from 255 or 67.73% from 251); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C45AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C45AA is #F3BA55. Grayscale: #3F3F3F. Windows color (decimal): -15972950 or 11158796. OLE color: 11158796.
HSL color Cylindrical-coordinate representation of color #0C45AA: hue angle of 218.35º 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 #0C45AA is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 69 | 170 | - |
| CMYK | 0.93 | 0.59 | 0 | 0.33 |
| HSL | 218.35º | 0.87% | 0.36% | - |
| HSV(B) | 218.35º | 0.93% | 0.67% | - |
| XYZ | 9.54 | 7.24 | 38.92 | - |
| YUV | 63.47 | 188.12 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 69 | 170 | 0.93 | 0.59 | 0 | 0.33 | 218.35 | 0.87 | 0.36 |
| Hex | C | 45 | AA | 5D | 3B | 0 | 21 | DA | 57 | 24 |
| Octal | 14 | 105 | 252 | 135 | 73 | 0 | 41 | 332 | 127 | 44 |
| Binary | 1100 | 1000101 | 10101010 | 1011101 | 111011 | 0 | 100001 | 11011010 | 1010111 | 100100 |
Color Harmonies of #0C45AA
Complementary color
Monochromatic Colors of #0C45AA
Black with #0C45AA
Text Example
Text Example
White with #0C45AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C45AA; }
p { color: rgb(12,69,170); }
H1.HeaderClassName
{
color: #0C45AA;
}
.AnyTagClassName
{
color: #0C45AA;
}
</style>
background-color css
<style>
a { background-color: #0C45AA; }
a { background-color: rgb(12,69,170); }
div.DivClassName
{
background-color: #0C45AA;
}
.BgClassName
{
background-color: #0C45AA;
}
</style>
border-color css
<style>
span { border-color: #0C45AA; }
span { border-color: rgb(12,69,170); }
td.TdClassName
{
border-color: #0C45AA;
}
.TagClassName
{
border-color: #0C45AA;
}
</style>