Shades of Cobalt #0C54AE
Tints of Cobalt #0C54AE
RGB
CMYK
RGB Variations
Color information
#0C54AE (or 0x0C54AE) is known color: Cobalt. HEX triplet: 0C, 54 and AE. RGB value is (12,84,174). Sum of RGB (Red+Green+Blue) = 12+84+174=270 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.44% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 174 (68.36% from 255 or 64.44% from 270); Max value from RGB is 174 - color contains mainly: blue. Hex color #0C54AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C54AE is #F3AB51. Grayscale: #484848. Windows color (decimal): -15969106 or 11424780. OLE color: 11424780.
HSL color Cylindrical-coordinate representation of color #0C54AE: hue angle of 213.33º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C54AE is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 84 | 174 | - |
| CMYK | 0.93 | 0.52 | 0 | 0.32 |
| HSL | 213.33º | 0.87% | 0.36% | - |
| HSV(B) | 213.33º | 0.93% | 0.68% | - |
| XYZ | 10.96 | 9.47 | 41.3 | - |
| YUV | 72.73 | 185.15 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 84 | 174 | 0.93 | 0.52 | 0 | 0.32 | 213.33 | 0.87 | 0.36 |
| Hex | C | 54 | AE | 5D | 34 | 0 | 20 | D5 | 57 | 24 |
| Octal | 14 | 124 | 256 | 135 | 64 | 0 | 40 | 325 | 127 | 44 |
| Binary | 1100 | 1010100 | 10101110 | 1011101 | 110100 | 0 | 100000 | 11010101 | 1010111 | 100100 |
Color Harmonies of #0C54AE
Complementary color
Monochromatic Colors of #0C54AE
Black with #0C54AE
Text Example
Text Example
White with #0C54AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C54AE; }
p { color: rgb(12,84,174); }
H1.HeaderClassName
{
color: #0C54AE;
}
.AnyTagClassName
{
color: #0C54AE;
}
</style>
background-color css
<style>
a { background-color: #0C54AE; }
a { background-color: rgb(12,84,174); }
div.DivClassName
{
background-color: #0C54AE;
}
.BgClassName
{
background-color: #0C54AE;
}
</style>
border-color css
<style>
span { border-color: #0C54AE; }
span { border-color: rgb(12,84,174); }
td.TdClassName
{
border-color: #0C54AE;
}
.TagClassName
{
border-color: #0C54AE;
}
</style>