Shades of Egyptian Blue #1D2596
Tints of Egyptian Blue #1D2596
RGB
CMYK
RGB Variations
Color information
#1D2596 (or 0x1D2596) is known color: Egyptian Blue. HEX triplet: 1D, 25 and 96. RGB value is (29,37,150). Sum of RGB (Red+Green+Blue) = 29+37+150=216 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.43% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 150 (58.98% from 255 or 69.44% from 216); Max value from RGB is 150 - color contains mainly: blue. Hex color #1D2596 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D2596 is #E2DA69. Grayscale: #2F2F2F. Windows color (decimal): -14867050 or 9839901. OLE color: 9839901.
HSL color Cylindrical-coordinate representation of color #1D2596: hue angle of 236.03º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D2596 is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 29 | 37 | 150 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.41 |
| HSL | 236.03º | 0.68% | 0.35% | - |
| HSV(B) | 236.03º | 0.81% | 0.59% | - |
| XYZ | 6.67 | 3.79 | 29.23 | - |
| YUV | 47.49 | 185.85 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 37 | 150 | 0.81 | 0.75 | 0 | 0.41 | 236.03 | 0.68 | 0.35 |
| Hex | 1D | 25 | 96 | 51 | 4B | 0 | 29 | EC | 44 | 23 |
| Octal | 35 | 45 | 226 | 121 | 113 | 0 | 51 | 354 | 104 | 43 |
| Binary | 11101 | 100101 | 10010110 | 1010001 | 1001011 | 0 | 101001 | 11101100 | 1000100 | 100011 |
Color Harmonies of #1D2596
Complementary color
Monochromatic Colors of #1D2596
Black with #1D2596
Text Example
Text Example
White with #1D2596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2596; }
p { color: rgb(29,37,150); }
H1.HeaderClassName
{
color: #1D2596;
}
.AnyTagClassName
{
color: #1D2596;
}
</style>
background-color css
<style>
a { background-color: #1D2596; }
a { background-color: rgb(29,37,150); }
div.DivClassName
{
background-color: #1D2596;
}
.BgClassName
{
background-color: #1D2596;
}
</style>
border-color css
<style>
span { border-color: #1D2596; }
span { border-color: rgb(29,37,150); }
td.TdClassName
{
border-color: #1D2596;
}
.TagClassName
{
border-color: #1D2596;
}
</style>