Shades of Cobalt #054D95
Tints of Cobalt #054D95
RGB
CMYK
RGB Variations
Color information
#054D95 (or 0x054D95) is known color: Cobalt. HEX triplet: 05, 4D and 95. RGB value is (5,77,149). Sum of RGB (Red+Green+Blue) = 5+77+149=231 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 149 (58.59% from 255 or 64.50% from 231); Max value from RGB is 149 - color contains mainly: blue. Hex color #054D95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054D95 is #FAB26A. Grayscale: #3F3F3F. Windows color (decimal): -16429675 or 9784581. OLE color: 9784581.
HSL color Cylindrical-coordinate representation of color #054D95: hue angle of 210º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054D95 is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 77 | 149 | - |
| CMYK | 0.97 | 0.48 | 0 | 0.42 |
| HSL | 210º | 0.94% | 0.3% | - |
| HSV(B) | 210º | 0.97% | 0.58% | - |
| XYZ | 8.14 | 7.51 | 29.45 | - |
| YUV | 63.68 | 176.15 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 77 | 149 | 0.97 | 0.48 | 0 | 0.42 | 210 | 0.94 | 0.3 |
| Hex | 5 | 4D | 95 | 61 | 30 | 0 | 2A | D2 | 5E | 1E |
| Octal | 5 | 115 | 225 | 141 | 60 | 0 | 52 | 322 | 136 | 36 |
| Binary | 101 | 1001101 | 10010101 | 1100001 | 110000 | 0 | 101010 | 11010010 | 1011110 | 11110 |
Color Harmonies of #054D95
Complementary color
Monochromatic Colors of #054D95
Black with #054D95
Text Example
Text Example
White with #054D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054D95; }
p { color: rgb(5,77,149); }
H1.HeaderClassName
{
color: #054D95;
}
.AnyTagClassName
{
color: #054D95;
}
</style>
background-color css
<style>
a { background-color: #054D95; }
a { background-color: rgb(5,77,149); }
div.DivClassName
{
background-color: #054D95;
}
.BgClassName
{
background-color: #054D95;
}
</style>
border-color css
<style>
span { border-color: #054D95; }
span { border-color: rgb(5,77,149); }
td.TdClassName
{
border-color: #054D95;
}
.TagClassName
{
border-color: #054D95;
}
</style>