Shades of Navy Blue #0E65DC
Tints of Navy Blue #0E65DC
RGB
CMYK
RGB Variations
Color information
#0E65DC (or 0x0E65DC) is known color: Navy Blue. HEX triplet: 0E, 65 and DC. RGB value is (14,101,220). Sum of RGB (Red+Green+Blue) = 14+101+220=335 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.18% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 220 (86.33% from 255 or 65.67% from 335); Max value from RGB is 220 - color contains mainly: blue. Hex color #0E65DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E65DC is #F19A23. Grayscale: #575757. Windows color (decimal): -15833636 or 14443790. OLE color: 14443790.
HSL color Cylindrical-coordinate representation of color #0E65DC: hue angle of 214.66º 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 #0E65DC is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 101 | 220 | - |
| CMYK | 0.94 | 0.54 | 0 | 0.14 |
| HSL | 214.66º | 0.88% | 0.46% | - |
| HSV(B) | 214.66º | 0.94% | 0.86% | - |
| XYZ | 17.75 | 14.57 | 69.59 | - |
| YUV | 88.55 | 202.18 | 74.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 101 | 220 | 0.94 | 0.54 | 0 | 0.14 | 214.66 | 0.88 | 0.46 |
| Hex | E | 65 | DC | 5E | 36 | 0 | E | D7 | 58 | 2E |
| Octal | 16 | 145 | 334 | 136 | 66 | 0 | 16 | 327 | 130 | 56 |
| Binary | 1110 | 1100101 | 11011100 | 1011110 | 110110 | 0 | 1110 | 11010111 | 1011000 | 101110 |
Color Harmonies of #0E65DC
Complementary color
Monochromatic Colors of #0E65DC
Black with #0E65DC
Text Example
Text Example
White with #0E65DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E65DC; }
p { color: rgb(14,101,220); }
H1.HeaderClassName
{
color: #0E65DC;
}
.AnyTagClassName
{
color: #0E65DC;
}
</style>
background-color css
<style>
a { background-color: #0E65DC; }
a { background-color: rgb(14,101,220); }
div.DivClassName
{
background-color: #0E65DC;
}
.BgClassName
{
background-color: #0E65DC;
}
</style>
border-color css
<style>
span { border-color: #0E65DC; }
span { border-color: rgb(14,101,220); }
td.TdClassName
{
border-color: #0E65DC;
}
.TagClassName
{
border-color: #0E65DC;
}
</style>