Shades of Egyptian Blue #1D358E
Tints of Egyptian Blue #1D358E
RGB
CMYK
RGB Variations
Color information
#1D358E (or 0x1D358E) is known color: Egyptian Blue. HEX triplet: 1D, 35 and 8E. RGB value is (29,53,142). Sum of RGB (Red+Green+Blue) = 29+53+142=224 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.95% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 142 (55.86% from 255 or 63.39% from 224); Max value from RGB is 142 - color contains mainly: blue. Hex color #1D358E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D358E is #E2CA71. Grayscale: #373737. Windows color (decimal): -14862962 or 9319709. OLE color: 9319709.
HSL color Cylindrical-coordinate representation of color #1D358E: hue angle of 227.26º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D358E is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 29 | 53 | 142 | - |
| CMYK | 0.80 | 0.63 | 0 | 0.44 |
| HSL | 227.26º | 0.66% | 0.34% | - |
| HSV(B) | 227.26º | 0.8% | 0.56% | - |
| XYZ | 6.66 | 4.76 | 26.16 | - |
| YUV | 55.97 | 176.55 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 53 | 142 | 0.80 | 0.63 | 0 | 0.44 | 227.26 | 0.66 | 0.34 |
| Hex | 1D | 35 | 8E | 50 | 3F | 0 | 2C | E3 | 42 | 22 |
| Octal | 35 | 65 | 216 | 120 | 77 | 0 | 54 | 343 | 102 | 42 |
| Binary | 11101 | 110101 | 10001110 | 1010000 | 111111 | 0 | 101100 | 11100011 | 1000010 | 100010 |
Color Harmonies of #1D358E
Complementary color
Monochromatic Colors of #1D358E
Black with #1D358E
Text Example
Text Example
White with #1D358E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D358E; }
p { color: rgb(29,53,142); }
H1.HeaderClassName
{
color: #1D358E;
}
.AnyTagClassName
{
color: #1D358E;
}
</style>
background-color css
<style>
a { background-color: #1D358E; }
a { background-color: rgb(29,53,142); }
div.DivClassName
{
background-color: #1D358E;
}
.BgClassName
{
background-color: #1D358E;
}
</style>
border-color css
<style>
span { border-color: #1D358E; }
span { border-color: rgb(29,53,142); }
td.TdClassName
{
border-color: #1D358E;
}
.TagClassName
{
border-color: #1D358E;
}
</style>