Shades of Egyptian Blue #1D3B90
Tints of Egyptian Blue #1D3B90
RGB
CMYK
RGB Variations
Color information
#1D3B90 (or 0x1D3B90) is known color: Egyptian Blue. HEX triplet: 1D, 3B and 90. RGB value is (29,59,144). Sum of RGB (Red+Green+Blue) = 29+59+144=232 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.5% from 232); Green value is 59 (23.44% from 255 or 25.43% from 232); Blue value is 144 (56.64% from 255 or 62.07% from 232); Max value from RGB is 144 - color contains mainly: blue. Hex color #1D3B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3B90 is #E2C46F. Grayscale: #3B3B3B. Windows color (decimal): -14861424 or 9452317. OLE color: 9452317.
HSL color Cylindrical-coordinate representation of color #1D3B90: hue angle of 224.35º 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 #1D3B90 is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 29 | 59 | 144 | - |
| CMYK | 0.80 | 0.59 | 0 | 0.44 |
| HSL | 224.35º | 0.66% | 0.34% | - |
| HSV(B) | 224.35º | 0.8% | 0.56% | - |
| XYZ | 7.1 | 5.4 | 27.05 | - |
| YUV | 59.72 | 175.56 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 59 | 144 | 0.80 | 0.59 | 0 | 0.44 | 224.35 | 0.66 | 0.34 |
| Hex | 1D | 3B | 90 | 50 | 3B | 0 | 2C | E0 | 42 | 22 |
| Octal | 35 | 73 | 220 | 120 | 73 | 0 | 54 | 340 | 102 | 42 |
| Binary | 11101 | 111011 | 10010000 | 1010000 | 111011 | 0 | 101100 | 11100000 | 1000010 | 100010 |
Color Harmonies of #1D3B90
Complementary color
Monochromatic Colors of #1D3B90
Black with #1D3B90
Text Example
Text Example
White with #1D3B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3B90; }
p { color: rgb(29,59,144); }
H1.HeaderClassName
{
color: #1D3B90;
}
.AnyTagClassName
{
color: #1D3B90;
}
</style>
background-color css
<style>
a { background-color: #1D3B90; }
a { background-color: rgb(29,59,144); }
div.DivClassName
{
background-color: #1D3B90;
}
.BgClassName
{
background-color: #1D3B90;
}
</style>
border-color css
<style>
span { border-color: #1D3B90; }
span { border-color: rgb(29,59,144); }
td.TdClassName
{
border-color: #1D3B90;
}
.TagClassName
{
border-color: #1D3B90;
}
</style>