Shades of Navy Blue #0058EC
Tints of Navy Blue #0058EC
RGB
CMYK
RGB Variations
Color information
#0058EC (or 0x0058EC) is known color: Navy Blue. HEX triplet: 00, 58 and EC. RGB value is (0,88,236). Sum of RGB (Red+Green+Blue) = 0+88+236=324 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 236 (92.58% from 255 or 72.84% from 324); Max value from RGB is 236 - color contains mainly: blue. Hex color #0058EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0058EC is #FFA713. Grayscale: #4D4D4D. Windows color (decimal): -16754452 or 15489024. OLE color: 15489024.
HSL color Cylindrical-coordinate representation of color #0058EC: hue angle of 217.63º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0058EC is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 88 | 236 | - |
| CMYK | 1 | 0.63 | 0 | 0.07 |
| HSL | 217.63º | 1% | 0.46% | - |
| HSV(B) | 217.63º | 1% | 0.93% | - |
| XYZ | 18.63 | 13.04 | 80.89 | - |
| YUV | 78.56 | 216.85 | 71.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 88 | 236 | 1 | 0.63 | 0 | 0.07 | 217.63 | 1 | 0.46 |
| Hex | 0 | 58 | EC | 64 | 3F | 0 | 7 | DA | 64 | 2E |
| Octal | 0 | 130 | 354 | 144 | 77 | 0 | 7 | 332 | 144 | 56 |
| Binary | 0 | 1011000 | 11101100 | 1100100 | 111111 | 0 | 111 | 11011010 | 1100100 | 101110 |
Color Harmonies of #0058EC
Complementary color
Monochromatic Colors of #0058EC
Black with #0058EC
Text Example
Text Example
White with #0058EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0058EC; }
p { color: rgb(0,88,236); }
H1.HeaderClassName
{
color: #0058EC;
}
.AnyTagClassName
{
color: #0058EC;
}
</style>
background-color css
<style>
a { background-color: #0058EC; }
a { background-color: rgb(0,88,236); }
div.DivClassName
{
background-color: #0058EC;
}
.BgClassName
{
background-color: #0058EC;
}
</style>
border-color css
<style>
span { border-color: #0058EC; }
span { border-color: rgb(0,88,236); }
td.TdClassName
{
border-color: #0058EC;
}
.TagClassName
{
border-color: #0058EC;
}
</style>