Shades of Egyptian Blue #1D3E95
Tints of Egyptian Blue #1D3E95
RGB
CMYK
RGB Variations
Color information
#1D3E95 (or 0x1D3E95) is known color: Egyptian Blue. HEX triplet: 1D, 3E and 95. RGB value is (29,62,149). Sum of RGB (Red+Green+Blue) = 29+62+149=240 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.08% from 240); Green value is 62 (24.61% from 255 or 25.83% from 240); Blue value is 149 (58.59% from 255 or 62.08% from 240); Max value from RGB is 149 - color contains mainly: blue. Hex color #1D3E95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3E95 is #E2C16A. Grayscale: #3D3D3D. Windows color (decimal): -14860651 or 9780765. OLE color: 9780765.
HSL color Cylindrical-coordinate representation of color #1D3E95: hue angle of 223.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D3E95 is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 62 | 149 | - |
| CMYK | 0.81 | 0.58 | 0 | 0.42 |
| HSL | 223.5º | 0.67% | 0.35% | - |
| HSV(B) | 223.5º | 0.81% | 0.58% | - |
| XYZ | 7.65 | 5.88 | 29.16 | - |
| YUV | 62.05 | 177.07 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 62 | 149 | 0.81 | 0.58 | 0 | 0.42 | 223.5 | 0.67 | 0.35 |
| Hex | 1D | 3E | 95 | 51 | 3A | 0 | 2A | E0 | 43 | 23 |
| Octal | 35 | 76 | 225 | 121 | 72 | 0 | 52 | 340 | 103 | 43 |
| Binary | 11101 | 111110 | 10010101 | 1010001 | 111010 | 0 | 101010 | 11100000 | 1000011 | 100011 |
Color Harmonies of #1D3E95
Complementary color
Monochromatic Colors of #1D3E95
Black with #1D3E95
Text Example
Text Example
White with #1D3E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3E95; }
p { color: rgb(29,62,149); }
H1.HeaderClassName
{
color: #1D3E95;
}
.AnyTagClassName
{
color: #1D3E95;
}
</style>
background-color css
<style>
a { background-color: #1D3E95; }
a { background-color: rgb(29,62,149); }
div.DivClassName
{
background-color: #1D3E95;
}
.BgClassName
{
background-color: #1D3E95;
}
</style>
border-color css
<style>
span { border-color: #1D3E95; }
span { border-color: rgb(29,62,149); }
td.TdClassName
{
border-color: #1D3E95;
}
.TagClassName
{
border-color: #1D3E95;
}
</style>