Shades of Egyptian Blue #1D3995
Tints of Egyptian Blue #1D3995
RGB
CMYK
RGB Variations
Color information
#1D3995 (or 0x1D3995) is known color: Egyptian Blue. HEX triplet: 1D, 39 and 95. RGB value is (29,57,149). Sum of RGB (Red+Green+Blue) = 29+57+149=235 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.34% from 235); Green value is 57 (22.66% from 255 or 24.26% from 235); Blue value is 149 (58.59% from 255 or 63.40% from 235); Max value from RGB is 149 - color contains mainly: blue. Hex color #1D3995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3995 is #E2C66A. Grayscale: #3A3A3A. Windows color (decimal): -14861931 or 9779485. OLE color: 9779485.
HSL color Cylindrical-coordinate representation of color #1D3995: hue angle of 226º 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 #1D3995 is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 57 | 149 | - |
| CMYK | 0.81 | 0.62 | 0 | 0.42 |
| HSL | 226º | 0.67% | 0.35% | - |
| HSV(B) | 226º | 0.81% | 0.58% | - |
| XYZ | 7.39 | 5.36 | 29.08 | - |
| YUV | 59.12 | 178.72 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 57 | 149 | 0.81 | 0.62 | 0 | 0.42 | 226 | 0.67 | 0.35 |
| Hex | 1D | 39 | 95 | 51 | 3E | 0 | 2A | E2 | 43 | 23 |
| Octal | 35 | 71 | 225 | 121 | 76 | 0 | 52 | 342 | 103 | 43 |
| Binary | 11101 | 111001 | 10010101 | 1010001 | 111110 | 0 | 101010 | 11100010 | 1000011 | 100011 |
Color Harmonies of #1D3995
Complementary color
Monochromatic Colors of #1D3995
Black with #1D3995
Text Example
Text Example
White with #1D3995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3995; }
p { color: rgb(29,57,149); }
H1.HeaderClassName
{
color: #1D3995;
}
.AnyTagClassName
{
color: #1D3995;
}
</style>
background-color css
<style>
a { background-color: #1D3995; }
a { background-color: rgb(29,57,149); }
div.DivClassName
{
background-color: #1D3995;
}
.BgClassName
{
background-color: #1D3995;
}
</style>
border-color css
<style>
span { border-color: #1D3995; }
span { border-color: rgb(29,57,149); }
td.TdClassName
{
border-color: #1D3995;
}
.TagClassName
{
border-color: #1D3995;
}
</style>