Shades of Navy Blue #0E5DF9
Tints of Navy Blue #0E5DF9
RGB
CMYK
RGB Variations
Color information
#0E5DF9 (or 0x0E5DF9) is known color: Navy Blue. HEX triplet: 0E, 5D and F9. RGB value is (14,93,249). Sum of RGB (Red+Green+Blue) = 14+93+249=356 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.93% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 249 (97.66% from 255 or 69.94% from 356); Max value from RGB is 249 - color contains mainly: blue. Hex color #0E5DF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E5DF9 is #F1A206. Grayscale: #565656. Windows color (decimal): -15835655 or 16342286. OLE color: 16342286.
HSL color Cylindrical-coordinate representation of color #0E5DF9: hue angle of 219.83º 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 #0E5DF9 is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 93 | 249 | - |
| CMYK | 0.94 | 0.63 | 0 | 0.02 |
| HSL | 219.83º | 0.95% | 0.52% | - |
| HSV(B) | 219.83º | 0.94% | 0.98% | - |
| XYZ | 21.19 | 14.76 | 91.35 | - |
| YUV | 87.16 | 219.33 | 75.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 93 | 249 | 0.94 | 0.63 | 0 | 0.02 | 219.83 | 0.95 | 0.52 |
| Hex | E | 5D | F9 | 5E | 3F | 0 | 2 | DC | 5F | 34 |
| Octal | 16 | 135 | 371 | 136 | 77 | 0 | 2 | 334 | 137 | 64 |
| Binary | 1110 | 1011101 | 11111001 | 1011110 | 111111 | 0 | 10 | 11011100 | 1011111 | 110100 |
Color Harmonies of #0E5DF9
Complementary color
Monochromatic Colors of #0E5DF9
Black with #0E5DF9
Text Example
Text Example
White with #0E5DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5DF9; }
p { color: rgb(14,93,249); }
H1.HeaderClassName
{
color: #0E5DF9;
}
.AnyTagClassName
{
color: #0E5DF9;
}
</style>
background-color css
<style>
a { background-color: #0E5DF9; }
a { background-color: rgb(14,93,249); }
div.DivClassName
{
background-color: #0E5DF9;
}
.BgClassName
{
background-color: #0E5DF9;
}
</style>
border-color css
<style>
span { border-color: #0E5DF9; }
span { border-color: rgb(14,93,249); }
td.TdClassName
{
border-color: #0E5DF9;
}
.TagClassName
{
border-color: #0E5DF9;
}
</style>