Shades of Navy Blue #0058E7
Tints of Navy Blue #0058E7
RGB
CMYK
RGB Variations
Color information
#0058E7 (or 0x0058E7) is known color: Navy Blue. HEX triplet: 00, 58 and E7. RGB value is (0,88,231). Sum of RGB (Red+Green+Blue) = 0+88+231=319 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 231 (90.62% from 255 or 72.41% from 319); Max value from RGB is 231 - color contains mainly: blue. Hex color #0058E7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0058E7 is #FFA718. Grayscale: #4D4D4D. Windows color (decimal): -16754457 or 15161344. OLE color: 15161344.
HSL color Cylindrical-coordinate representation of color #0058E7: hue angle of 217.14º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0058E7 is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 88 | 231 | - |
| CMYK | 1 | 0.62 | 0 | 0.09 |
| HSL | 217.14º | 1% | 0.45% | - |
| HSV(B) | 217.14º | 1% | 0.91% | - |
| XYZ | 17.91 | 12.75 | 77.12 | - |
| YUV | 77.99 | 214.35 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 88 | 231 | 1 | 0.62 | 0 | 0.09 | 217.14 | 1 | 0.45 |
| Hex | 0 | 58 | E7 | 64 | 3E | 0 | 9 | D9 | 64 | 2D |
| Octal | 0 | 130 | 347 | 144 | 76 | 0 | 11 | 331 | 144 | 55 |
| Binary | 0 | 1011000 | 11100111 | 1100100 | 111110 | 0 | 1001 | 11011001 | 1100100 | 101101 |
Color Harmonies of #0058E7
Complementary color
Monochromatic Colors of #0058E7
Black with #0058E7
Text Example
Text Example
White with #0058E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0058E7; }
p { color: rgb(0,88,231); }
H1.HeaderClassName
{
color: #0058E7;
}
.AnyTagClassName
{
color: #0058E7;
}
</style>
background-color css
<style>
a { background-color: #0058E7; }
a { background-color: rgb(0,88,231); }
div.DivClassName
{
background-color: #0058E7;
}
.BgClassName
{
background-color: #0058E7;
}
</style>
border-color css
<style>
span { border-color: #0058E7; }
span { border-color: rgb(0,88,231); }
td.TdClassName
{
border-color: #0058E7;
}
.TagClassName
{
border-color: #0058E7;
}
</style>