Shades of Cobalt #054D9A
Tints of Cobalt #054D9A
RGB
CMYK
RGB Variations
Color information
#054D9A (or 0x054D9A) is known color: Cobalt. HEX triplet: 05, 4D and 9A. RGB value is (5,77,154). Sum of RGB (Red+Green+Blue) = 5+77+154=236 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.12% from 236); Green value is 77 (30.47% from 255 or 32.63% from 236); Blue value is 154 (60.55% from 255 or 65.25% from 236); Max value from RGB is 154 - color contains mainly: blue. Hex color #054D9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054D9A is #FAB265. Grayscale: #3F3F3F. Windows color (decimal): -16429670 or 10112261. OLE color: 10112261.
HSL color Cylindrical-coordinate representation of color #054D9A: hue angle of 211.01º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054D9A is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 5 | 77 | 154 | - |
| CMYK | 0.97 | 0.50 | 0 | 0.40 |
| HSL | 211.01º | 0.94% | 0.31% | - |
| HSV(B) | 211.01º | 0.97% | 0.6% | - |
| XYZ | 8.55 | 7.67 | 31.6 | - |
| YUV | 64.25 | 178.65 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 77 | 154 | 0.97 | 0.50 | 0 | 0.40 | 211.01 | 0.94 | 0.31 |
| Hex | 5 | 4D | 9A | 61 | 32 | 0 | 28 | D3 | 5E | 1F |
| Octal | 5 | 115 | 232 | 141 | 62 | 0 | 50 | 323 | 136 | 37 |
| Binary | 101 | 1001101 | 10011010 | 1100001 | 110010 | 0 | 101000 | 11010011 | 1011110 | 11111 |
Color Harmonies of #054D9A
Complementary color
Monochromatic Colors of #054D9A
Black with #054D9A
Text Example
Text Example
White with #054D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054D9A; }
p { color: rgb(5,77,154); }
H1.HeaderClassName
{
color: #054D9A;
}
.AnyTagClassName
{
color: #054D9A;
}
</style>
background-color css
<style>
a { background-color: #054D9A; }
a { background-color: rgb(5,77,154); }
div.DivClassName
{
background-color: #054D9A;
}
.BgClassName
{
background-color: #054D9A;
}
</style>
border-color css
<style>
span { border-color: #054D9A; }
span { border-color: rgb(5,77,154); }
td.TdClassName
{
border-color: #054D9A;
}
.TagClassName
{
border-color: #054D9A;
}
</style>