Shades of Egyptian Blue #1D329D
Tints of Egyptian Blue #1D329D
RGB
CMYK
RGB Variations
Color information
#1D329D (or 0x1D329D) is known color: Egyptian Blue. HEX triplet: 1D, 32 and 9D. RGB value is (29,50,157). Sum of RGB (Red+Green+Blue) = 29+50+157=236 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.29% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 157 (61.72% from 255 or 66.53% from 236); Max value from RGB is 157 - color contains mainly: blue. Hex color #1D329D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D329D is #E2CD62. Grayscale: #373737. Windows color (decimal): -14863715 or 10301981. OLE color: 10301981.
HSL color Cylindrical-coordinate representation of color #1D329D: hue angle of 230.16º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D329D is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 29 | 50 | 157 | - |
| CMYK | 0.82 | 0.68 | 0 | 0.38 |
| HSL | 230.16º | 0.69% | 0.36% | - |
| HSV(B) | 230.16º | 0.82% | 0.62% | - |
| XYZ | 7.73 | 4.98 | 32.45 | - |
| YUV | 55.92 | 185.04 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 50 | 157 | 0.82 | 0.68 | 0 | 0.38 | 230.16 | 0.69 | 0.36 |
| Hex | 1D | 32 | 9D | 52 | 44 | 0 | 26 | E6 | 45 | 24 |
| Octal | 35 | 62 | 235 | 122 | 104 | 0 | 46 | 346 | 105 | 44 |
| Binary | 11101 | 110010 | 10011101 | 1010010 | 1000100 | 0 | 100110 | 11100110 | 1000101 | 100100 |
Color Harmonies of #1D329D
Complementary color
Monochromatic Colors of #1D329D
Black with #1D329D
Text Example
Text Example
White with #1D329D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D329D; }
p { color: rgb(29,50,157); }
H1.HeaderClassName
{
color: #1D329D;
}
.AnyTagClassName
{
color: #1D329D;
}
</style>
background-color css
<style>
a { background-color: #1D329D; }
a { background-color: rgb(29,50,157); }
div.DivClassName
{
background-color: #1D329D;
}
.BgClassName
{
background-color: #1D329D;
}
</style>
border-color css
<style>
span { border-color: #1D329D; }
span { border-color: rgb(29,50,157); }
td.TdClassName
{
border-color: #1D329D;
}
.TagClassName
{
border-color: #1D329D;
}
</style>