Shades of Navy Blue #1E7BDA
Tints of Navy Blue #1E7BDA
RGB
CMYK
RGB Variations
Color information
#1E7BDA (or 0x1E7BDA) is known color: Navy Blue. HEX triplet: 1E, 7B and DA. RGB value is (30,123,218). Sum of RGB (Red+Green+Blue) = 30+123+218=371 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.09% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 218 (85.55% from 255 or 58.76% from 371); Max value from RGB is 218 - color contains mainly: blue. Hex color #1E7BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E7BDA is #E18425. Grayscale: #696969. Windows color (decimal): -14779430 or 14318366. OLE color: 14318366.
HSL color Cylindrical-coordinate representation of color #1E7BDA: hue angle of 210.32º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E7BDA is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 123 | 218 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.15 |
| HSL | 210.32º | 0.76% | 0.49% | - |
| HSV(B) | 210.32º | 0.86% | 0.85% | - |
| XYZ | 20.27 | 19.5 | 69.03 | - |
| YUV | 106.02 | 191.19 | 73.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 123 | 218 | 0.86 | 0.44 | 0 | 0.15 | 210.32 | 0.76 | 0.49 |
| Hex | 1E | 7B | DA | 56 | 2C | 0 | F | D2 | 4C | 31 |
| Octal | 36 | 173 | 332 | 126 | 54 | 0 | 17 | 322 | 114 | 61 |
| Binary | 11110 | 1111011 | 11011010 | 1010110 | 101100 | 0 | 1111 | 11010010 | 1001100 | 110001 |
Color Harmonies of #1E7BDA
Complementary color
Monochromatic Colors of #1E7BDA
Black with #1E7BDA
Text Example
Text Example
White with #1E7BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7BDA; }
p { color: rgb(30,123,218); }
H1.HeaderClassName
{
color: #1E7BDA;
}
.AnyTagClassName
{
color: #1E7BDA;
}
</style>
background-color css
<style>
a { background-color: #1E7BDA; }
a { background-color: rgb(30,123,218); }
div.DivClassName
{
background-color: #1E7BDA;
}
.BgClassName
{
background-color: #1E7BDA;
}
</style>
border-color css
<style>
span { border-color: #1E7BDA; }
span { border-color: rgb(30,123,218); }
td.TdClassName
{
border-color: #1E7BDA;
}
.TagClassName
{
border-color: #1E7BDA;
}
</style>