Shades of Navy Blue #0E50DC
Tints of Navy Blue #0E50DC
RGB
CMYK
RGB Variations
Color information
#0E50DC (or 0x0E50DC) is known color: Navy Blue. HEX triplet: 0E, 50 and DC. RGB value is (14,80,220). Sum of RGB (Red+Green+Blue) = 14+80+220=314 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.46% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 220 (86.33% from 255 or 70.06% from 314); Max value from RGB is 220 - color contains mainly: blue. Hex color #0E50DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E50DC is #F1AF23. Grayscale: #4B4B4B. Windows color (decimal): -15839012 or 14438414. OLE color: 14438414.
HSL color Cylindrical-coordinate representation of color #0E50DC: hue angle of 220.78º 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 #0E50DC is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 80 | 220 | - |
| CMYK | 0.94 | 0.64 | 0 | 0.14 |
| HSL | 220.78º | 0.88% | 0.46% | - |
| HSV(B) | 220.78º | 0.94% | 0.86% | - |
| XYZ | 15.97 | 11 | 68.99 | - |
| YUV | 76.23 | 209.13 | 83.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 80 | 220 | 0.94 | 0.64 | 0 | 0.14 | 220.78 | 0.88 | 0.46 |
| Hex | E | 50 | DC | 5E | 40 | 0 | E | DD | 58 | 2E |
| Octal | 16 | 120 | 334 | 136 | 100 | 0 | 16 | 335 | 130 | 56 |
| Binary | 1110 | 1010000 | 11011100 | 1011110 | 1000000 | 0 | 1110 | 11011101 | 1011000 | 101110 |
Color Harmonies of #0E50DC
Complementary color
Monochromatic Colors of #0E50DC
Black with #0E50DC
Text Example
Text Example
White with #0E50DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E50DC; }
p { color: rgb(14,80,220); }
H1.HeaderClassName
{
color: #0E50DC;
}
.AnyTagClassName
{
color: #0E50DC;
}
</style>
background-color css
<style>
a { background-color: #0E50DC; }
a { background-color: rgb(14,80,220); }
div.DivClassName
{
background-color: #0E50DC;
}
.BgClassName
{
background-color: #0E50DC;
}
</style>
border-color css
<style>
span { border-color: #0E50DC; }
span { border-color: rgb(14,80,220); }
td.TdClassName
{
border-color: #0E50DC;
}
.TagClassName
{
border-color: #0E50DC;
}
</style>