Shades of Cobalt #054D98
Tints of Cobalt #054D98
RGB
CMYK
RGB Variations
Color information
#054D98 (or 0x054D98) is known color: Cobalt. HEX triplet: 05, 4D and 98. RGB value is (5,77,152). Sum of RGB (Red+Green+Blue) = 5+77+152=234 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.14% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 152 (59.77% from 255 or 64.96% from 234); Max value from RGB is 152 - color contains mainly: blue. Hex color #054D98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054D98 is #FAB267. Grayscale: #3F3F3F. Windows color (decimal): -16429672 or 9981189. OLE color: 9981189.
HSL color Cylindrical-coordinate representation of color #054D98: hue angle of 210.61º 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 #054D98 is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 5 | 77 | 152 | - |
| CMYK | 0.97 | 0.49 | 0 | 0.40 |
| HSL | 210.61º | 0.94% | 0.31% | - |
| HSV(B) | 210.61º | 0.97% | 0.6% | - |
| XYZ | 8.38 | 7.61 | 30.73 | - |
| YUV | 64.02 | 177.65 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 77 | 152 | 0.97 | 0.49 | 0 | 0.40 | 210.61 | 0.94 | 0.31 |
| Hex | 5 | 4D | 98 | 61 | 31 | 0 | 28 | D3 | 5E | 1F |
| Octal | 5 | 115 | 230 | 141 | 61 | 0 | 50 | 323 | 136 | 37 |
| Binary | 101 | 1001101 | 10011000 | 1100001 | 110001 | 0 | 101000 | 11010011 | 1011110 | 11111 |
Color Harmonies of #054D98
Complementary color
Monochromatic Colors of #054D98
Black with #054D98
Text Example
Text Example
White with #054D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054D98; }
p { color: rgb(5,77,152); }
H1.HeaderClassName
{
color: #054D98;
}
.AnyTagClassName
{
color: #054D98;
}
</style>
background-color css
<style>
a { background-color: #054D98; }
a { background-color: rgb(5,77,152); }
div.DivClassName
{
background-color: #054D98;
}
.BgClassName
{
background-color: #054D98;
}
</style>
border-color css
<style>
span { border-color: #054D98; }
span { border-color: rgb(5,77,152); }
td.TdClassName
{
border-color: #054D98;
}
.TagClassName
{
border-color: #054D98;
}
</style>