Shades of Navy Blue #1E74DD
Tints of Navy Blue #1E74DD
RGB
CMYK
RGB Variations
Color information
#1E74DD (or 0x1E74DD) is known color: Navy Blue. HEX triplet: 1E, 74 and DD. RGB value is (30,116,221). Sum of RGB (Red+Green+Blue) = 30+116+221=367 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.17% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 221 (86.72% from 255 or 60.22% from 367); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E74DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E74DD is #E18B22. Grayscale: #656565. Windows color (decimal): -14781219 or 14513182. OLE color: 14513182.
HSL color Cylindrical-coordinate representation of color #1E74DD: hue angle of 212.98º 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 #1E74DD is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 116 | 221 | - |
| CMYK | 0.86 | 0.48 | 0 | 0.13 |
| HSL | 212.98º | 0.76% | 0.49% | - |
| HSV(B) | 212.98º | 0.86% | 0.87% | - |
| XYZ | 19.83 | 17.99 | 70.83 | - |
| YUV | 102.26 | 195.01 | 76.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 116 | 221 | 0.86 | 0.48 | 0 | 0.13 | 212.98 | 0.76 | 0.49 |
| Hex | 1E | 74 | DD | 56 | 30 | 0 | D | D5 | 4C | 31 |
| Octal | 36 | 164 | 335 | 126 | 60 | 0 | 15 | 325 | 114 | 61 |
| Binary | 11110 | 1110100 | 11011101 | 1010110 | 110000 | 0 | 1101 | 11010101 | 1001100 | 110001 |
Color Harmonies of #1E74DD
Complementary color
Monochromatic Colors of #1E74DD
Black with #1E74DD
Text Example
Text Example
White with #1E74DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E74DD; }
p { color: rgb(30,116,221); }
H1.HeaderClassName
{
color: #1E74DD;
}
.AnyTagClassName
{
color: #1E74DD;
}
</style>
background-color css
<style>
a { background-color: #1E74DD; }
a { background-color: rgb(30,116,221); }
div.DivClassName
{
background-color: #1E74DD;
}
.BgClassName
{
background-color: #1E74DD;
}
</style>
border-color css
<style>
span { border-color: #1E74DD; }
span { border-color: rgb(30,116,221); }
td.TdClassName
{
border-color: #1E74DD;
}
.TagClassName
{
border-color: #1E74DD;
}
</style>