Shades of Navy Blue #1E6EDD
Tints of Navy Blue #1E6EDD
RGB
CMYK
RGB Variations
Color information
#1E6EDD (or 0x1E6EDD) is known color: Navy Blue. HEX triplet: 1E, 6E and DD. RGB value is (30,110,221). Sum of RGB (Red+Green+Blue) = 30+110+221=361 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.31% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E6EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E6EDD is #E19122. Grayscale: #626262. Windows color (decimal): -14782755 or 14511646. OLE color: 14511646.
HSL color Cylindrical-coordinate representation of color #1E6EDD: hue angle of 214.87º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E6EDD is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 110 | 221 | - |
| CMYK | 0.86 | 0.50 | 0 | 0.13 |
| HSL | 214.87º | 0.76% | 0.49% | - |
| HSV(B) | 214.87º | 0.86% | 0.87% | - |
| XYZ | 19.16 | 16.65 | 70.61 | - |
| YUV | 98.73 | 197 | 78.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 110 | 221 | 0.86 | 0.50 | 0 | 0.13 | 214.87 | 0.76 | 0.49 |
| Hex | 1E | 6E | DD | 56 | 32 | 0 | D | D7 | 4C | 31 |
| Octal | 36 | 156 | 335 | 126 | 62 | 0 | 15 | 327 | 114 | 61 |
| Binary | 11110 | 1101110 | 11011101 | 1010110 | 110010 | 0 | 1101 | 11010111 | 1001100 | 110001 |
Color Harmonies of #1E6EDD
Complementary color
Monochromatic Colors of #1E6EDD
Black with #1E6EDD
Text Example
Text Example
White with #1E6EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6EDD; }
p { color: rgb(30,110,221); }
H1.HeaderClassName
{
color: #1E6EDD;
}
.AnyTagClassName
{
color: #1E6EDD;
}
</style>
background-color css
<style>
a { background-color: #1E6EDD; }
a { background-color: rgb(30,110,221); }
div.DivClassName
{
background-color: #1E6EDD;
}
.BgClassName
{
background-color: #1E6EDD;
}
</style>
border-color css
<style>
span { border-color: #1E6EDD; }
span { border-color: rgb(30,110,221); }
td.TdClassName
{
border-color: #1E6EDD;
}
.TagClassName
{
border-color: #1E6EDD;
}
</style>