Shades of Egyptian Blue #1D2EA0
Tints of Egyptian Blue #1D2EA0
RGB
CMYK
RGB Variations
Color information
#1D2EA0 (or 0x1D2EA0) is known color: Egyptian Blue. HEX triplet: 1D, 2E and A0. RGB value is (29,46,160). Sum of RGB (Red+Green+Blue) = 29+46+160=235 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.34% from 235); Green value is 46 (18.36% from 255 or 19.57% from 235); Blue value is 160 (62.89% from 255 or 68.09% from 235); Max value from RGB is 160 - color contains mainly: blue. Hex color #1D2EA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D2EA0 is #E2D15F. Grayscale: #353535. Windows color (decimal): -14864736 or 10497565. OLE color: 10497565.
HSL color Cylindrical-coordinate representation of color #1D2EA0: hue angle of 232.21º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D2EA0 is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 46 | 160 | - |
| CMYK | 0.82 | 0.71 | 0 | 0.37 |
| HSL | 232.21º | 0.69% | 0.37% | - |
| HSV(B) | 232.21º | 0.82% | 0.63% | - |
| XYZ | 7.83 | 4.75 | 33.76 | - |
| YUV | 53.91 | 187.87 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 46 | 160 | 0.82 | 0.71 | 0 | 0.37 | 232.21 | 0.69 | 0.37 |
| Hex | 1D | 2E | A0 | 52 | 47 | 0 | 25 | E8 | 45 | 25 |
| Octal | 35 | 56 | 240 | 122 | 107 | 0 | 45 | 350 | 105 | 45 |
| Binary | 11101 | 101110 | 10100000 | 1010010 | 1000111 | 0 | 100101 | 11101000 | 1000101 | 100101 |
Color Harmonies of #1D2EA0
Complementary color
Monochromatic Colors of #1D2EA0
Black with #1D2EA0
Text Example
Text Example
White with #1D2EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2EA0; }
p { color: rgb(29,46,160); }
H1.HeaderClassName
{
color: #1D2EA0;
}
.AnyTagClassName
{
color: #1D2EA0;
}
</style>
background-color css
<style>
a { background-color: #1D2EA0; }
a { background-color: rgb(29,46,160); }
div.DivClassName
{
background-color: #1D2EA0;
}
.BgClassName
{
background-color: #1D2EA0;
}
</style>
border-color css
<style>
span { border-color: #1D2EA0; }
span { border-color: rgb(29,46,160); }
td.TdClassName
{
border-color: #1D2EA0;
}
.TagClassName
{
border-color: #1D2EA0;
}
</style>