Shades of Egyptian Blue #1D2D9B
Tints of Egyptian Blue #1D2D9B
RGB
CMYK
RGB Variations
Color information
#1D2D9B (or 0x1D2D9B) is known color: Egyptian Blue. HEX triplet: 1D, 2D and 9B. RGB value is (29,45,155). Sum of RGB (Red+Green+Blue) = 29+45+155=229 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.66% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 155 (60.94% from 255 or 67.69% from 229); Max value from RGB is 155 - color contains mainly: blue. Hex color #1D2D9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D2D9B is #E2D264. Grayscale: #343434. Windows color (decimal): -14864997 or 10169629. OLE color: 10169629.
HSL color Cylindrical-coordinate representation of color #1D2D9B: hue angle of 232.38º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D2D9B is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 45 | 155 | - |
| CMYK | 0.81 | 0.71 | 0 | 0.39 |
| HSL | 232.38º | 0.68% | 0.36% | - |
| HSV(B) | 232.38º | 0.81% | 0.61% | - |
| XYZ | 7.36 | 4.5 | 31.49 | - |
| YUV | 52.76 | 185.7 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 45 | 155 | 0.81 | 0.71 | 0 | 0.39 | 232.38 | 0.68 | 0.36 |
| Hex | 1D | 2D | 9B | 51 | 47 | 0 | 27 | E8 | 44 | 24 |
| Octal | 35 | 55 | 233 | 121 | 107 | 0 | 47 | 350 | 104 | 44 |
| Binary | 11101 | 101101 | 10011011 | 1010001 | 1000111 | 0 | 100111 | 11101000 | 1000100 | 100100 |
Color Harmonies of #1D2D9B
Complementary color
Monochromatic Colors of #1D2D9B
Black with #1D2D9B
Text Example
Text Example
White with #1D2D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2D9B; }
p { color: rgb(29,45,155); }
H1.HeaderClassName
{
color: #1D2D9B;
}
.AnyTagClassName
{
color: #1D2D9B;
}
</style>
background-color css
<style>
a { background-color: #1D2D9B; }
a { background-color: rgb(29,45,155); }
div.DivClassName
{
background-color: #1D2D9B;
}
.BgClassName
{
background-color: #1D2D9B;
}
</style>
border-color css
<style>
span { border-color: #1D2D9B; }
span { border-color: rgb(29,45,155); }
td.TdClassName
{
border-color: #1D2D9B;
}
.TagClassName
{
border-color: #1D2D9B;
}
</style>