Shades of Egyptian Blue #1D429D
Tints of Egyptian Blue #1D429D
RGB
CMYK
RGB Variations
Color information
#1D429D (or 0x1D429D) is known color: Egyptian Blue. HEX triplet: 1D, 42 and 9D. RGB value is (29,66,157). Sum of RGB (Red+Green+Blue) = 29+66+157=252 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.51% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 157 (61.72% from 255 or 62.30% from 252); Max value from RGB is 157 - color contains mainly: blue. Hex color #1D429D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D429D is #E2BD62. Grayscale: #404040. Windows color (decimal): -14859619 or 10306077. OLE color: 10306077.
HSL color Cylindrical-coordinate representation of color #1D429D: hue angle of 222.66º 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 #1D429D is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 29 | 66 | 157 | - |
| CMYK | 0.82 | 0.58 | 0 | 0.38 |
| HSL | 222.66º | 0.69% | 0.36% | - |
| HSV(B) | 222.66º | 0.82% | 0.62% | - |
| XYZ | 8.54 | 6.59 | 32.72 | - |
| YUV | 65.31 | 179.74 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 66 | 157 | 0.82 | 0.58 | 0 | 0.38 | 222.66 | 0.69 | 0.36 |
| Hex | 1D | 42 | 9D | 52 | 3A | 0 | 26 | DF | 45 | 24 |
| Octal | 35 | 102 | 235 | 122 | 72 | 0 | 46 | 337 | 105 | 44 |
| Binary | 11101 | 1000010 | 10011101 | 1010010 | 111010 | 0 | 100110 | 11011111 | 1000101 | 100100 |
Color Harmonies of #1D429D
Complementary color
Monochromatic Colors of #1D429D
Black with #1D429D
Text Example
Text Example
White with #1D429D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D429D; }
p { color: rgb(29,66,157); }
H1.HeaderClassName
{
color: #1D429D;
}
.AnyTagClassName
{
color: #1D429D;
}
</style>
background-color css
<style>
a { background-color: #1D429D; }
a { background-color: rgb(29,66,157); }
div.DivClassName
{
background-color: #1D429D;
}
.BgClassName
{
background-color: #1D429D;
}
</style>
border-color css
<style>
span { border-color: #1D429D; }
span { border-color: rgb(29,66,157); }
td.TdClassName
{
border-color: #1D429D;
}
.TagClassName
{
border-color: #1D429D;
}
</style>