Shades of Navy Blue #1E6EDF
Tints of Navy Blue #1E6EDF
RGB
CMYK
RGB Variations
Color information
#1E6EDF (or 0x1E6EDF) is known color: Navy Blue. HEX triplet: 1E, 6E and DF. RGB value is (30,110,223). Sum of RGB (Red+Green+Blue) = 30+110+223=363 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.26% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 223 (87.5% from 255 or 61.43% from 363); Max value from RGB is 223 - color contains mainly: blue. Hex color #1E6EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E6EDF is #E19120. Grayscale: #626262. Windows color (decimal): -14782753 or 14642718. OLE color: 14642718.
HSL color Cylindrical-coordinate representation of color #1E6EDF: hue angle of 215.13º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E6EDF is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 110 | 223 | - |
| CMYK | 0.87 | 0.51 | 0 | 0.13 |
| HSL | 215.13º | 0.76% | 0.5% | - |
| HSV(B) | 215.13º | 0.87% | 0.87% | - |
| XYZ | 19.43 | 16.76 | 72.02 | - |
| YUV | 98.96 | 198 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 110 | 223 | 0.87 | 0.51 | 0 | 0.13 | 215.13 | 0.76 | 0.5 |
| Hex | 1E | 6E | DF | 57 | 33 | 0 | D | D7 | 4C | 32 |
| Octal | 36 | 156 | 337 | 127 | 63 | 0 | 15 | 327 | 114 | 62 |
| Binary | 11110 | 1101110 | 11011111 | 1010111 | 110011 | 0 | 1101 | 11010111 | 1001100 | 110010 |
Color Harmonies of #1E6EDF
Complementary color
Monochromatic Colors of #1E6EDF
Black with #1E6EDF
Text Example
Text Example
White with #1E6EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6EDF; }
p { color: rgb(30,110,223); }
H1.HeaderClassName
{
color: #1E6EDF;
}
.AnyTagClassName
{
color: #1E6EDF;
}
</style>
background-color css
<style>
a { background-color: #1E6EDF; }
a { background-color: rgb(30,110,223); }
div.DivClassName
{
background-color: #1E6EDF;
}
.BgClassName
{
background-color: #1E6EDF;
}
</style>
border-color css
<style>
span { border-color: #1E6EDF; }
span { border-color: rgb(30,110,223); }
td.TdClassName
{
border-color: #1E6EDF;
}
.TagClassName
{
border-color: #1E6EDF;
}
</style>