Shades of Egyptian Blue #1D3999
Tints of Egyptian Blue #1D3999
RGB
CMYK
RGB Variations
Color information
#1D3999 (or 0x1D3999) is known color: Egyptian Blue. HEX triplet: 1D, 39 and 99. RGB value is (29,57,153). Sum of RGB (Red+Green+Blue) = 29+57+153=239 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.13% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 153 (60.16% from 255 or 64.02% from 239); Max value from RGB is 153 - color contains mainly: blue. Hex color #1D3999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3999 is #E2C666. Grayscale: #3B3B3B. Windows color (decimal): -14861927 or 10041629. OLE color: 10041629.
HSL color Cylindrical-coordinate representation of color #1D3999: hue angle of 226.45º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D3999 is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 29 | 57 | 153 | - |
| CMYK | 0.81 | 0.63 | 0 | 0.4 |
| HSL | 226.45º | 0.68% | 0.36% | - |
| HSV(B) | 226.45º | 0.81% | 0.6% | - |
| XYZ | 7.72 | 5.49 | 30.79 | - |
| YUV | 59.57 | 180.72 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 57 | 153 | 0.81 | 0.63 | 0 | 0.4 | 226.45 | 0.68 | 0.36 |
| Hex | 1D | 39 | 99 | 51 | 3F | 0 | 28 | E2 | 44 | 24 |
| Octal | 35 | 71 | 231 | 121 | 77 | 0 | 50 | 342 | 104 | 44 |
| Binary | 11101 | 111001 | 10011001 | 1010001 | 111111 | 0 | 101000 | 11100010 | 1000100 | 100100 |
Color Harmonies of #1D3999
Complementary color
Monochromatic Colors of #1D3999
Black with #1D3999
Text Example
Text Example
White with #1D3999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3999; }
p { color: rgb(29,57,153); }
H1.HeaderClassName
{
color: #1D3999;
}
.AnyTagClassName
{
color: #1D3999;
}
</style>
background-color css
<style>
a { background-color: #1D3999; }
a { background-color: rgb(29,57,153); }
div.DivClassName
{
background-color: #1D3999;
}
.BgClassName
{
background-color: #1D3999;
}
</style>
border-color css
<style>
span { border-color: #1D3999; }
span { border-color: rgb(29,57,153); }
td.TdClassName
{
border-color: #1D3999;
}
.TagClassName
{
border-color: #1D3999;
}
</style>