Shades of Cobalt #05489E
Tints of Cobalt #05489E
RGB
CMYK
RGB Variations
Color information
#05489E (or 0x05489E) is known color: Cobalt. HEX triplet: 05, 48 and 9E. RGB value is (5,72,158). Sum of RGB (Red+Green+Blue) = 5+72+158=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 158 (62.11% from 255 or 67.23% from 235); Max value from RGB is 158 - color contains mainly: blue. Hex color #05489E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05489E is #FAB761. Grayscale: #3D3D3D. Windows color (decimal): -16430946 or 10373125. OLE color: 10373125.
HSL color Cylindrical-coordinate representation of color #05489E: hue angle of 213.73º 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 #05489E is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 5 | 72 | 158 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.38 |
| HSL | 213.73º | 0.94% | 0.32% | - |
| HSV(B) | 213.73º | 0.97% | 0.62% | - |
| XYZ | 8.55 | 7.14 | 33.27 | - |
| YUV | 61.77 | 182.3 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 72 | 158 | 0.97 | 0.54 | 0 | 0.38 | 213.73 | 0.94 | 0.32 |
| Hex | 5 | 48 | 9E | 61 | 36 | 0 | 26 | D6 | 5E | 20 |
| Octal | 5 | 110 | 236 | 141 | 66 | 0 | 46 | 326 | 136 | 40 |
| Binary | 101 | 1001000 | 10011110 | 1100001 | 110110 | 0 | 100110 | 11010110 | 1011110 | 100000 |
Color Harmonies of #05489E
Complementary color
Monochromatic Colors of #05489E
Black with #05489E
Text Example
Text Example
White with #05489E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05489E; }
p { color: rgb(5,72,158); }
H1.HeaderClassName
{
color: #05489E;
}
.AnyTagClassName
{
color: #05489E;
}
</style>
background-color css
<style>
a { background-color: #05489E; }
a { background-color: rgb(5,72,158); }
div.DivClassName
{
background-color: #05489E;
}
.BgClassName
{
background-color: #05489E;
}
</style>
border-color css
<style>
span { border-color: #05489E; }
span { border-color: rgb(5,72,158); }
td.TdClassName
{
border-color: #05489E;
}
.TagClassName
{
border-color: #05489E;
}
</style>