Shades of Egyptian Blue #1D2690
Tints of Egyptian Blue #1D2690
RGB
CMYK
RGB Variations
Color information
#1D2690 (or 0x1D2690) is known color: Egyptian Blue. HEX triplet: 1D, 26 and 90. RGB value is (29,38,144). Sum of RGB (Red+Green+Blue) = 29+38+144=211 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.74% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 144 (56.64% from 255 or 68.25% from 211); Max value from RGB is 144 - color contains mainly: blue. Hex color #1D2690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D2690 is #E2D96F. Grayscale: #2E2E2E. Windows color (decimal): -14866800 or 9446941. OLE color: 9446941.
HSL color Cylindrical-coordinate representation of color #1D2690: hue angle of 235.3º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D2690 is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 29 | 38 | 144 | - |
| CMYK | 0.80 | 0.74 | 0 | 0.44 |
| HSL | 235.3º | 0.66% | 0.34% | - |
| HSV(B) | 235.3º | 0.8% | 0.56% | - |
| XYZ | 6.23 | 3.66 | 26.76 | - |
| YUV | 47.39 | 182.52 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 38 | 144 | 0.80 | 0.74 | 0 | 0.44 | 235.3 | 0.66 | 0.34 |
| Hex | 1D | 26 | 90 | 50 | 4A | 0 | 2C | EB | 42 | 22 |
| Octal | 35 | 46 | 220 | 120 | 112 | 0 | 54 | 353 | 102 | 42 |
| Binary | 11101 | 100110 | 10010000 | 1010000 | 1001010 | 0 | 101100 | 11101011 | 1000010 | 100010 |
Color Harmonies of #1D2690
Complementary color
Monochromatic Colors of #1D2690
Black with #1D2690
Text Example
Text Example
White with #1D2690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2690; }
p { color: rgb(29,38,144); }
H1.HeaderClassName
{
color: #1D2690;
}
.AnyTagClassName
{
color: #1D2690;
}
</style>
background-color css
<style>
a { background-color: #1D2690; }
a { background-color: rgb(29,38,144); }
div.DivClassName
{
background-color: #1D2690;
}
.BgClassName
{
background-color: #1D2690;
}
</style>
border-color css
<style>
span { border-color: #1D2690; }
span { border-color: rgb(29,38,144); }
td.TdClassName
{
border-color: #1D2690;
}
.TagClassName
{
border-color: #1D2690;
}
</style>