Shades of Navy Blue #1E76DD
Tints of Navy Blue #1E76DD
RGB
CMYK
RGB Variations
Color information
#1E76DD (or 0x1E76DD) is known color: Navy Blue. HEX triplet: 1E, 76 and DD. RGB value is (30,118,221). Sum of RGB (Red+Green+Blue) = 30+118+221=369 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.13% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E76DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E76DD is #E18922. Grayscale: #666666. Windows color (decimal): -14780707 or 14513694. OLE color: 14513694.
HSL color Cylindrical-coordinate representation of color #1E76DD: hue angle of 212.36º 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 #1E76DD is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 118 | 221 | - |
| CMYK | 0.86 | 0.47 | 0 | 0.13 |
| HSL | 212.36º | 0.76% | 0.49% | - |
| HSV(B) | 212.36º | 0.86% | 0.87% | - |
| XYZ | 20.07 | 18.45 | 70.91 | - |
| YUV | 103.43 | 194.35 | 75.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 118 | 221 | 0.86 | 0.47 | 0 | 0.13 | 212.36 | 0.76 | 0.49 |
| Hex | 1E | 76 | DD | 56 | 2F | 0 | D | D4 | 4C | 31 |
| Octal | 36 | 166 | 335 | 126 | 57 | 0 | 15 | 324 | 114 | 61 |
| Binary | 11110 | 1110110 | 11011101 | 1010110 | 101111 | 0 | 1101 | 11010100 | 1001100 | 110001 |
Color Harmonies of #1E76DD
Complementary color
Monochromatic Colors of #1E76DD
Black with #1E76DD
Text Example
Text Example
White with #1E76DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E76DD; }
p { color: rgb(30,118,221); }
H1.HeaderClassName
{
color: #1E76DD;
}
.AnyTagClassName
{
color: #1E76DD;
}
</style>
background-color css
<style>
a { background-color: #1E76DD; }
a { background-color: rgb(30,118,221); }
div.DivClassName
{
background-color: #1E76DD;
}
.BgClassName
{
background-color: #1E76DD;
}
</style>
border-color css
<style>
span { border-color: #1E76DD; }
span { border-color: rgb(30,118,221); }
td.TdClassName
{
border-color: #1E76DD;
}
.TagClassName
{
border-color: #1E76DD;
}
</style>