Shades of Egyptian Blue #1D2790
Tints of Egyptian Blue #1D2790
RGB
CMYK
RGB Variations
Color information
#1D2790 (or 0x1D2790) is known color: Egyptian Blue. HEX triplet: 1D, 27 and 90. RGB value is (29,39,144). Sum of RGB (Red+Green+Blue) = 29+39+144=212 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.68% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 144 (56.64% from 255 or 67.92% from 212); Max value from RGB is 144 - color contains mainly: blue. Hex color #1D2790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D2790 is #E2D86F. Grayscale: #2F2F2F. Windows color (decimal): -14866544 or 9447197. OLE color: 9447197.
HSL color Cylindrical-coordinate representation of color #1D2790: hue angle of 234.78º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D2790 is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 29 | 39 | 144 | - |
| CMYK | 0.80 | 0.73 | 0 | 0.44 |
| HSL | 234.78º | 0.66% | 0.34% | - |
| HSV(B) | 234.78º | 0.8% | 0.56% | - |
| XYZ | 6.27 | 3.73 | 26.77 | - |
| YUV | 47.98 | 182.19 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 39 | 144 | 0.80 | 0.73 | 0 | 0.44 | 234.78 | 0.66 | 0.34 |
| Hex | 1D | 27 | 90 | 50 | 49 | 0 | 2C | EB | 42 | 22 |
| Octal | 35 | 47 | 220 | 120 | 111 | 0 | 54 | 353 | 102 | 42 |
| Binary | 11101 | 100111 | 10010000 | 1010000 | 1001001 | 0 | 101100 | 11101011 | 1000010 | 100010 |
Color Harmonies of #1D2790
Complementary color
Monochromatic Colors of #1D2790
Black with #1D2790
Text Example
Text Example
White with #1D2790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2790; }
p { color: rgb(29,39,144); }
H1.HeaderClassName
{
color: #1D2790;
}
.AnyTagClassName
{
color: #1D2790;
}
</style>
background-color css
<style>
a { background-color: #1D2790; }
a { background-color: rgb(29,39,144); }
div.DivClassName
{
background-color: #1D2790;
}
.BgClassName
{
background-color: #1D2790;
}
</style>
border-color css
<style>
span { border-color: #1D2790; }
span { border-color: rgb(29,39,144); }
td.TdClassName
{
border-color: #1D2790;
}
.TagClassName
{
border-color: #1D2790;
}
</style>