Shades of Egyptian Blue #1D40A3
Tints of Egyptian Blue #1D40A3
RGB
CMYK
RGB Variations
Color information
#1D40A3 (or 0x1D40A3) is known color: Egyptian Blue. HEX triplet: 1D, 40 and A3. RGB value is (29,64,163). Sum of RGB (Red+Green+Blue) = 29+64+163=256 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.33% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 163 (64.06% from 255 or 63.67% from 256); Max value from RGB is 163 - color contains mainly: blue. Hex color #1D40A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D40A3 is #E2BF5C. Grayscale: #404040. Windows color (decimal): -14860125 or 10698781. OLE color: 10698781.
HSL color Cylindrical-coordinate representation of color #1D40A3: hue angle of 224.33º 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 #1D40A3 is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 64 | 163 | - |
| CMYK | 0.82 | 0.61 | 0 | 0.36 |
| HSL | 224.33º | 0.7% | 0.38% | - |
| HSV(B) | 224.33º | 0.82% | 0.64% | - |
| XYZ | 8.95 | 6.57 | 35.45 | - |
| YUV | 64.82 | 183.4 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 64 | 163 | 0.82 | 0.61 | 0 | 0.36 | 224.33 | 0.7 | 0.38 |
| Hex | 1D | 40 | A3 | 52 | 3D | 0 | 24 | E0 | 46 | 26 |
| Octal | 35 | 100 | 243 | 122 | 75 | 0 | 44 | 340 | 106 | 46 |
| Binary | 11101 | 1000000 | 10100011 | 1010010 | 111101 | 0 | 100100 | 11100000 | 1000110 | 100110 |
Color Harmonies of #1D40A3
Complementary color
Monochromatic Colors of #1D40A3
Black with #1D40A3
Text Example
Text Example
White with #1D40A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D40A3; }
p { color: rgb(29,64,163); }
H1.HeaderClassName
{
color: #1D40A3;
}
.AnyTagClassName
{
color: #1D40A3;
}
</style>
background-color css
<style>
a { background-color: #1D40A3; }
a { background-color: rgb(29,64,163); }
div.DivClassName
{
background-color: #1D40A3;
}
.BgClassName
{
background-color: #1D40A3;
}
</style>
border-color css
<style>
span { border-color: #1D40A3; }
span { border-color: rgb(29,64,163); }
td.TdClassName
{
border-color: #1D40A3;
}
.TagClassName
{
border-color: #1D40A3;
}
</style>