Shades of Egyptian Blue #1D3089
Tints of Egyptian Blue #1D3089
RGB
CMYK
RGB Variations
Color information
#1D3089 (or 0x1D3089) is known color: Egyptian Blue. HEX triplet: 1D, 30 and 89. RGB value is (29,48,137). Sum of RGB (Red+Green+Blue) = 29+48+137=214 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.55% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 137 (53.91% from 255 or 64.02% from 214); Max value from RGB is 137 - color contains mainly: blue. Hex color #1D3089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3089 is #E2CF76. Grayscale: #343434. Windows color (decimal): -14864247 or 8990749. OLE color: 8990749.
HSL color Cylindrical-coordinate representation of color #1D3089: hue angle of 229.44º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D3089 is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 48 | 137 | - |
| CMYK | 0.79 | 0.65 | 0 | 0.46 |
| HSL | 229.44º | 0.65% | 0.33% | - |
| HSV(B) | 229.44º | 0.79% | 0.54% | - |
| XYZ | 6.08 | 4.18 | 24.15 | - |
| YUV | 52.47 | 175.71 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 48 | 137 | 0.79 | 0.65 | 0 | 0.46 | 229.44 | 0.65 | 0.33 |
| Hex | 1D | 30 | 89 | 4F | 41 | 0 | 2E | E5 | 41 | 21 |
| Octal | 35 | 60 | 211 | 117 | 101 | 0 | 56 | 345 | 101 | 41 |
| Binary | 11101 | 110000 | 10001001 | 1001111 | 1000001 | 0 | 101110 | 11100101 | 1000001 | 100001 |
Color Harmonies of #1D3089
Complementary color
Monochromatic Colors of #1D3089
Black with #1D3089
Text Example
Text Example
White with #1D3089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3089; }
p { color: rgb(29,48,137); }
H1.HeaderClassName
{
color: #1D3089;
}
.AnyTagClassName
{
color: #1D3089;
}
</style>
background-color css
<style>
a { background-color: #1D3089; }
a { background-color: rgb(29,48,137); }
div.DivClassName
{
background-color: #1D3089;
}
.BgClassName
{
background-color: #1D3089;
}
</style>
border-color css
<style>
span { border-color: #1D3089; }
span { border-color: rgb(29,48,137); }
td.TdClassName
{
border-color: #1D3089;
}
.TagClassName
{
border-color: #1D3089;
}
</style>