Shades of Navy Blue #0E5AF9
Tints of Navy Blue #0E5AF9
RGB
CMYK
RGB Variations
Color information
#0E5AF9 (or 0x0E5AF9) is known color: Navy Blue. HEX triplet: 0E, 5A and F9. RGB value is (14,90,249). Sum of RGB (Red+Green+Blue) = 14+90+249=353 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.97% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 249 (97.66% from 255 or 70.54% from 353); Max value from RGB is 249 - color contains mainly: blue. Hex color #0E5AF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E5AF9 is #F1A506. Grayscale: #545454. Windows color (decimal): -15836423 or 16341518. OLE color: 16341518.
HSL color Cylindrical-coordinate representation of color #0E5AF9: hue angle of 220.6º degrees, saturation: 0.95, 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 #0E5AF9 is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 90 | 249 | - |
| CMYK | 0.94 | 0.64 | 0 | 0.02 |
| HSL | 220.6º | 0.95% | 0.52% | - |
| HSV(B) | 220.6º | 0.94% | 0.98% | - |
| XYZ | 20.94 | 14.25 | 91.27 | - |
| YUV | 85.4 | 220.32 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 90 | 249 | 0.94 | 0.64 | 0 | 0.02 | 220.6 | 0.95 | 0.52 |
| Hex | E | 5A | F9 | 5E | 40 | 0 | 2 | DD | 5F | 34 |
| Octal | 16 | 132 | 371 | 136 | 100 | 0 | 2 | 335 | 137 | 64 |
| Binary | 1110 | 1011010 | 11111001 | 1011110 | 1000000 | 0 | 10 | 11011101 | 1011111 | 110100 |
Color Harmonies of #0E5AF9
Complementary color
Monochromatic Colors of #0E5AF9
Black with #0E5AF9
Text Example
Text Example
White with #0E5AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5AF9; }
p { color: rgb(14,90,249); }
H1.HeaderClassName
{
color: #0E5AF9;
}
.AnyTagClassName
{
color: #0E5AF9;
}
</style>
background-color css
<style>
a { background-color: #0E5AF9; }
a { background-color: rgb(14,90,249); }
div.DivClassName
{
background-color: #0E5AF9;
}
.BgClassName
{
background-color: #0E5AF9;
}
</style>
border-color css
<style>
span { border-color: #0E5AF9; }
span { border-color: rgb(14,90,249); }
td.TdClassName
{
border-color: #0E5AF9;
}
.TagClassName
{
border-color: #0E5AF9;
}
</style>