Shades of Navy Blue #0558CB
Tints of Navy Blue #0558CB
RGB
CMYK
RGB Variations
Color information
#0558CB (or 0x0558CB) is known color: Navy Blue. HEX triplet: 05, 58 and CB. RGB value is (5,88,203). Sum of RGB (Red+Green+Blue) = 5+88+203=296 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 203 (79.69% from 255 or 68.58% from 296); Max value from RGB is 203 - color contains mainly: blue. Hex color #0558CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0558CB is #FAA734. Grayscale: #4B4B4B. Windows color (decimal): -16426805 or 13326341. OLE color: 13326341.
HSL color Cylindrical-coordinate representation of color #0558CB: hue angle of 214.85º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0558CB is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 88 | 203 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.20 |
| HSL | 214.85º | 0.95% | 0.41% | - |
| HSV(B) | 214.85º | 0.98% | 0.8% | - |
| XYZ | 14.33 | 11.32 | 57.93 | - |
| YUV | 76.29 | 199.5 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 88 | 203 | 0.98 | 0.57 | 0 | 0.20 | 214.85 | 0.95 | 0.41 |
| Hex | 5 | 58 | CB | 62 | 39 | 0 | 14 | D7 | 5F | 29 |
| Octal | 5 | 130 | 313 | 142 | 71 | 0 | 24 | 327 | 137 | 51 |
| Binary | 101 | 1011000 | 11001011 | 1100010 | 111001 | 0 | 10100 | 11010111 | 1011111 | 101001 |
Color Harmonies of #0558CB
Complementary color
Monochromatic Colors of #0558CB
Black with #0558CB
Text Example
Text Example
White with #0558CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0558CB; }
p { color: rgb(5,88,203); }
H1.HeaderClassName
{
color: #0558CB;
}
.AnyTagClassName
{
color: #0558CB;
}
</style>
background-color css
<style>
a { background-color: #0558CB; }
a { background-color: rgb(5,88,203); }
div.DivClassName
{
background-color: #0558CB;
}
.BgClassName
{
background-color: #0558CB;
}
</style>
border-color css
<style>
span { border-color: #0558CB; }
span { border-color: rgb(5,88,203); }
td.TdClassName
{
border-color: #0558CB;
}
.TagClassName
{
border-color: #0558CB;
}
</style>