Shades of Egyptian Blue #1D3595
Tints of Egyptian Blue #1D3595
RGB
CMYK
RGB Variations
Color information
#1D3595 (or 0x1D3595) is known color: Egyptian Blue. HEX triplet: 1D, 35 and 95. RGB value is (29,53,149). Sum of RGB (Red+Green+Blue) = 29+53+149=231 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.55% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 149 (58.59% from 255 or 64.50% from 231); Max value from RGB is 149 - color contains mainly: blue. Hex color #1D3595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3595 is #E2CA6A. Grayscale: #383838. Windows color (decimal): -14862955 or 9778461. OLE color: 9778461.
HSL color Cylindrical-coordinate representation of color #1D3595: hue angle of 228º 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 #1D3595 is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 53 | 149 | - |
| CMYK | 0.81 | 0.64 | 0 | 0.42 |
| HSL | 228º | 0.67% | 0.35% | - |
| HSV(B) | 228º | 0.81% | 0.58% | - |
| XYZ | 7.2 | 4.98 | 29.01 | - |
| YUV | 56.77 | 180.05 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 53 | 149 | 0.81 | 0.64 | 0 | 0.42 | 228 | 0.67 | 0.35 |
| Hex | 1D | 35 | 95 | 51 | 40 | 0 | 2A | E4 | 43 | 23 |
| Octal | 35 | 65 | 225 | 121 | 100 | 0 | 52 | 344 | 103 | 43 |
| Binary | 11101 | 110101 | 10010101 | 1010001 | 1000000 | 0 | 101010 | 11100100 | 1000011 | 100011 |
Color Harmonies of #1D3595
Complementary color
Monochromatic Colors of #1D3595
Black with #1D3595
Text Example
Text Example
White with #1D3595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3595; }
p { color: rgb(29,53,149); }
H1.HeaderClassName
{
color: #1D3595;
}
.AnyTagClassName
{
color: #1D3595;
}
</style>
background-color css
<style>
a { background-color: #1D3595; }
a { background-color: rgb(29,53,149); }
div.DivClassName
{
background-color: #1D3595;
}
.BgClassName
{
background-color: #1D3595;
}
</style>
border-color css
<style>
span { border-color: #1D3595; }
span { border-color: rgb(29,53,149); }
td.TdClassName
{
border-color: #1D3595;
}
.TagClassName
{
border-color: #1D3595;
}
</style>