Shades of Cobalt #054D9D
Tints of Cobalt #054D9D
RGB
CMYK
RGB Variations
Color information
#054D9D (or 0x054D9D) is known color: Cobalt. HEX triplet: 05, 4D and 9D. RGB value is (5,77,157). Sum of RGB (Red+Green+Blue) = 5+77+157=239 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.09% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 157 (61.72% from 255 or 65.69% from 239); Max value from RGB is 157 - color contains mainly: blue. Hex color #054D9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054D9D is #FAB262. Grayscale: #404040. Windows color (decimal): -16429667 or 10308869. OLE color: 10308869.
HSL color Cylindrical-coordinate representation of color #054D9D: hue angle of 211.58º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054D9D is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 5 | 77 | 157 | - |
| CMYK | 0.97 | 0.51 | 0 | 0.38 |
| HSL | 211.58º | 0.94% | 0.32% | - |
| HSV(B) | 211.58º | 0.97% | 0.62% | - |
| XYZ | 8.8 | 7.77 | 32.93 | - |
| YUV | 64.59 | 180.15 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 77 | 157 | 0.97 | 0.51 | 0 | 0.38 | 211.58 | 0.94 | 0.32 |
| Hex | 5 | 4D | 9D | 61 | 33 | 0 | 26 | D4 | 5E | 20 |
| Octal | 5 | 115 | 235 | 141 | 63 | 0 | 46 | 324 | 136 | 40 |
| Binary | 101 | 1001101 | 10011101 | 1100001 | 110011 | 0 | 100110 | 11010100 | 1011110 | 100000 |
Color Harmonies of #054D9D
Complementary color
Monochromatic Colors of #054D9D
Black with #054D9D
Text Example
Text Example
White with #054D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054D9D; }
p { color: rgb(5,77,157); }
H1.HeaderClassName
{
color: #054D9D;
}
.AnyTagClassName
{
color: #054D9D;
}
</style>
background-color css
<style>
a { background-color: #054D9D; }
a { background-color: rgb(5,77,157); }
div.DivClassName
{
background-color: #054D9D;
}
.BgClassName
{
background-color: #054D9D;
}
</style>
border-color css
<style>
span { border-color: #054D9D; }
span { border-color: rgb(5,77,157); }
td.TdClassName
{
border-color: #054D9D;
}
.TagClassName
{
border-color: #054D9D;
}
</style>