Shades of Navy Blue #0E48FF
Tints of Navy Blue #0E48FF
RGB
CMYK
RGB Variations
Color information
#0E48FF (or 0x0E48FF) is known color: Navy Blue. HEX triplet: 0E, 48 and FF. RGB value is (14,72,255). Sum of RGB (Red+Green+Blue) = 14+72+255=341 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.11% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 255 (100% from 255 or 74.78% from 341); Max value from RGB is 255 - color contains mainly: blue. Hex color #0E48FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E48FF is #F1B700. Grayscale: #4A4A4A. Windows color (decimal): -15841025 or 16730126. OLE color: 16730126.
HSL color Cylindrical-coordinate representation of color #0E48FF: hue angle of 225.56º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E48FF is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 72 | 255 | - |
| CMYK | 0.95 | 0.72 | 0 | 0 |
| HSL | 225.56º | 1% | 0.53% | - |
| HSV(B) | 225.56º | 0.95% | 1% | - |
| XYZ | 20.55 | 11.95 | 95.83 | - |
| YUV | 75.52 | 229.28 | 84.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 72 | 255 | 0.95 | 0.72 | 0 | 0 | 225.56 | 1 | 0.53 |
| Hex | E | 48 | FF | 5F | 48 | 0 | 0 | E2 | 64 | 35 |
| Octal | 16 | 110 | 377 | 137 | 110 | 0 | 0 | 342 | 144 | 65 |
| Binary | 1110 | 1001000 | 11111111 | 1011111 | 1001000 | 0 | 0 | 11100010 | 1100100 | 110101 |
Color Harmonies of #0E48FF
Complementary color
Monochromatic Colors of #0E48FF
Black with #0E48FF
Text Example
Text Example
White with #0E48FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E48FF; }
p { color: rgb(14,72,255); }
H1.HeaderClassName
{
color: #0E48FF;
}
.AnyTagClassName
{
color: #0E48FF;
}
</style>
background-color css
<style>
a { background-color: #0E48FF; }
a { background-color: rgb(14,72,255); }
div.DivClassName
{
background-color: #0E48FF;
}
.BgClassName
{
background-color: #0E48FF;
}
</style>
border-color css
<style>
span { border-color: #0E48FF; }
span { border-color: rgb(14,72,255); }
td.TdClassName
{
border-color: #0E48FF;
}
.TagClassName
{
border-color: #0E48FF;
}
</style>