Shades of Cobalt #054D99
Tints of Cobalt #054D99
RGB
CMYK
RGB Variations
Color information
#054D99 (or 0x054D99) is known color: Cobalt. HEX triplet: 05, 4D and 99. RGB value is (5,77,153). Sum of RGB (Red+Green+Blue) = 5+77+153=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 153 (60.16% from 255 or 65.11% from 235); Max value from RGB is 153 - color contains mainly: blue. Hex color #054D99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054D99 is #FAB266. Grayscale: #3F3F3F. Windows color (decimal): -16429671 or 10046725. OLE color: 10046725.
HSL color Cylindrical-coordinate representation of color #054D99: hue angle of 210.81º 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 #054D99 is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 5 | 77 | 153 | - |
| CMYK | 0.97 | 0.50 | 0 | 0.4 |
| HSL | 210.81º | 0.94% | 0.31% | - |
| HSV(B) | 210.81º | 0.97% | 0.6% | - |
| XYZ | 8.47 | 7.64 | 31.17 | - |
| YUV | 64.14 | 178.15 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 77 | 153 | 0.97 | 0.50 | 0 | 0.4 | 210.81 | 0.94 | 0.31 |
| Hex | 5 | 4D | 99 | 61 | 32 | 0 | 28 | D3 | 5E | 1F |
| Octal | 5 | 115 | 231 | 141 | 62 | 0 | 50 | 323 | 136 | 37 |
| Binary | 101 | 1001101 | 10011001 | 1100001 | 110010 | 0 | 101000 | 11010011 | 1011110 | 11111 |
Color Harmonies of #054D99
Complementary color
Monochromatic Colors of #054D99
Black with #054D99
Text Example
Text Example
White with #054D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054D99; }
p { color: rgb(5,77,153); }
H1.HeaderClassName
{
color: #054D99;
}
.AnyTagClassName
{
color: #054D99;
}
</style>
background-color css
<style>
a { background-color: #054D99; }
a { background-color: rgb(5,77,153); }
div.DivClassName
{
background-color: #054D99;
}
.BgClassName
{
background-color: #054D99;
}
</style>
border-color css
<style>
span { border-color: #054D99; }
span { border-color: rgb(5,77,153); }
td.TdClassName
{
border-color: #054D99;
}
.TagClassName
{
border-color: #054D99;
}
</style>