Shades of Cobalt #0054BD
Tints of Cobalt #0054BD
RGB
CMYK
RGB Variations
Color information
#0054BD (or 0x0054BD) is known color: Cobalt. HEX triplet: 00, 54 and BD. RGB value is (0,84,189). Sum of RGB (Red+Green+Blue) = 0+84+189=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 189 (74.22% from 255 or 69.23% from 273); Max value from RGB is 189 - color contains mainly: blue. Hex color #0054BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0054BD is #FFAB42. Grayscale: #464646. Windows color (decimal): -16755523 or 12407808. OLE color: 12407808.
HSL color Cylindrical-coordinate representation of color #0054BD: hue angle of 213.33º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0054BD is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 84 | 189 | - |
| CMYK | 1 | 0.56 | 0 | 0.26 |
| HSL | 213.33º | 1% | 0.37% | - |
| HSV(B) | 213.33º | 1% | 0.74% | - |
| XYZ | 12.36 | 10.01 | 49.43 | - |
| YUV | 70.85 | 194.67 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 84 | 189 | 1 | 0.56 | 0 | 0.26 | 213.33 | 1 | 0.37 |
| Hex | 0 | 54 | BD | 64 | 38 | 0 | 1A | D5 | 64 | 25 |
| Octal | 0 | 124 | 275 | 144 | 70 | 0 | 32 | 325 | 144 | 45 |
| Binary | 0 | 1010100 | 10111101 | 1100100 | 111000 | 0 | 11010 | 11010101 | 1100100 | 100101 |
Color Harmonies of #0054BD
Complementary color
Monochromatic Colors of #0054BD
Black with #0054BD
Text Example
Text Example
White with #0054BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0054BD; }
p { color: rgb(0,84,189); }
H1.HeaderClassName
{
color: #0054BD;
}
.AnyTagClassName
{
color: #0054BD;
}
</style>
background-color css
<style>
a { background-color: #0054BD; }
a { background-color: rgb(0,84,189); }
div.DivClassName
{
background-color: #0054BD;
}
.BgClassName
{
background-color: #0054BD;
}
</style>
border-color css
<style>
span { border-color: #0054BD; }
span { border-color: rgb(0,84,189); }
td.TdClassName
{
border-color: #0054BD;
}
.TagClassName
{
border-color: #0054BD;
}
</style>