Shades of Navy Blue #0E73DF
Tints of Navy Blue #0E73DF
RGB
CMYK
RGB Variations
Color information
#0E73DF (or 0x0E73DF) is known color: Navy Blue. HEX triplet: 0E, 73 and DF. RGB value is (14,115,223). Sum of RGB (Red+Green+Blue) = 14+115+223=352 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.98% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #0E73DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E73DF is #F18C20. Grayscale: #606060. Windows color (decimal): -15830049 or 14643982. OLE color: 14643982.
HSL color Cylindrical-coordinate representation of color #0E73DF: hue angle of 211º 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 #0E73DF is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 115 | 223 | - |
| CMYK | 0.94 | 0.48 | 0 | 0.13 |
| HSL | 211º | 0.88% | 0.46% | - |
| HSV(B) | 211º | 0.94% | 0.87% | - |
| XYZ | 19.63 | 17.68 | 72.19 | - |
| YUV | 97.11 | 199.04 | 68.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 115 | 223 | 0.94 | 0.48 | 0 | 0.13 | 211 | 0.88 | 0.46 |
| Hex | E | 73 | DF | 5E | 30 | 0 | D | D3 | 58 | 2E |
| Octal | 16 | 163 | 337 | 136 | 60 | 0 | 15 | 323 | 130 | 56 |
| Binary | 1110 | 1110011 | 11011111 | 1011110 | 110000 | 0 | 1101 | 11010011 | 1011000 | 101110 |
Color Harmonies of #0E73DF
Complementary color
Monochromatic Colors of #0E73DF
Black with #0E73DF
Text Example
Text Example
White with #0E73DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E73DF; }
p { color: rgb(14,115,223); }
H1.HeaderClassName
{
color: #0E73DF;
}
.AnyTagClassName
{
color: #0E73DF;
}
</style>
background-color css
<style>
a { background-color: #0E73DF; }
a { background-color: rgb(14,115,223); }
div.DivClassName
{
background-color: #0E73DF;
}
.BgClassName
{
background-color: #0E73DF;
}
</style>
border-color css
<style>
span { border-color: #0E73DF; }
span { border-color: rgb(14,115,223); }
td.TdClassName
{
border-color: #0E73DF;
}
.TagClassName
{
border-color: #0E73DF;
}
</style>