Shades of Navy Blue #0E55D2
Tints of Navy Blue #0E55D2
RGB
CMYK
RGB Variations
Color information
#0E55D2 (or 0x0E55D2) is known color: Navy Blue. HEX triplet: 0E, 55 and D2. RGB value is (14,85,210). Sum of RGB (Red+Green+Blue) = 14+85+210=309 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.53% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 210 (82.42% from 255 or 67.96% from 309); Max value from RGB is 210 - color contains mainly: blue. Hex color #0E55D2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E55D2 is #F1AA2D. Grayscale: #4D4D4D. Windows color (decimal): -15837742 or 13784334. OLE color: 13784334.
HSL color Cylindrical-coordinate representation of color #0E55D2: hue angle of 218.27º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E55D2 is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 85 | 210 | - |
| CMYK | 0.93 | 0.60 | 0 | 0.18 |
| HSL | 218.27º | 0.88% | 0.44% | - |
| HSV(B) | 218.27º | 0.93% | 0.82% | - |
| XYZ | 15.06 | 11.24 | 62.35 | - |
| YUV | 78.02 | 202.48 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 85 | 210 | 0.93 | 0.60 | 0 | 0.18 | 218.27 | 0.88 | 0.44 |
| Hex | E | 55 | D2 | 5D | 3C | 0 | 12 | DA | 58 | 2C |
| Octal | 16 | 125 | 322 | 135 | 74 | 0 | 22 | 332 | 130 | 54 |
| Binary | 1110 | 1010101 | 11010010 | 1011101 | 111100 | 0 | 10010 | 11011010 | 1011000 | 101100 |
Color Harmonies of #0E55D2
Complementary color
Monochromatic Colors of #0E55D2
Black with #0E55D2
Text Example
Text Example
White with #0E55D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E55D2; }
p { color: rgb(14,85,210); }
H1.HeaderClassName
{
color: #0E55D2;
}
.AnyTagClassName
{
color: #0E55D2;
}
</style>
background-color css
<style>
a { background-color: #0E55D2; }
a { background-color: rgb(14,85,210); }
div.DivClassName
{
background-color: #0E55D2;
}
.BgClassName
{
background-color: #0E55D2;
}
</style>
border-color css
<style>
span { border-color: #0E55D2; }
span { border-color: rgb(14,85,210); }
td.TdClassName
{
border-color: #0E55D2;
}
.TagClassName
{
border-color: #0E55D2;
}
</style>