Shades of Navy Blue #0E7ACD
Tints of Navy Blue #0E7ACD
RGB
CMYK
RGB Variations
Color information
#0E7ACD (or 0x0E7ACD) is known color: Navy Blue. HEX triplet: 0E, 7A and CD. RGB value is (14,122,205). Sum of RGB (Red+Green+Blue) = 14+122+205=341 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.11% from 341); Green value is 122 (48.05% from 255 or 35.78% from 341); Blue value is 205 (80.47% from 255 or 60.12% from 341); Max value from RGB is 205 - color contains mainly: blue. Hex color #0E7ACD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E7ACD is #F18532. Grayscale: #626262. Windows color (decimal): -15828275 or 13466126. OLE color: 13466126.
HSL color Cylindrical-coordinate representation of color #0E7ACD: hue angle of 206.07º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E7ACD is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 14 | 122 | 205 | - |
| CMYK | 0.93 | 0.40 | 0 | 0.20 |
| HSL | 206.07º | 0.87% | 0.43% | - |
| HSV(B) | 206.07º | 0.93% | 0.8% | - |
| XYZ | 18.16 | 18.42 | 60.36 | - |
| YUV | 99.17 | 187.72 | 67.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 122 | 205 | 0.93 | 0.40 | 0 | 0.20 | 206.07 | 0.87 | 0.43 |
| Hex | E | 7A | CD | 5D | 28 | 0 | 14 | CE | 57 | 2B |
| Octal | 16 | 172 | 315 | 135 | 50 | 0 | 24 | 316 | 127 | 53 |
| Binary | 1110 | 1111010 | 11001101 | 1011101 | 101000 | 0 | 10100 | 11001110 | 1010111 | 101011 |
Color Harmonies of #0E7ACD
Complementary color
Monochromatic Colors of #0E7ACD
Black with #0E7ACD
Text Example
Text Example
White with #0E7ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7ACD; }
p { color: rgb(14,122,205); }
H1.HeaderClassName
{
color: #0E7ACD;
}
.AnyTagClassName
{
color: #0E7ACD;
}
</style>
background-color css
<style>
a { background-color: #0E7ACD; }
a { background-color: rgb(14,122,205); }
div.DivClassName
{
background-color: #0E7ACD;
}
.BgClassName
{
background-color: #0E7ACD;
}
</style>
border-color css
<style>
span { border-color: #0E7ACD; }
span { border-color: rgb(14,122,205); }
td.TdClassName
{
border-color: #0E7ACD;
}
.TagClassName
{
border-color: #0E7ACD;
}
</style>