Shades of Cobalt #054997
Tints of Cobalt #054997
RGB
CMYK
RGB Variations
Color information
#054997 (or 0x054997) is known color: Cobalt. HEX triplet: 05, 49 and 97. RGB value is (5,73,151). Sum of RGB (Red+Green+Blue) = 5+73+151=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 151 (59.38% from 255 or 65.94% from 229); Max value from RGB is 151 - color contains mainly: blue. Hex color #054997 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054997 is #FAB668. Grayscale: #3D3D3D. Windows color (decimal): -16430697 or 9914629. OLE color: 9914629.
HSL color Cylindrical-coordinate representation of color #054997: hue angle of 212.05º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054997 is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 5 | 73 | 151 | - |
| CMYK | 0.97 | 0.52 | 0 | 0.41 |
| HSL | 212.05º | 0.94% | 0.31% | - |
| HSV(B) | 212.05º | 0.97% | 0.59% | - |
| XYZ | 8.03 | 7.03 | 30.21 | - |
| YUV | 61.56 | 178.47 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 73 | 151 | 0.97 | 0.52 | 0 | 0.41 | 212.05 | 0.94 | 0.31 |
| Hex | 5 | 49 | 97 | 61 | 34 | 0 | 29 | D4 | 5E | 1F |
| Octal | 5 | 111 | 227 | 141 | 64 | 0 | 51 | 324 | 136 | 37 |
| Binary | 101 | 1001001 | 10010111 | 1100001 | 110100 | 0 | 101001 | 11010100 | 1011110 | 11111 |
Color Harmonies of #054997
Complementary color
Monochromatic Colors of #054997
Black with #054997
Text Example
Text Example
White with #054997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054997; }
p { color: rgb(5,73,151); }
H1.HeaderClassName
{
color: #054997;
}
.AnyTagClassName
{
color: #054997;
}
</style>
background-color css
<style>
a { background-color: #054997; }
a { background-color: rgb(5,73,151); }
div.DivClassName
{
background-color: #054997;
}
.BgClassName
{
background-color: #054997;
}
</style>
border-color css
<style>
span { border-color: #054997; }
span { border-color: rgb(5,73,151); }
td.TdClassName
{
border-color: #054997;
}
.TagClassName
{
border-color: #054997;
}
</style>