Shades of Egyptian Blue #1D48AA
Tints of Egyptian Blue #1D48AA
RGB
CMYK
RGB Variations
Color information
#1D48AA (or 0x1D48AA) is known color: Egyptian Blue. HEX triplet: 1D, 48 and AA. RGB value is (29,72,170). Sum of RGB (Red+Green+Blue) = 29+72+170=271 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.70% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 170 (66.80% from 255 or 62.73% from 271); Max value from RGB is 170 - color contains mainly: blue. Hex color #1D48AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D48AA is #E2B755. Grayscale: #454545. Windows color (decimal): -14858070 or 11159581. OLE color: 11159581.
HSL color Cylindrical-coordinate representation of color #1D48AA: hue angle of 221.7º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D48AA is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 29 | 72 | 170 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.33 |
| HSL | 221.7º | 0.71% | 0.39% | - |
| HSV(B) | 221.7º | 0.83% | 0.67% | - |
| XYZ | 10.08 | 7.8 | 39 | - |
| YUV | 70.32 | 184.25 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 72 | 170 | 0.83 | 0.58 | 0 | 0.33 | 221.7 | 0.71 | 0.39 |
| Hex | 1D | 48 | AA | 53 | 3A | 0 | 21 | DE | 47 | 27 |
| Octal | 35 | 110 | 252 | 123 | 72 | 0 | 41 | 336 | 107 | 47 |
| Binary | 11101 | 1001000 | 10101010 | 1010011 | 111010 | 0 | 100001 | 11011110 | 1000111 | 100111 |
Color Harmonies of #1D48AA
Complementary color
Monochromatic Colors of #1D48AA
Black with #1D48AA
Text Example
Text Example
White with #1D48AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D48AA; }
p { color: rgb(29,72,170); }
H1.HeaderClassName
{
color: #1D48AA;
}
.AnyTagClassName
{
color: #1D48AA;
}
</style>
background-color css
<style>
a { background-color: #1D48AA; }
a { background-color: rgb(29,72,170); }
div.DivClassName
{
background-color: #1D48AA;
}
.BgClassName
{
background-color: #1D48AA;
}
</style>
border-color css
<style>
span { border-color: #1D48AA; }
span { border-color: rgb(29,72,170); }
td.TdClassName
{
border-color: #1D48AA;
}
.TagClassName
{
border-color: #1D48AA;
}
</style>