Shades of Navy Blue #0E62ED
Tints of Navy Blue #0E62ED
RGB
CMYK
RGB Variations
Color information
#0E62ED (or 0x0E62ED) is known color: Navy Blue. HEX triplet: 0E, 62 and ED. RGB value is (14,98,237). Sum of RGB (Red+Green+Blue) = 14+98+237=349 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4.01% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 237 (92.97% from 255 or 67.91% from 349); Max value from RGB is 237 - color contains mainly: blue. Hex color #0E62ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E62ED is #F19D12. Grayscale: #585858. Windows color (decimal): -15834387 or 15557134. OLE color: 15557134.
HSL color Cylindrical-coordinate representation of color #0E62ED: hue angle of 217.4º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E62ED is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 14 | 98 | 237 | - |
| CMYK | 0.94 | 0.59 | 0 | 0.07 |
| HSL | 217.4º | 0.89% | 0.49% | - |
| HSV(B) | 217.4º | 0.94% | 0.93% | - |
| XYZ | 19.83 | 14.94 | 81.96 | - |
| YUV | 88.73 | 211.67 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 98 | 237 | 0.94 | 0.59 | 0 | 0.07 | 217.4 | 0.89 | 0.49 |
| Hex | E | 62 | ED | 5E | 3B | 0 | 7 | D9 | 59 | 31 |
| Octal | 16 | 142 | 355 | 136 | 73 | 0 | 7 | 331 | 131 | 61 |
| Binary | 1110 | 1100010 | 11101101 | 1011110 | 111011 | 0 | 111 | 11011001 | 1011001 | 110001 |
Color Harmonies of #0E62ED
Complementary color
Monochromatic Colors of #0E62ED
Black with #0E62ED
Text Example
Text Example
White with #0E62ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E62ED; }
p { color: rgb(14,98,237); }
H1.HeaderClassName
{
color: #0E62ED;
}
.AnyTagClassName
{
color: #0E62ED;
}
</style>
background-color css
<style>
a { background-color: #0E62ED; }
a { background-color: rgb(14,98,237); }
div.DivClassName
{
background-color: #0E62ED;
}
.BgClassName
{
background-color: #0E62ED;
}
</style>
border-color css
<style>
span { border-color: #0E62ED; }
span { border-color: rgb(14,98,237); }
td.TdClassName
{
border-color: #0E62ED;
}
.TagClassName
{
border-color: #0E62ED;
}
</style>