Shades of Egyptian Blue #1D4799
Tints of Egyptian Blue #1D4799
RGB
CMYK
RGB Variations
Color information
#1D4799 (or 0x1D4799) is known color: Egyptian Blue. HEX triplet: 1D, 47 and 99. RGB value is (29,71,153). Sum of RGB (Red+Green+Blue) = 29+71+153=253 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.46% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 153 (60.16% from 255 or 60.47% from 253); Max value from RGB is 153 - color contains mainly: blue. Hex color #1D4799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4799 is #E2B866. Grayscale: #434343. Windows color (decimal): -14858343 or 10045213. OLE color: 10045213.
HSL color Cylindrical-coordinate representation of color #1D4799: hue angle of 219.68º 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 #1D4799 is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 29 | 71 | 153 | - |
| CMYK | 0.81 | 0.54 | 0 | 0.4 |
| HSL | 219.68º | 0.68% | 0.36% | - |
| HSV(B) | 219.68º | 0.81% | 0.6% | - |
| XYZ | 8.51 | 7.07 | 31.05 | - |
| YUV | 67.79 | 176.09 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 71 | 153 | 0.81 | 0.54 | 0 | 0.4 | 219.68 | 0.68 | 0.36 |
| Hex | 1D | 47 | 99 | 51 | 36 | 0 | 28 | DC | 44 | 24 |
| Octal | 35 | 107 | 231 | 121 | 66 | 0 | 50 | 334 | 104 | 44 |
| Binary | 11101 | 1000111 | 10011001 | 1010001 | 110110 | 0 | 101000 | 11011100 | 1000100 | 100100 |
Color Harmonies of #1D4799
Complementary color
Monochromatic Colors of #1D4799
Black with #1D4799
Text Example
Text Example
White with #1D4799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4799; }
p { color: rgb(29,71,153); }
H1.HeaderClassName
{
color: #1D4799;
}
.AnyTagClassName
{
color: #1D4799;
}
</style>
background-color css
<style>
a { background-color: #1D4799; }
a { background-color: rgb(29,71,153); }
div.DivClassName
{
background-color: #1D4799;
}
.BgClassName
{
background-color: #1D4799;
}
</style>
border-color css
<style>
span { border-color: #1D4799; }
span { border-color: rgb(29,71,153); }
td.TdClassName
{
border-color: #1D4799;
}
.TagClassName
{
border-color: #1D4799;
}
</style>