Shades of Navy Blue #0058EF
Tints of Navy Blue #0058EF
RGB
CMYK
RGB Variations
Color information
#0058EF (or 0x0058EF) is known color: Navy Blue. HEX triplet: 00, 58 and EF. RGB value is (0,88,239). Sum of RGB (Red+Green+Blue) = 0+88+239=327 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 239 (93.75% from 255 or 73.09% from 327); Max value from RGB is 239 - color contains mainly: blue. Hex color #0058EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0058EF is #FFA710. Grayscale: #4E4E4E. Windows color (decimal): -16754449 or 15685632. OLE color: 15685632.
HSL color Cylindrical-coordinate representation of color #0058EF: hue angle of 217.91º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0058EF is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 88 | 239 | - |
| CMYK | 1 | 0.63 | 0 | 0.06 |
| HSL | 217.91º | 1% | 0.47% | - |
| HSV(B) | 217.91º | 1% | 0.94% | - |
| XYZ | 19.07 | 13.21 | 83.21 | - |
| YUV | 78.9 | 218.35 | 71.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 88 | 239 | 1 | 0.63 | 0 | 0.06 | 217.91 | 1 | 0.47 |
| Hex | 0 | 58 | EF | 64 | 3F | 0 | 6 | DA | 64 | 2F |
| Octal | 0 | 130 | 357 | 144 | 77 | 0 | 6 | 332 | 144 | 57 |
| Binary | 0 | 1011000 | 11101111 | 1100100 | 111111 | 0 | 110 | 11011010 | 1100100 | 101111 |
Color Harmonies of #0058EF
Complementary color
Monochromatic Colors of #0058EF
Black with #0058EF
Text Example
Text Example
White with #0058EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0058EF; }
p { color: rgb(0,88,239); }
H1.HeaderClassName
{
color: #0058EF;
}
.AnyTagClassName
{
color: #0058EF;
}
</style>
background-color css
<style>
a { background-color: #0058EF; }
a { background-color: rgb(0,88,239); }
div.DivClassName
{
background-color: #0058EF;
}
.BgClassName
{
background-color: #0058EF;
}
</style>
border-color css
<style>
span { border-color: #0058EF; }
span { border-color: rgb(0,88,239); }
td.TdClassName
{
border-color: #0058EF;
}
.TagClassName
{
border-color: #0058EF;
}
</style>