Shades of Navy Blue #0E57FF
Tints of Navy Blue #0E57FF
RGB
CMYK
RGB Variations
Color information
#0E57FF (or 0x0E57FF) is known color: Navy Blue. HEX triplet: 0E, 57 and FF. RGB value is (14,87,255). Sum of RGB (Red+Green+Blue) = 14+87+255=356 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.93% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #0E57FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E57FF is #F1A800. Grayscale: #535353. Windows color (decimal): -15837185 or 16733966. OLE color: 16733966.
HSL color Cylindrical-coordinate representation of color #0E57FF: hue angle of 221.83º 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 #0E57FF is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 87 | 255 | - |
| CMYK | 0.95 | 0.66 | 0 | 0 |
| HSL | 221.83º | 1% | 0.53% | - |
| HSV(B) | 221.83º | 0.95% | 1% | - |
| XYZ | 21.64 | 14.13 | 96.19 | - |
| YUV | 84.33 | 224.32 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 87 | 255 | 0.95 | 0.66 | 0 | 0 | 221.83 | 1 | 0.53 |
| Hex | E | 57 | FF | 5F | 42 | 0 | 0 | DE | 64 | 35 |
| Octal | 16 | 127 | 377 | 137 | 102 | 0 | 0 | 336 | 144 | 65 |
| Binary | 1110 | 1010111 | 11111111 | 1011111 | 1000010 | 0 | 0 | 11011110 | 1100100 | 110101 |
Color Harmonies of #0E57FF
Complementary color
Monochromatic Colors of #0E57FF
Black with #0E57FF
Text Example
Text Example
White with #0E57FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E57FF; }
p { color: rgb(14,87,255); }
H1.HeaderClassName
{
color: #0E57FF;
}
.AnyTagClassName
{
color: #0E57FF;
}
</style>
background-color css
<style>
a { background-color: #0E57FF; }
a { background-color: rgb(14,87,255); }
div.DivClassName
{
background-color: #0E57FF;
}
.BgClassName
{
background-color: #0E57FF;
}
</style>
border-color css
<style>
span { border-color: #0E57FF; }
span { border-color: rgb(14,87,255); }
td.TdClassName
{
border-color: #0E57FF;
}
.TagClassName
{
border-color: #0E57FF;
}
</style>