Shades of Navy Blue #0E72CE
Tints of Navy Blue #0E72CE
RGB
CMYK
RGB Variations
Color information
#0E72CE (or 0x0E72CE) is known color: Navy Blue. HEX triplet: 0E, 72 and CE. RGB value is (14,114,206). Sum of RGB (Red+Green+Blue) = 14+114+206=334 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.19% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #0E72CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E72CE is #F18D31. Grayscale: #5E5E5E. Windows color (decimal): -15830322 or 13529614. OLE color: 13529614.
HSL color Cylindrical-coordinate representation of color #0E72CE: hue angle of 208.75º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E72CE is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 14 | 114 | 206 | - |
| CMYK | 0.93 | 0.45 | 0 | 0.19 |
| HSL | 208.75º | 0.87% | 0.43% | - |
| HSV(B) | 208.75º | 0.93% | 0.81% | - |
| XYZ | 17.34 | 16.58 | 60.68 | - |
| YUV | 94.59 | 190.87 | 70.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 114 | 206 | 0.93 | 0.45 | 0 | 0.19 | 208.75 | 0.87 | 0.43 |
| Hex | E | 72 | CE | 5D | 2D | 0 | 13 | D1 | 57 | 2B |
| Octal | 16 | 162 | 316 | 135 | 55 | 0 | 23 | 321 | 127 | 53 |
| Binary | 1110 | 1110010 | 11001110 | 1011101 | 101101 | 0 | 10011 | 11010001 | 1010111 | 101011 |
Color Harmonies of #0E72CE
Complementary color
Monochromatic Colors of #0E72CE
Black with #0E72CE
Text Example
Text Example
White with #0E72CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E72CE; }
p { color: rgb(14,114,206); }
H1.HeaderClassName
{
color: #0E72CE;
}
.AnyTagClassName
{
color: #0E72CE;
}
</style>
background-color css
<style>
a { background-color: #0E72CE; }
a { background-color: rgb(14,114,206); }
div.DivClassName
{
background-color: #0E72CE;
}
.BgClassName
{
background-color: #0E72CE;
}
</style>
border-color css
<style>
span { border-color: #0E72CE; }
span { border-color: rgb(14,114,206); }
td.TdClassName
{
border-color: #0E72CE;
}
.TagClassName
{
border-color: #0E72CE;
}
</style>