Shades of Egyptian Blue #1D46A3
Tints of Egyptian Blue #1D46A3
RGB
CMYK
RGB Variations
Color information
#1D46A3 (or 0x1D46A3) is known color: Egyptian Blue. HEX triplet: 1D, 46 and A3. RGB value is (29,70,163). Sum of RGB (Red+Green+Blue) = 29+70+163=262 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.07% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 163 (64.06% from 255 or 62.21% from 262); Max value from RGB is 163 - color contains mainly: blue. Hex color #1D46A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D46A3 is #E2B95C. Grayscale: #434343. Windows color (decimal): -14858589 or 10700317. OLE color: 10700317.
HSL color Cylindrical-coordinate representation of color #1D46A3: hue angle of 221.64º 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 #1D46A3 is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 70 | 163 | - |
| CMYK | 0.82 | 0.57 | 0 | 0.36 |
| HSL | 221.64º | 0.7% | 0.38% | - |
| HSV(B) | 221.64º | 0.82% | 0.64% | - |
| XYZ | 9.31 | 7.29 | 35.57 | - |
| YUV | 68.34 | 181.42 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 70 | 163 | 0.82 | 0.57 | 0 | 0.36 | 221.64 | 0.7 | 0.38 |
| Hex | 1D | 46 | A3 | 52 | 39 | 0 | 24 | DE | 46 | 26 |
| Octal | 35 | 106 | 243 | 122 | 71 | 0 | 44 | 336 | 106 | 46 |
| Binary | 11101 | 1000110 | 10100011 | 1010010 | 111001 | 0 | 100100 | 11011110 | 1000110 | 100110 |
Color Harmonies of #1D46A3
Complementary color
Monochromatic Colors of #1D46A3
Black with #1D46A3
Text Example
Text Example
White with #1D46A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D46A3; }
p { color: rgb(29,70,163); }
H1.HeaderClassName
{
color: #1D46A3;
}
.AnyTagClassName
{
color: #1D46A3;
}
</style>
background-color css
<style>
a { background-color: #1D46A3; }
a { background-color: rgb(29,70,163); }
div.DivClassName
{
background-color: #1D46A3;
}
.BgClassName
{
background-color: #1D46A3;
}
</style>
border-color css
<style>
span { border-color: #1D46A3; }
span { border-color: rgb(29,70,163); }
td.TdClassName
{
border-color: #1D46A3;
}
.TagClassName
{
border-color: #1D46A3;
}
</style>