Shades of Egyptian Blue #1D4191
Tints of Egyptian Blue #1D4191
RGB
CMYK
RGB Variations
Color information
#1D4191 (or 0x1D4191) is known color: Egyptian Blue. HEX triplet: 1D, 41 and 91. RGB value is (29,65,145). Sum of RGB (Red+Green+Blue) = 29+65+145=239 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.13% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 145 (57.03% from 255 or 60.67% from 239); Max value from RGB is 145 - color contains mainly: blue. Hex color #1D4191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4191 is #E2BE6E. Grayscale: #3F3F3F. Windows color (decimal): -14859887 or 9519389. OLE color: 9519389.
HSL color Cylindrical-coordinate representation of color #1D4191: hue angle of 221.38º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D4191 is Cyan = 0.8, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 29 | 65 | 145 | - |
| CMYK | 0.8 | 0.55 | 0 | 0.43 |
| HSL | 221.38º | 0.67% | 0.34% | - |
| HSV(B) | 221.38º | 0.8% | 0.57% | - |
| XYZ | 7.51 | 6.09 | 27.57 | - |
| YUV | 63.36 | 174.07 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 65 | 145 | 0.8 | 0.55 | 0 | 0.43 | 221.38 | 0.67 | 0.34 |
| Hex | 1D | 41 | 91 | 50 | 37 | 0 | 2B | DD | 43 | 22 |
| Octal | 35 | 101 | 221 | 120 | 67 | 0 | 53 | 335 | 103 | 42 |
| Binary | 11101 | 1000001 | 10010001 | 1010000 | 110111 | 0 | 101011 | 11011101 | 1000011 | 100010 |
Color Harmonies of #1D4191
Complementary color
Monochromatic Colors of #1D4191
Black with #1D4191
Text Example
Text Example
White with #1D4191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4191; }
p { color: rgb(29,65,145); }
H1.HeaderClassName
{
color: #1D4191;
}
.AnyTagClassName
{
color: #1D4191;
}
</style>
background-color css
<style>
a { background-color: #1D4191; }
a { background-color: rgb(29,65,145); }
div.DivClassName
{
background-color: #1D4191;
}
.BgClassName
{
background-color: #1D4191;
}
</style>
border-color css
<style>
span { border-color: #1D4191; }
span { border-color: rgb(29,65,145); }
td.TdClassName
{
border-color: #1D4191;
}
.TagClassName
{
border-color: #1D4191;
}
</style>