Shades of Egyptian Blue #1D3EA2
Tints of Egyptian Blue #1D3EA2
RGB
CMYK
RGB Variations
Color information
#1D3EA2 (or 0x1D3EA2) is known color: Egyptian Blue. HEX triplet: 1D, 3E and A2. RGB value is (29,62,162). Sum of RGB (Red+Green+Blue) = 29+62+162=253 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.46% from 253); Green value is 62 (24.61% from 255 or 24.51% from 253); Blue value is 162 (63.67% from 255 or 64.03% from 253); Max value from RGB is 162 - color contains mainly: blue. Hex color #1D3EA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3EA2 is #E2C15D. Grayscale: #3F3F3F. Windows color (decimal): -14860638 or 10632733. OLE color: 10632733.
HSL color Cylindrical-coordinate representation of color #1D3EA2: hue angle of 225.11º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D3EA2 is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 62 | 162 | - |
| CMYK | 0.82 | 0.62 | 0 | 0.36 |
| HSL | 225.11º | 0.7% | 0.37% | - |
| HSV(B) | 225.11º | 0.82% | 0.64% | - |
| XYZ | 8.75 | 6.32 | 34.94 | - |
| YUV | 63.53 | 183.57 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 62 | 162 | 0.82 | 0.62 | 0 | 0.36 | 225.11 | 0.7 | 0.37 |
| Hex | 1D | 3E | A2 | 52 | 3E | 0 | 24 | E1 | 46 | 25 |
| Octal | 35 | 76 | 242 | 122 | 76 | 0 | 44 | 341 | 106 | 45 |
| Binary | 11101 | 111110 | 10100010 | 1010010 | 111110 | 0 | 100100 | 11100001 | 1000110 | 100101 |
Color Harmonies of #1D3EA2
Complementary color
Monochromatic Colors of #1D3EA2
Black with #1D3EA2
Text Example
Text Example
White with #1D3EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3EA2; }
p { color: rgb(29,62,162); }
H1.HeaderClassName
{
color: #1D3EA2;
}
.AnyTagClassName
{
color: #1D3EA2;
}
</style>
background-color css
<style>
a { background-color: #1D3EA2; }
a { background-color: rgb(29,62,162); }
div.DivClassName
{
background-color: #1D3EA2;
}
.BgClassName
{
background-color: #1D3EA2;
}
</style>
border-color css
<style>
span { border-color: #1D3EA2; }
span { border-color: rgb(29,62,162); }
td.TdClassName
{
border-color: #1D3EA2;
}
.TagClassName
{
border-color: #1D3EA2;
}
</style>