Shades of Navy Blue #0E48EA
Tints of Navy Blue #0E48EA
RGB
CMYK
RGB Variations
Color information
#0E48EA (or 0x0E48EA) is known color: Navy Blue. HEX triplet: 0E, 48 and EA. RGB value is (14,72,234). Sum of RGB (Red+Green+Blue) = 14+72+234=320 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.38% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 234 (91.80% from 255 or 73.12% from 320); Max value from RGB is 234 - color contains mainly: blue. Hex color #0E48EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E48EA is #F1B715. Grayscale: #484848. Windows color (decimal): -15841046 or 15353870. OLE color: 15353870.
HSL color Cylindrical-coordinate representation of color #0E48EA: hue angle of 224.18º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E48EA is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 72 | 234 | - |
| CMYK | 0.94 | 0.69 | 0 | 0.08 |
| HSL | 224.18º | 0.89% | 0.49% | - |
| HSV(B) | 224.18º | 0.94% | 0.92% | - |
| XYZ | 17.35 | 10.67 | 78.99 | - |
| YUV | 73.13 | 218.78 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 72 | 234 | 0.94 | 0.69 | 0 | 0.08 | 224.18 | 0.89 | 0.49 |
| Hex | E | 48 | EA | 5E | 45 | 0 | 8 | E0 | 59 | 31 |
| Octal | 16 | 110 | 352 | 136 | 105 | 0 | 10 | 340 | 131 | 61 |
| Binary | 1110 | 1001000 | 11101010 | 1011110 | 1000101 | 0 | 1000 | 11100000 | 1011001 | 110001 |
Color Harmonies of #0E48EA
Complementary color
Monochromatic Colors of #0E48EA
Black with #0E48EA
Text Example
Text Example
White with #0E48EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E48EA; }
p { color: rgb(14,72,234); }
H1.HeaderClassName
{
color: #0E48EA;
}
.AnyTagClassName
{
color: #0E48EA;
}
</style>
background-color css
<style>
a { background-color: #0E48EA; }
a { background-color: rgb(14,72,234); }
div.DivClassName
{
background-color: #0E48EA;
}
.BgClassName
{
background-color: #0E48EA;
}
</style>
border-color css
<style>
span { border-color: #0E48EA; }
span { border-color: rgb(14,72,234); }
td.TdClassName
{
border-color: #0E48EA;
}
.TagClassName
{
border-color: #0E48EA;
}
</style>