Shades of Navy Blue #0E72DC
Tints of Navy Blue #0E72DC
RGB
CMYK
RGB Variations
Color information
#0E72DC (or 0x0E72DC) is known color: Navy Blue. HEX triplet: 0E, 72 and DC. RGB value is (14,114,220). Sum of RGB (Red+Green+Blue) = 14+114+220=348 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4.02% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 220 (86.33% from 255 or 63.22% from 348); Max value from RGB is 220 - color contains mainly: blue. Hex color #0E72DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E72DC is #F18D23. Grayscale: #5F5F5F. Windows color (decimal): -15830308 or 14447118. OLE color: 14447118.
HSL color Cylindrical-coordinate representation of color #0E72DC: hue angle of 210.87º 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 #0E72DC is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 114 | 220 | - |
| CMYK | 0.94 | 0.48 | 0 | 0.14 |
| HSL | 210.87º | 0.88% | 0.46% | - |
| HSV(B) | 210.87º | 0.94% | 0.86% | - |
| XYZ | 19.12 | 17.3 | 70.04 | - |
| YUV | 96.18 | 197.87 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 114 | 220 | 0.94 | 0.48 | 0 | 0.14 | 210.87 | 0.88 | 0.46 |
| Hex | E | 72 | DC | 5E | 30 | 0 | E | D3 | 58 | 2E |
| Octal | 16 | 162 | 334 | 136 | 60 | 0 | 16 | 323 | 130 | 56 |
| Binary | 1110 | 1110010 | 11011100 | 1011110 | 110000 | 0 | 1110 | 11010011 | 1011000 | 101110 |
Color Harmonies of #0E72DC
Complementary color
Monochromatic Colors of #0E72DC
Black with #0E72DC
Text Example
Text Example
White with #0E72DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E72DC; }
p { color: rgb(14,114,220); }
H1.HeaderClassName
{
color: #0E72DC;
}
.AnyTagClassName
{
color: #0E72DC;
}
</style>
background-color css
<style>
a { background-color: #0E72DC; }
a { background-color: rgb(14,114,220); }
div.DivClassName
{
background-color: #0E72DC;
}
.BgClassName
{
background-color: #0E72DC;
}
</style>
border-color css
<style>
span { border-color: #0E72DC; }
span { border-color: rgb(14,114,220); }
td.TdClassName
{
border-color: #0E72DC;
}
.TagClassName
{
border-color: #0E72DC;
}
</style>