Shades of Egyptian Blue #1D4599
Tints of Egyptian Blue #1D4599
RGB
CMYK
RGB Variations
Color information
#1D4599 (or 0x1D4599) is known color: Egyptian Blue. HEX triplet: 1D, 45 and 99. RGB value is (29,69,153). Sum of RGB (Red+Green+Blue) = 29+69+153=251 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.55% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 153 (60.16% from 255 or 60.96% from 251); Max value from RGB is 153 - color contains mainly: blue. Hex color #1D4599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4599 is #E2BA66. Grayscale: #424242. Windows color (decimal): -14858855 or 10044701. OLE color: 10044701.
HSL color Cylindrical-coordinate representation of color #1D4599: hue angle of 220.65º 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 #1D4599 is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 29 | 69 | 153 | - |
| CMYK | 0.81 | 0.55 | 0 | 0.4 |
| HSL | 220.65º | 0.68% | 0.36% | - |
| HSV(B) | 220.65º | 0.81% | 0.6% | - |
| XYZ | 8.38 | 6.82 | 31.01 | - |
| YUV | 66.62 | 176.75 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 69 | 153 | 0.81 | 0.55 | 0 | 0.4 | 220.65 | 0.68 | 0.36 |
| Hex | 1D | 45 | 99 | 51 | 37 | 0 | 28 | DD | 44 | 24 |
| Octal | 35 | 105 | 231 | 121 | 67 | 0 | 50 | 335 | 104 | 44 |
| Binary | 11101 | 1000101 | 10011001 | 1010001 | 110111 | 0 | 101000 | 11011101 | 1000100 | 100100 |
Color Harmonies of #1D4599
Complementary color
Monochromatic Colors of #1D4599
Black with #1D4599
Text Example
Text Example
White with #1D4599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4599; }
p { color: rgb(29,69,153); }
H1.HeaderClassName
{
color: #1D4599;
}
.AnyTagClassName
{
color: #1D4599;
}
</style>
background-color css
<style>
a { background-color: #1D4599; }
a { background-color: rgb(29,69,153); }
div.DivClassName
{
background-color: #1D4599;
}
.BgClassName
{
background-color: #1D4599;
}
</style>
border-color css
<style>
span { border-color: #1D4599; }
span { border-color: rgb(29,69,153); }
td.TdClassName
{
border-color: #1D4599;
}
.TagClassName
{
border-color: #1D4599;
}
</style>