Shades of Navy Blue #0E56DF
Tints of Navy Blue #0E56DF
RGB
CMYK
RGB Variations
Color information
#0E56DF (or 0x0E56DF) is known color: Navy Blue. HEX triplet: 0E, 56 and DF. RGB value is (14,86,223). Sum of RGB (Red+Green+Blue) = 14+86+223=323 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.33% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 223 (87.5% from 255 or 69.04% from 323); Max value from RGB is 223 - color contains mainly: blue. Hex color #0E56DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E56DF is #F1A920. Grayscale: #4F4F4F. Windows color (decimal): -15837473 or 14636558. OLE color: 14636558.
HSL color Cylindrical-coordinate representation of color #0E56DF: hue angle of 219.33º 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 #0E56DF is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 86 | 223 | - |
| CMYK | 0.94 | 0.61 | 0 | 0.13 |
| HSL | 219.33º | 0.88% | 0.46% | - |
| HSV(B) | 219.33º | 0.94% | 0.87% | - |
| XYZ | 16.83 | 12.08 | 71.26 | - |
| YUV | 80.09 | 208.65 | 80.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 86 | 223 | 0.94 | 0.61 | 0 | 0.13 | 219.33 | 0.88 | 0.46 |
| Hex | E | 56 | DF | 5E | 3D | 0 | D | DB | 58 | 2E |
| Octal | 16 | 126 | 337 | 136 | 75 | 0 | 15 | 333 | 130 | 56 |
| Binary | 1110 | 1010110 | 11011111 | 1011110 | 111101 | 0 | 1101 | 11011011 | 1011000 | 101110 |
Color Harmonies of #0E56DF
Complementary color
Monochromatic Colors of #0E56DF
Black with #0E56DF
Text Example
Text Example
White with #0E56DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E56DF; }
p { color: rgb(14,86,223); }
H1.HeaderClassName
{
color: #0E56DF;
}
.AnyTagClassName
{
color: #0E56DF;
}
</style>
background-color css
<style>
a { background-color: #0E56DF; }
a { background-color: rgb(14,86,223); }
div.DivClassName
{
background-color: #0E56DF;
}
.BgClassName
{
background-color: #0E56DF;
}
</style>
border-color css
<style>
span { border-color: #0E56DF; }
span { border-color: rgb(14,86,223); }
td.TdClassName
{
border-color: #0E56DF;
}
.TagClassName
{
border-color: #0E56DF;
}
</style>