Shades of Navy Blue #0E4DDC
Tints of Navy Blue #0E4DDC
RGB
CMYK
RGB Variations
Color information
#0E4DDC (or 0x0E4DDC) is known color: Navy Blue. HEX triplet: 0E, 4D and DC. RGB value is (14,77,220). Sum of RGB (Red+Green+Blue) = 14+77+220=311 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.50% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 220 (86.33% from 255 or 70.74% from 311); Max value from RGB is 220 - color contains mainly: blue. Hex color #0E4DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E4DDC is #F1B223. Grayscale: #494949. Windows color (decimal): -15839780 or 14437646. OLE color: 14437646.
HSL color Cylindrical-coordinate representation of color #0E4DDC: hue angle of 221.65º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E4DDC is Cyan = 0.94, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 77 | 220 | - |
| CMYK | 0.94 | 0.65 | 0 | 0.14 |
| HSL | 221.65º | 0.88% | 0.46% | - |
| HSV(B) | 221.65º | 0.94% | 0.86% | - |
| XYZ | 15.75 | 10.57 | 68.92 | - |
| YUV | 74.47 | 210.13 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 77 | 220 | 0.94 | 0.65 | 0 | 0.14 | 221.65 | 0.88 | 0.46 |
| Hex | E | 4D | DC | 5E | 41 | 0 | E | DE | 58 | 2E |
| Octal | 16 | 115 | 334 | 136 | 101 | 0 | 16 | 336 | 130 | 56 |
| Binary | 1110 | 1001101 | 11011100 | 1011110 | 1000001 | 0 | 1110 | 11011110 | 1011000 | 101110 |
Color Harmonies of #0E4DDC
Complementary color
Monochromatic Colors of #0E4DDC
Black with #0E4DDC
Text Example
Text Example
White with #0E4DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4DDC; }
p { color: rgb(14,77,220); }
H1.HeaderClassName
{
color: #0E4DDC;
}
.AnyTagClassName
{
color: #0E4DDC;
}
</style>
background-color css
<style>
a { background-color: #0E4DDC; }
a { background-color: rgb(14,77,220); }
div.DivClassName
{
background-color: #0E4DDC;
}
.BgClassName
{
background-color: #0E4DDC;
}
</style>
border-color css
<style>
span { border-color: #0E4DDC; }
span { border-color: rgb(14,77,220); }
td.TdClassName
{
border-color: #0E4DDC;
}
.TagClassName
{
border-color: #0E4DDC;
}
</style>