Shades of Navy Blue #1E73DC
Tints of Navy Blue #1E73DC
RGB
CMYK
RGB Variations
Color information
#1E73DC (or 0x1E73DC) is known color: Navy Blue. HEX triplet: 1E, 73 and DC. RGB value is (30,115,220). Sum of RGB (Red+Green+Blue) = 30+115+220=365 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.22% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #1E73DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E73DC is #E18C23. Grayscale: #656565. Windows color (decimal): -14781476 or 14447390. OLE color: 14447390.
HSL color Cylindrical-coordinate representation of color #1E73DC: hue angle of 213.16º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E73DC is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 115 | 220 | - |
| CMYK | 0.86 | 0.48 | 0 | 0.14 |
| HSL | 213.16º | 0.76% | 0.49% | - |
| HSV(B) | 213.16º | 0.86% | 0.86% | - |
| XYZ | 19.58 | 17.7 | 70.1 | - |
| YUV | 101.56 | 194.84 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 115 | 220 | 0.86 | 0.48 | 0 | 0.14 | 213.16 | 0.76 | 0.49 |
| Hex | 1E | 73 | DC | 56 | 30 | 0 | E | D5 | 4C | 31 |
| Octal | 36 | 163 | 334 | 126 | 60 | 0 | 16 | 325 | 114 | 61 |
| Binary | 11110 | 1110011 | 11011100 | 1010110 | 110000 | 0 | 1110 | 11010101 | 1001100 | 110001 |
Color Harmonies of #1E73DC
Complementary color
Monochromatic Colors of #1E73DC
Black with #1E73DC
Text Example
Text Example
White with #1E73DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E73DC; }
p { color: rgb(30,115,220); }
H1.HeaderClassName
{
color: #1E73DC;
}
.AnyTagClassName
{
color: #1E73DC;
}
</style>
background-color css
<style>
a { background-color: #1E73DC; }
a { background-color: rgb(30,115,220); }
div.DivClassName
{
background-color: #1E73DC;
}
.BgClassName
{
background-color: #1E73DC;
}
</style>
border-color css
<style>
span { border-color: #1E73DC; }
span { border-color: rgb(30,115,220); }
td.TdClassName
{
border-color: #1E73DC;
}
.TagClassName
{
border-color: #1E73DC;
}
</style>