Shades of Navy Blue #0E4BDD
Tints of Navy Blue #0E4BDD
RGB
CMYK
RGB Variations
Color information
#0E4BDD (or 0x0E4BDD) is known color: Navy Blue. HEX triplet: 0E, 4B and DD. RGB value is (14,75,221). Sum of RGB (Red+Green+Blue) = 14+75+221=310 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.52% from 310); Green value is 75 (29.69% from 255 or 24.19% from 310); Blue value is 221 (86.72% from 255 or 71.29% from 310); Max value from RGB is 221 - color contains mainly: blue. Hex color #0E4BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E4BDD is #F1B422. Grayscale: #484848. Windows color (decimal): -15840291 or 14502670. OLE color: 14502670.
HSL color Cylindrical-coordinate representation of color #0E4BDD: hue angle of 222.32º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E4BDD is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 75 | 221 | - |
| CMYK | 0.94 | 0.66 | 0 | 0.13 |
| HSL | 222.32º | 0.88% | 0.46% | - |
| HSV(B) | 222.32º | 0.94% | 0.87% | - |
| XYZ | 15.75 | 10.35 | 69.57 | - |
| YUV | 73.41 | 211.29 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 75 | 221 | 0.94 | 0.66 | 0 | 0.13 | 222.32 | 0.88 | 0.46 |
| Hex | E | 4B | DD | 5E | 42 | 0 | D | DE | 58 | 2E |
| Octal | 16 | 113 | 335 | 136 | 102 | 0 | 15 | 336 | 130 | 56 |
| Binary | 1110 | 1001011 | 11011101 | 1011110 | 1000010 | 0 | 1101 | 11011110 | 1011000 | 101110 |
Color Harmonies of #0E4BDD
Complementary color
Monochromatic Colors of #0E4BDD
Black with #0E4BDD
Text Example
Text Example
White with #0E4BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4BDD; }
p { color: rgb(14,75,221); }
H1.HeaderClassName
{
color: #0E4BDD;
}
.AnyTagClassName
{
color: #0E4BDD;
}
</style>
background-color css
<style>
a { background-color: #0E4BDD; }
a { background-color: rgb(14,75,221); }
div.DivClassName
{
background-color: #0E4BDD;
}
.BgClassName
{
background-color: #0E4BDD;
}
</style>
border-color css
<style>
span { border-color: #0E4BDD; }
span { border-color: rgb(14,75,221); }
td.TdClassName
{
border-color: #0E4BDD;
}
.TagClassName
{
border-color: #0E4BDD;
}
</style>