Shades of Egyptian Blue #1D3C9B
Tints of Egyptian Blue #1D3C9B
RGB
CMYK
RGB Variations
Color information
#1D3C9B (or 0x1D3C9B) is known color: Egyptian Blue. HEX triplet: 1D, 3C and 9B. RGB value is (29,60,155). Sum of RGB (Red+Green+Blue) = 29+60+155=244 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.89% from 244); Green value is 60 (23.83% from 255 or 24.59% from 244); Blue value is 155 (60.94% from 255 or 63.52% from 244); Max value from RGB is 155 - color contains mainly: blue. Hex color #1D3C9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3C9B is #E2C364. Grayscale: #3D3D3D. Windows color (decimal): -14861157 or 10173469. OLE color: 10173469.
HSL color Cylindrical-coordinate representation of color #1D3C9B: hue angle of 225.24º 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 #1D3C9B is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 60 | 155 | - |
| CMYK | 0.81 | 0.61 | 0 | 0.39 |
| HSL | 225.24º | 0.68% | 0.36% | - |
| HSV(B) | 225.24º | 0.81% | 0.61% | - |
| XYZ | 8.04 | 5.86 | 31.72 | - |
| YUV | 61.56 | 180.73 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 60 | 155 | 0.81 | 0.61 | 0 | 0.39 | 225.24 | 0.68 | 0.36 |
| Hex | 1D | 3C | 9B | 51 | 3D | 0 | 27 | E1 | 44 | 24 |
| Octal | 35 | 74 | 233 | 121 | 75 | 0 | 47 | 341 | 104 | 44 |
| Binary | 11101 | 111100 | 10011011 | 1010001 | 111101 | 0 | 100111 | 11100001 | 1000100 | 100100 |
Color Harmonies of #1D3C9B
Complementary color
Monochromatic Colors of #1D3C9B
Black with #1D3C9B
Text Example
Text Example
White with #1D3C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3C9B; }
p { color: rgb(29,60,155); }
H1.HeaderClassName
{
color: #1D3C9B;
}
.AnyTagClassName
{
color: #1D3C9B;
}
</style>
background-color css
<style>
a { background-color: #1D3C9B; }
a { background-color: rgb(29,60,155); }
div.DivClassName
{
background-color: #1D3C9B;
}
.BgClassName
{
background-color: #1D3C9B;
}
</style>
border-color css
<style>
span { border-color: #1D3C9B; }
span { border-color: rgb(29,60,155); }
td.TdClassName
{
border-color: #1D3C9B;
}
.TagClassName
{
border-color: #1D3C9B;
}
</style>