Shades of Navy Blue #0E5BE0
Tints of Navy Blue #0E5BE0
RGB
CMYK
RGB Variations
Color information
#0E5BE0 (or 0x0E5BE0) is known color: Navy Blue. HEX triplet: 0E, 5B and E0. RGB value is (14,91,224). Sum of RGB (Red+Green+Blue) = 14+91+224=329 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.26% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 224 (87.89% from 255 or 68.09% from 329); Max value from RGB is 224 - color contains mainly: blue. Hex color #0E5BE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E5BE0 is #F1A41F. Grayscale: #525252. Windows color (decimal): -15836192 or 14703374. OLE color: 14703374.
HSL color Cylindrical-coordinate representation of color #0E5BE0: hue angle of 218º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E5BE0 is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 14 | 91 | 224 | - |
| CMYK | 0.94 | 0.59 | 0 | 0.12 |
| HSL | 218º | 0.88% | 0.47% | - |
| HSV(B) | 218º | 0.94% | 0.88% | - |
| XYZ | 17.38 | 12.96 | 72.11 | - |
| YUV | 83.14 | 207.49 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 91 | 224 | 0.94 | 0.59 | 0 | 0.12 | 218 | 0.88 | 0.47 |
| Hex | E | 5B | E0 | 5E | 3B | 0 | C | DA | 58 | 2F |
| Octal | 16 | 133 | 340 | 136 | 73 | 0 | 14 | 332 | 130 | 57 |
| Binary | 1110 | 1011011 | 11100000 | 1011110 | 111011 | 0 | 1100 | 11011010 | 1011000 | 101111 |
Color Harmonies of #0E5BE0
Complementary color
Monochromatic Colors of #0E5BE0
Black with #0E5BE0
Text Example
Text Example
White with #0E5BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5BE0; }
p { color: rgb(14,91,224); }
H1.HeaderClassName
{
color: #0E5BE0;
}
.AnyTagClassName
{
color: #0E5BE0;
}
</style>
background-color css
<style>
a { background-color: #0E5BE0; }
a { background-color: rgb(14,91,224); }
div.DivClassName
{
background-color: #0E5BE0;
}
.BgClassName
{
background-color: #0E5BE0;
}
</style>
border-color css
<style>
span { border-color: #0E5BE0; }
span { border-color: rgb(14,91,224); }
td.TdClassName
{
border-color: #0E5BE0;
}
.TagClassName
{
border-color: #0E5BE0;
}
</style>