Shades of Egyptian Blue #1D20A3
Tints of Egyptian Blue #1D20A3
RGB
CMYK
RGB Variations
Color information
#1D20A3 (or 0x1D20A3) is known color: Egyptian Blue. HEX triplet: 1D, 20 and A3. RGB value is (29,32,163). Sum of RGB (Red+Green+Blue) = 29+32+163=224 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.95% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 163 (64.06% from 255 or 72.77% from 224); Max value from RGB is 163 - color contains mainly: blue. Hex color #1D20A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D20A3 is #E2DF5C. Grayscale: #2D2D2D. Windows color (decimal): -14868317 or 10690589. OLE color: 10690589.
HSL color Cylindrical-coordinate representation of color #1D20A3: hue angle of 238.66º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D20A3 is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 32 | 163 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.36 |
| HSL | 238.66º | 0.7% | 0.38% | - |
| HSV(B) | 238.66º | 0.82% | 0.64% | - |
| XYZ | 7.63 | 3.94 | 35.01 | - |
| YUV | 46.04 | 194.01 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 32 | 163 | 0.82 | 0.80 | 0 | 0.36 | 238.66 | 0.7 | 0.38 |
| Hex | 1D | 20 | A3 | 52 | 50 | 0 | 24 | EF | 46 | 26 |
| Octal | 35 | 40 | 243 | 122 | 120 | 0 | 44 | 357 | 106 | 46 |
| Binary | 11101 | 100000 | 10100011 | 1010010 | 1010000 | 0 | 100100 | 11101111 | 1000110 | 100110 |
Color Harmonies of #1D20A3
Complementary color
Monochromatic Colors of #1D20A3
Black with #1D20A3
Text Example
Text Example
White with #1D20A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D20A3; }
p { color: rgb(29,32,163); }
H1.HeaderClassName
{
color: #1D20A3;
}
.AnyTagClassName
{
color: #1D20A3;
}
</style>
background-color css
<style>
a { background-color: #1D20A3; }
a { background-color: rgb(29,32,163); }
div.DivClassName
{
background-color: #1D20A3;
}
.BgClassName
{
background-color: #1D20A3;
}
</style>
border-color css
<style>
span { border-color: #1D20A3; }
span { border-color: rgb(29,32,163); }
td.TdClassName
{
border-color: #1D20A3;
}
.TagClassName
{
border-color: #1D20A3;
}
</style>