Shades of Navy Blue #0E42F8
Tints of Navy Blue #0E42F8
RGB
CMYK
RGB Variations
Color information
#0E42F8 (or 0x0E42F8) is known color: Navy Blue. HEX triplet: 0E, 42 and F8. RGB value is (14,66,248). Sum of RGB (Red+Green+Blue) = 14+66+248=328 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.27% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 248 (97.27% from 255 or 75.61% from 328); Max value from RGB is 248 - color contains mainly: blue. Hex color #0E42F8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E42F8 is #F1BD07. Grayscale: #464646. Windows color (decimal): -15842568 or 16269838. OLE color: 16269838.
HSL color Cylindrical-coordinate representation of color #0E42F8: hue angle of 226.67º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E42F8 is Cyan = 0.94, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 14 | 66 | 248 | - |
| CMYK | 0.94 | 0.73 | 0 | 0.03 |
| HSL | 226.67º | 0.94% | 0.51% | - |
| HSV(B) | 226.67º | 0.94% | 0.97% | - |
| XYZ | 19.07 | 10.77 | 89.88 | - |
| YUV | 71.2 | 227.77 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 66 | 248 | 0.94 | 0.73 | 0 | 0.03 | 226.67 | 0.94 | 0.51 |
| Hex | E | 42 | F8 | 5E | 49 | 0 | 3 | E3 | 5E | 33 |
| Octal | 16 | 102 | 370 | 136 | 111 | 0 | 3 | 343 | 136 | 63 |
| Binary | 1110 | 1000010 | 11111000 | 1011110 | 1001001 | 0 | 11 | 11100011 | 1011110 | 110011 |
Color Harmonies of #0E42F8
Complementary color
Monochromatic Colors of #0E42F8
Black with #0E42F8
Text Example
Text Example
White with #0E42F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E42F8; }
p { color: rgb(14,66,248); }
H1.HeaderClassName
{
color: #0E42F8;
}
.AnyTagClassName
{
color: #0E42F8;
}
</style>
background-color css
<style>
a { background-color: #0E42F8; }
a { background-color: rgb(14,66,248); }
div.DivClassName
{
background-color: #0E42F8;
}
.BgClassName
{
background-color: #0E42F8;
}
</style>
border-color css
<style>
span { border-color: #0E42F8; }
span { border-color: rgb(14,66,248); }
td.TdClassName
{
border-color: #0E42F8;
}
.TagClassName
{
border-color: #0E42F8;
}
</style>