Shades of Navy Blue #0E58FF
Tints of Navy Blue #0E58FF
RGB
CMYK
RGB Variations
Color information
#0E58FF (or 0x0E58FF) is known color: Navy Blue. HEX triplet: 0E, 58 and FF. RGB value is (14,88,255). Sum of RGB (Red+Green+Blue) = 14+88+255=357 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.92% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #0E58FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E58FF is #F1A700. Grayscale: #545454. Windows color (decimal): -15836929 or 16734222. OLE color: 16734222.
HSL color Cylindrical-coordinate representation of color #0E58FF: hue angle of 221.58º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E58FF is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 88 | 255 | - |
| CMYK | 0.95 | 0.65 | 0 | 0 |
| HSL | 221.58º | 1% | 0.53% | - |
| HSV(B) | 221.58º | 0.95% | 1% | - |
| XYZ | 21.72 | 14.29 | 96.22 | - |
| YUV | 84.91 | 223.98 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 88 | 255 | 0.95 | 0.65 | 0 | 0 | 221.58 | 1 | 0.53 |
| Hex | E | 58 | FF | 5F | 41 | 0 | 0 | DE | 64 | 35 |
| Octal | 16 | 130 | 377 | 137 | 101 | 0 | 0 | 336 | 144 | 65 |
| Binary | 1110 | 1011000 | 11111111 | 1011111 | 1000001 | 0 | 0 | 11011110 | 1100100 | 110101 |
Color Harmonies of #0E58FF
Complementary color
Monochromatic Colors of #0E58FF
Black with #0E58FF
Text Example
Text Example
White with #0E58FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E58FF; }
p { color: rgb(14,88,255); }
H1.HeaderClassName
{
color: #0E58FF;
}
.AnyTagClassName
{
color: #0E58FF;
}
</style>
background-color css
<style>
a { background-color: #0E58FF; }
a { background-color: rgb(14,88,255); }
div.DivClassName
{
background-color: #0E58FF;
}
.BgClassName
{
background-color: #0E58FF;
}
</style>
border-color css
<style>
span { border-color: #0E58FF; }
span { border-color: rgb(14,88,255); }
td.TdClassName
{
border-color: #0E58FF;
}
.TagClassName
{
border-color: #0E58FF;
}
</style>