Shades of Cobalt #0054AA
Tints of Cobalt #0054AA
RGB
CMYK
RGB Variations
Color information
#0054AA (or 0x0054AA) is known color: Cobalt. HEX triplet: 00, 54 and AA. RGB value is (0,84,170). Sum of RGB (Red+Green+Blue) = 0+84+170=254 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 170 (66.80% from 255 or 66.93% from 254); Max value from RGB is 170 - color contains mainly: blue. Hex color #0054AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0054AA is #FFAB55. Grayscale: #444444. Windows color (decimal): -16755542 or 11162624. OLE color: 11162624.
HSL color Cylindrical-coordinate representation of color #0054AA: hue angle of 210.35º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0054AA is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 84 | 170 | - |
| CMYK | 1 | 0.51 | 0 | 0.33 |
| HSL | 210.35º | 1% | 0.33% | - |
| HSV(B) | 210.35º | 1% | 0.67% | - |
| XYZ | 10.43 | 9.24 | 39.26 | - |
| YUV | 68.69 | 185.17 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 84 | 170 | 1 | 0.51 | 0 | 0.33 | 210.35 | 1 | 0.33 |
| Hex | 0 | 54 | AA | 64 | 33 | 0 | 21 | D2 | 64 | 21 |
| Octal | 0 | 124 | 252 | 144 | 63 | 0 | 41 | 322 | 144 | 41 |
| Binary | 0 | 1010100 | 10101010 | 1100100 | 110011 | 0 | 100001 | 11010010 | 1100100 | 100001 |
Color Harmonies of #0054AA
Complementary color
Monochromatic Colors of #0054AA
Black with #0054AA
Text Example
Text Example
White with #0054AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0054AA; }
p { color: rgb(0,84,170); }
H1.HeaderClassName
{
color: #0054AA;
}
.AnyTagClassName
{
color: #0054AA;
}
</style>
background-color css
<style>
a { background-color: #0054AA; }
a { background-color: rgb(0,84,170); }
div.DivClassName
{
background-color: #0054AA;
}
.BgClassName
{
background-color: #0054AA;
}
</style>
border-color css
<style>
span { border-color: #0054AA; }
span { border-color: rgb(0,84,170); }
td.TdClassName
{
border-color: #0054AA;
}
.TagClassName
{
border-color: #0054AA;
}
</style>