Shades of Navy Blue #0E57FB
Tints of Navy Blue #0E57FB
RGB
CMYK
RGB Variations
Color information
#0E57FB (or 0x0E57FB) is known color: Navy Blue. HEX triplet: 0E, 57 and FB. RGB value is (14,87,251). Sum of RGB (Red+Green+Blue) = 14+87+251=352 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.98% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 251 (98.44% from 255 or 71.31% from 352); Max value from RGB is 251 - color contains mainly: blue. Hex color #0E57FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E57FB is #F1A804. Grayscale: #535353. Windows color (decimal): -15837189 or 16471822. OLE color: 16471822.
HSL color Cylindrical-coordinate representation of color #0E57FB: hue angle of 221.52º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E57FB is Cyan = 0.94, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 87 | 251 | - |
| CMYK | 0.94 | 0.65 | 0 | 0.02 |
| HSL | 221.52º | 0.97% | 0.52% | - |
| HSV(B) | 221.52º | 0.94% | 0.98% | - |
| XYZ | 21 | 13.87 | 92.84 | - |
| YUV | 83.87 | 222.32 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 87 | 251 | 0.94 | 0.65 | 0 | 0.02 | 221.52 | 0.97 | 0.52 |
| Hex | E | 57 | FB | 5E | 41 | 0 | 2 | DE | 61 | 34 |
| Octal | 16 | 127 | 373 | 136 | 101 | 0 | 2 | 336 | 141 | 64 |
| Binary | 1110 | 1010111 | 11111011 | 1011110 | 1000001 | 0 | 10 | 11011110 | 1100001 | 110100 |
Color Harmonies of #0E57FB
Complementary color
Monochromatic Colors of #0E57FB
Black with #0E57FB
Text Example
Text Example
White with #0E57FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E57FB; }
p { color: rgb(14,87,251); }
H1.HeaderClassName
{
color: #0E57FB;
}
.AnyTagClassName
{
color: #0E57FB;
}
</style>
background-color css
<style>
a { background-color: #0E57FB; }
a { background-color: rgb(14,87,251); }
div.DivClassName
{
background-color: #0E57FB;
}
.BgClassName
{
background-color: #0E57FB;
}
</style>
border-color css
<style>
span { border-color: #0E57FB; }
span { border-color: rgb(14,87,251); }
td.TdClassName
{
border-color: #0E57FB;
}
.TagClassName
{
border-color: #0E57FB;
}
</style>