Shades of Navy Blue #1E78DD
Tints of Navy Blue #1E78DD
RGB
CMYK
RGB Variations
Color information
#1E78DD (or 0x1E78DD) is known color: Navy Blue. HEX triplet: 1E, 78 and DD. RGB value is (30,120,221). Sum of RGB (Red+Green+Blue) = 30+120+221=371 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.09% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 221 (86.72% from 255 or 59.57% from 371); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E78DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E78DD is #E18722. Grayscale: #686868. Windows color (decimal): -14780195 or 14514206. OLE color: 14514206.
HSL color Cylindrical-coordinate representation of color #1E78DD: hue angle of 211.73º 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 #1E78DD is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 120 | 221 | - |
| CMYK | 0.86 | 0.46 | 0 | 0.13 |
| HSL | 211.73º | 0.76% | 0.49% | - |
| HSV(B) | 211.73º | 0.86% | 0.87% | - |
| XYZ | 20.3 | 18.93 | 70.99 | - |
| YUV | 104.6 | 193.68 | 74.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 120 | 221 | 0.86 | 0.46 | 0 | 0.13 | 211.73 | 0.76 | 0.49 |
| Hex | 1E | 78 | DD | 56 | 2E | 0 | D | D4 | 4C | 31 |
| Octal | 36 | 170 | 335 | 126 | 56 | 0 | 15 | 324 | 114 | 61 |
| Binary | 11110 | 1111000 | 11011101 | 1010110 | 101110 | 0 | 1101 | 11010100 | 1001100 | 110001 |
Color Harmonies of #1E78DD
Complementary color
Monochromatic Colors of #1E78DD
Black with #1E78DD
Text Example
Text Example
White with #1E78DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E78DD; }
p { color: rgb(30,120,221); }
H1.HeaderClassName
{
color: #1E78DD;
}
.AnyTagClassName
{
color: #1E78DD;
}
</style>
background-color css
<style>
a { background-color: #1E78DD; }
a { background-color: rgb(30,120,221); }
div.DivClassName
{
background-color: #1E78DD;
}
.BgClassName
{
background-color: #1E78DD;
}
</style>
border-color css
<style>
span { border-color: #1E78DD; }
span { border-color: rgb(30,120,221); }
td.TdClassName
{
border-color: #1E78DD;
}
.TagClassName
{
border-color: #1E78DD;
}
</style>