Shades of Cobalt #0054BA
Tints of Cobalt #0054BA
RGB
CMYK
RGB Variations
Color information
#0054BA (or 0x0054BA) is known color: Cobalt. HEX triplet: 00, 54 and BA. RGB value is (0,84,186). Sum of RGB (Red+Green+Blue) = 0+84+186=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 186 (73.05% from 255 or 68.89% from 270); Max value from RGB is 186 - color contains mainly: blue. Hex color #0054BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0054BA is #FFAB45. Grayscale: #464646. Windows color (decimal): -16755526 or 12211200. OLE color: 12211200.
HSL color Cylindrical-coordinate representation of color #0054BA: hue angle of 212.9º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0054BA is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 84 | 186 | - |
| CMYK | 1 | 0.55 | 0 | 0.27 |
| HSL | 212.9º | 1% | 0.36% | - |
| HSV(B) | 212.9º | 1% | 0.73% | - |
| XYZ | 12.03 | 9.89 | 47.73 | - |
| YUV | 70.51 | 193.17 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 84 | 186 | 1 | 0.55 | 0 | 0.27 | 212.9 | 1 | 0.36 |
| Hex | 0 | 54 | BA | 64 | 37 | 0 | 1B | D5 | 64 | 24 |
| Octal | 0 | 124 | 272 | 144 | 67 | 0 | 33 | 325 | 144 | 44 |
| Binary | 0 | 1010100 | 10111010 | 1100100 | 110111 | 0 | 11011 | 11010101 | 1100100 | 100100 |
Color Harmonies of #0054BA
Complementary color
Monochromatic Colors of #0054BA
Black with #0054BA
Text Example
Text Example
White with #0054BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0054BA; }
p { color: rgb(0,84,186); }
H1.HeaderClassName
{
color: #0054BA;
}
.AnyTagClassName
{
color: #0054BA;
}
</style>
background-color css
<style>
a { background-color: #0054BA; }
a { background-color: rgb(0,84,186); }
div.DivClassName
{
background-color: #0054BA;
}
.BgClassName
{
background-color: #0054BA;
}
</style>
border-color css
<style>
span { border-color: #0054BA; }
span { border-color: rgb(0,84,186); }
td.TdClassName
{
border-color: #0054BA;
}
.TagClassName
{
border-color: #0054BA;
}
</style>