Shades of Egyptian Blue #1D3190
Tints of Egyptian Blue #1D3190
RGB
CMYK
RGB Variations
Color information
#1D3190 (or 0x1D3190) is known color: Egyptian Blue. HEX triplet: 1D, 31 and 90. RGB value is (29,49,144). Sum of RGB (Red+Green+Blue) = 29+49+144=222 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.06% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 144 (56.64% from 255 or 64.86% from 222); Max value from RGB is 144 - color contains mainly: blue. Hex color #1D3190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3190 is #E2CE6F. Grayscale: #353535. Windows color (decimal): -14863984 or 9449757. OLE color: 9449757.
HSL color Cylindrical-coordinate representation of color #1D3190: hue angle of 229.57º 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 #1D3190 is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 29 | 49 | 144 | - |
| CMYK | 0.80 | 0.66 | 0 | 0.44 |
| HSL | 229.57º | 0.66% | 0.34% | - |
| HSV(B) | 229.57º | 0.8% | 0.56% | - |
| XYZ | 6.64 | 4.47 | 26.9 | - |
| YUV | 53.85 | 178.87 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 49 | 144 | 0.80 | 0.66 | 0 | 0.44 | 229.57 | 0.66 | 0.34 |
| Hex | 1D | 31 | 90 | 50 | 42 | 0 | 2C | E6 | 42 | 22 |
| Octal | 35 | 61 | 220 | 120 | 102 | 0 | 54 | 346 | 102 | 42 |
| Binary | 11101 | 110001 | 10010000 | 1010000 | 1000010 | 0 | 101100 | 11100110 | 1000010 | 100010 |
Color Harmonies of #1D3190
Complementary color
Monochromatic Colors of #1D3190
Black with #1D3190
Text Example
Text Example
White with #1D3190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3190; }
p { color: rgb(29,49,144); }
H1.HeaderClassName
{
color: #1D3190;
}
.AnyTagClassName
{
color: #1D3190;
}
</style>
background-color css
<style>
a { background-color: #1D3190; }
a { background-color: rgb(29,49,144); }
div.DivClassName
{
background-color: #1D3190;
}
.BgClassName
{
background-color: #1D3190;
}
</style>
border-color css
<style>
span { border-color: #1D3190; }
span { border-color: rgb(29,49,144); }
td.TdClassName
{
border-color: #1D3190;
}
.TagClassName
{
border-color: #1D3190;
}
</style>