Shades of Egyptian Blue #1D3195
Tints of Egyptian Blue #1D3195
RGB
CMYK
RGB Variations
Color information
#1D3195 (or 0x1D3195) is known color: Egyptian Blue. HEX triplet: 1D, 31 and 95. RGB value is (29,49,149). Sum of RGB (Red+Green+Blue) = 29+49+149=227 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.78% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 149 (58.59% from 255 or 65.64% from 227); Max value from RGB is 149 - color contains mainly: blue. Hex color #1D3195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3195 is #E2CE6A. Grayscale: #363636. Windows color (decimal): -14863979 or 9777437. OLE color: 9777437.
HSL color Cylindrical-coordinate representation of color #1D3195: hue angle of 230º 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 #1D3195 is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 49 | 149 | - |
| CMYK | 0.81 | 0.67 | 0 | 0.42 |
| HSL | 230º | 0.67% | 0.35% | - |
| HSV(B) | 230º | 0.81% | 0.58% | - |
| XYZ | 7.03 | 4.63 | 28.96 | - |
| YUV | 54.42 | 181.37 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 49 | 149 | 0.81 | 0.67 | 0 | 0.42 | 230 | 0.67 | 0.35 |
| Hex | 1D | 31 | 95 | 51 | 43 | 0 | 2A | E6 | 43 | 23 |
| Octal | 35 | 61 | 225 | 121 | 103 | 0 | 52 | 346 | 103 | 43 |
| Binary | 11101 | 110001 | 10010101 | 1010001 | 1000011 | 0 | 101010 | 11100110 | 1000011 | 100011 |
Color Harmonies of #1D3195
Complementary color
Monochromatic Colors of #1D3195
Black with #1D3195
Text Example
Text Example
White with #1D3195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3195; }
p { color: rgb(29,49,149); }
H1.HeaderClassName
{
color: #1D3195;
}
.AnyTagClassName
{
color: #1D3195;
}
</style>
background-color css
<style>
a { background-color: #1D3195; }
a { background-color: rgb(29,49,149); }
div.DivClassName
{
background-color: #1D3195;
}
.BgClassName
{
background-color: #1D3195;
}
</style>
border-color css
<style>
span { border-color: #1D3195; }
span { border-color: rgb(29,49,149); }
td.TdClassName
{
border-color: #1D3195;
}
.TagClassName
{
border-color: #1D3195;
}
</style>