Shades of Cobalt #054A98
Tints of Cobalt #054A98
RGB
CMYK
RGB Variations
Color information
#054A98 (or 0x054A98) is known color: Cobalt. HEX triplet: 05, 4A and 98. RGB value is (5,74,152). Sum of RGB (Red+Green+Blue) = 5+74+152=231 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 231); Green value is 74 (29.30% from 255 or 32.03% from 231); Blue value is 152 (59.77% from 255 or 65.80% from 231); Max value from RGB is 152 - color contains mainly: blue. Hex color #054A98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054A98 is #FAB567. Grayscale: #3D3D3D. Windows color (decimal): -16430440 or 9980421. OLE color: 9980421.
HSL color Cylindrical-coordinate representation of color #054A98: hue angle of 211.84º 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 #054A98 is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 5 | 74 | 152 | - |
| CMYK | 0.97 | 0.51 | 0 | 0.40 |
| HSL | 211.84º | 0.94% | 0.31% | - |
| HSV(B) | 211.84º | 0.97% | 0.6% | - |
| XYZ | 8.18 | 7.2 | 30.66 | - |
| YUV | 62.26 | 178.64 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 74 | 152 | 0.97 | 0.51 | 0 | 0.40 | 211.84 | 0.94 | 0.31 |
| Hex | 5 | 4A | 98 | 61 | 33 | 0 | 28 | D4 | 5E | 1F |
| Octal | 5 | 112 | 230 | 141 | 63 | 0 | 50 | 324 | 136 | 37 |
| Binary | 101 | 1001010 | 10011000 | 1100001 | 110011 | 0 | 101000 | 11010100 | 1011110 | 11111 |
Color Harmonies of #054A98
Complementary color
Monochromatic Colors of #054A98
Black with #054A98
Text Example
Text Example
White with #054A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054A98; }
p { color: rgb(5,74,152); }
H1.HeaderClassName
{
color: #054A98;
}
.AnyTagClassName
{
color: #054A98;
}
</style>
background-color css
<style>
a { background-color: #054A98; }
a { background-color: rgb(5,74,152); }
div.DivClassName
{
background-color: #054A98;
}
.BgClassName
{
background-color: #054A98;
}
</style>
border-color css
<style>
span { border-color: #054A98; }
span { border-color: rgb(5,74,152); }
td.TdClassName
{
border-color: #054A98;
}
.TagClassName
{
border-color: #054A98;
}
</style>