Shades of Egyptian Blue #1D4293
Tints of Egyptian Blue #1D4293
RGB
CMYK
RGB Variations
Color information
#1D4293 (or 0x1D4293) is known color: Egyptian Blue. HEX triplet: 1D, 42 and 93. RGB value is (29,66,147). Sum of RGB (Red+Green+Blue) = 29+66+147=242 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.98% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 147 (57.81% from 255 or 60.74% from 242); Max value from RGB is 147 - color contains mainly: blue. Hex color #1D4293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4293 is #E2BD6C. Grayscale: #3F3F3F. Windows color (decimal): -14859629 or 9650717. OLE color: 9650717.
HSL color Cylindrical-coordinate representation of color #1D4293: hue angle of 221.19º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D4293 is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 66 | 147 | - |
| CMYK | 0.80 | 0.55 | 0 | 0.42 |
| HSL | 221.19º | 0.67% | 0.35% | - |
| HSV(B) | 221.19º | 0.8% | 0.58% | - |
| XYZ | 7.72 | 6.26 | 28.41 | - |
| YUV | 64.17 | 174.74 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 66 | 147 | 0.80 | 0.55 | 0 | 0.42 | 221.19 | 0.67 | 0.35 |
| Hex | 1D | 42 | 93 | 50 | 37 | 0 | 2A | DD | 43 | 23 |
| Octal | 35 | 102 | 223 | 120 | 67 | 0 | 52 | 335 | 103 | 43 |
| Binary | 11101 | 1000010 | 10010011 | 1010000 | 110111 | 0 | 101010 | 11011101 | 1000011 | 100011 |
Color Harmonies of #1D4293
Complementary color
Monochromatic Colors of #1D4293
Black with #1D4293
Text Example
Text Example
White with #1D4293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4293; }
p { color: rgb(29,66,147); }
H1.HeaderClassName
{
color: #1D4293;
}
.AnyTagClassName
{
color: #1D4293;
}
</style>
background-color css
<style>
a { background-color: #1D4293; }
a { background-color: rgb(29,66,147); }
div.DivClassName
{
background-color: #1D4293;
}
.BgClassName
{
background-color: #1D4293;
}
</style>
border-color css
<style>
span { border-color: #1D4293; }
span { border-color: rgb(29,66,147); }
td.TdClassName
{
border-color: #1D4293;
}
.TagClassName
{
border-color: #1D4293;
}
</style>