Shades of Navy Blue #1E79DC
Tints of Navy Blue #1E79DC
RGB
CMYK
RGB Variations
Color information
#1E79DC (or 0x1E79DC) is known color: Navy Blue. HEX triplet: 1E, 79 and DC. RGB value is (30,121,220). Sum of RGB (Red+Green+Blue) = 30+121+220=371 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.09% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #1E79DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E79DC is #E18623. Grayscale: #686868. Windows color (decimal): -14779940 or 14448926. OLE color: 14448926.
HSL color Cylindrical-coordinate representation of color #1E79DC: hue angle of 211.26º 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 #1E79DC is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 121 | 220 | - |
| CMYK | 0.86 | 0.45 | 0 | 0.14 |
| HSL | 211.26º | 0.76% | 0.49% | - |
| HSV(B) | 211.26º | 0.86% | 0.86% | - |
| XYZ | 20.29 | 19.12 | 70.33 | - |
| YUV | 105.08 | 192.85 | 74.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 121 | 220 | 0.86 | 0.45 | 0 | 0.14 | 211.26 | 0.76 | 0.49 |
| Hex | 1E | 79 | DC | 56 | 2D | 0 | E | D3 | 4C | 31 |
| Octal | 36 | 171 | 334 | 126 | 55 | 0 | 16 | 323 | 114 | 61 |
| Binary | 11110 | 1111001 | 11011100 | 1010110 | 101101 | 0 | 1110 | 11010011 | 1001100 | 110001 |
Color Harmonies of #1E79DC
Complementary color
Monochromatic Colors of #1E79DC
Black with #1E79DC
Text Example
Text Example
White with #1E79DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E79DC; }
p { color: rgb(30,121,220); }
H1.HeaderClassName
{
color: #1E79DC;
}
.AnyTagClassName
{
color: #1E79DC;
}
</style>
background-color css
<style>
a { background-color: #1E79DC; }
a { background-color: rgb(30,121,220); }
div.DivClassName
{
background-color: #1E79DC;
}
.BgClassName
{
background-color: #1E79DC;
}
</style>
border-color css
<style>
span { border-color: #1E79DC; }
span { border-color: rgb(30,121,220); }
td.TdClassName
{
border-color: #1E79DC;
}
.TagClassName
{
border-color: #1E79DC;
}
</style>