Shades of Egyptian Blue #1648AA
Tints of Egyptian Blue #1648AA
RGB
CMYK
RGB Variations
Color information
#1648AA (or 0x1648AA) is known color: Egyptian Blue. HEX triplet: 16, 48 and AA. RGB value is (22,72,170). Sum of RGB (Red+Green+Blue) = 22+72+170=264 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.33% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 170 (66.80% from 255 or 64.39% from 264); Max value from RGB is 170 - color contains mainly: blue. Hex color #1648AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1648AA is #E9B755. Grayscale: #434343. Windows color (decimal): -15316822 or 11159574. OLE color: 11159574.
HSL color Cylindrical-coordinate representation of color #1648AA: hue angle of 219.73º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1648AA is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 72 | 170 | - |
| CMYK | 0.87 | 0.58 | 0 | 0.33 |
| HSL | 219.73º | 0.77% | 0.38% | - |
| HSV(B) | 219.73º | 0.87% | 0.67% | - |
| XYZ | 9.9 | 7.71 | 39 | - |
| YUV | 68.22 | 185.44 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 72 | 170 | 0.87 | 0.58 | 0 | 0.33 | 219.73 | 0.77 | 0.38 |
| Hex | 16 | 48 | AA | 57 | 3A | 0 | 21 | DC | 4D | 26 |
| Octal | 26 | 110 | 252 | 127 | 72 | 0 | 41 | 334 | 115 | 46 |
| Binary | 10110 | 1001000 | 10101010 | 1010111 | 111010 | 0 | 100001 | 11011100 | 1001101 | 100110 |
Color Harmonies of #1648AA
Complementary color
Monochromatic Colors of #1648AA
Black with #1648AA
Text Example
Text Example
White with #1648AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1648AA; }
p { color: rgb(22,72,170); }
H1.HeaderClassName
{
color: #1648AA;
}
.AnyTagClassName
{
color: #1648AA;
}
</style>
background-color css
<style>
a { background-color: #1648AA; }
a { background-color: rgb(22,72,170); }
div.DivClassName
{
background-color: #1648AA;
}
.BgClassName
{
background-color: #1648AA;
}
</style>
border-color css
<style>
span { border-color: #1648AA; }
span { border-color: rgb(22,72,170); }
td.TdClassName
{
border-color: #1648AA;
}
.TagClassName
{
border-color: #1648AA;
}
</style>