Shades of Egyptian Blue #1D1FA3
Tints of Egyptian Blue #1D1FA3
RGB
CMYK
RGB Variations
Color information
#1D1FA3 (or 0x1D1FA3) is known color: Egyptian Blue. HEX triplet: 1D, 1F and A3. RGB value is (29,31,163). Sum of RGB (Red+Green+Blue) = 29+31+163=223 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.00% from 223); Green value is 31 (12.5% from 255 or 13.90% from 223); Blue value is 163 (64.06% from 255 or 73.09% from 223); Max value from RGB is 163 - color contains mainly: blue. Hex color #1D1FA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D1FA3 is #E2E05C. Grayscale: #2C2C2C. Windows color (decimal): -14868573 or 10690333. OLE color: 10690333.
HSL color Cylindrical-coordinate representation of color #1D1FA3: hue angle of 239.1º 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 #1D1FA3 is Cyan = 0.82, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 31 | 163 | - |
| CMYK | 0.82 | 0.81 | 0 | 0.36 |
| HSL | 239.1º | 0.7% | 0.38% | - |
| HSV(B) | 239.1º | 0.82% | 0.64% | - |
| XYZ | 7.61 | 3.89 | 35 | - |
| YUV | 45.45 | 194.34 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 31 | 163 | 0.82 | 0.81 | 0 | 0.36 | 239.1 | 0.7 | 0.38 |
| Hex | 1D | 1F | A3 | 52 | 51 | 0 | 24 | EF | 46 | 26 |
| Octal | 35 | 37 | 243 | 122 | 121 | 0 | 44 | 357 | 106 | 46 |
| Binary | 11101 | 11111 | 10100011 | 1010010 | 1010001 | 0 | 100100 | 11101111 | 1000110 | 100110 |
Color Harmonies of #1D1FA3
Complementary color
Monochromatic Colors of #1D1FA3
Black with #1D1FA3
Text Example
Text Example
White with #1D1FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1FA3; }
p { color: rgb(29,31,163); }
H1.HeaderClassName
{
color: #1D1FA3;
}
.AnyTagClassName
{
color: #1D1FA3;
}
</style>
background-color css
<style>
a { background-color: #1D1FA3; }
a { background-color: rgb(29,31,163); }
div.DivClassName
{
background-color: #1D1FA3;
}
.BgClassName
{
background-color: #1D1FA3;
}
</style>
border-color css
<style>
span { border-color: #1D1FA3; }
span { border-color: rgb(29,31,163); }
td.TdClassName
{
border-color: #1D1FA3;
}
.TagClassName
{
border-color: #1D1FA3;
}
</style>