Shades of Navy Blue #0558DA
Tints of Navy Blue #0558DA
RGB
CMYK
RGB Variations
Color information
#0558DA (or 0x0558DA) is known color: Navy Blue. HEX triplet: 05, 58 and DA. RGB value is (5,88,218). Sum of RGB (Red+Green+Blue) = 5+88+218=311 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 218 (85.55% from 255 or 70.10% from 311); Max value from RGB is 218 - color contains mainly: blue. Hex color #0558DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0558DA is #FAA725. Grayscale: #4D4D4D. Windows color (decimal): -16426790 or 14309381. OLE color: 14309381.
HSL color Cylindrical-coordinate representation of color #0558DA: hue angle of 216.62º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0558DA is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 88 | 218 | - |
| CMYK | 0.98 | 0.60 | 0 | 0.15 |
| HSL | 216.62º | 0.96% | 0.44% | - |
| HSV(B) | 216.62º | 0.98% | 0.85% | - |
| XYZ | 16.21 | 12.07 | 67.81 | - |
| YUV | 78 | 207 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 88 | 218 | 0.98 | 0.60 | 0 | 0.15 | 216.62 | 0.96 | 0.44 |
| Hex | 5 | 58 | DA | 62 | 3C | 0 | F | D9 | 60 | 2C |
| Octal | 5 | 130 | 332 | 142 | 74 | 0 | 17 | 331 | 140 | 54 |
| Binary | 101 | 1011000 | 11011010 | 1100010 | 111100 | 0 | 1111 | 11011001 | 1100000 | 101100 |
Color Harmonies of #0558DA
Complementary color
Monochromatic Colors of #0558DA
Black with #0558DA
Text Example
Text Example
White with #0558DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0558DA; }
p { color: rgb(5,88,218); }
H1.HeaderClassName
{
color: #0558DA;
}
.AnyTagClassName
{
color: #0558DA;
}
</style>
background-color css
<style>
a { background-color: #0558DA; }
a { background-color: rgb(5,88,218); }
div.DivClassName
{
background-color: #0558DA;
}
.BgClassName
{
background-color: #0558DA;
}
</style>
border-color css
<style>
span { border-color: #0558DA; }
span { border-color: rgb(5,88,218); }
td.TdClassName
{
border-color: #0558DA;
}
.TagClassName
{
border-color: #0558DA;
}
</style>