Shades of Egyptian Blue #1647AA
Tints of Egyptian Blue #1647AA
RGB
CMYK
RGB Variations
Color information
#1647AA (or 0x1647AA) is known color: Egyptian Blue. HEX triplet: 16, 47 and AA. RGB value is (22,71,170). Sum of RGB (Red+Green+Blue) = 22+71+170=263 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.37% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 170 (66.80% from 255 or 64.64% from 263); Max value from RGB is 170 - color contains mainly: blue. Hex color #1647AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1647AA is #E9B855. Grayscale: #434343. Windows color (decimal): -15317078 or 11159318. OLE color: 11159318.
HSL color Cylindrical-coordinate representation of color #1647AA: hue angle of 220.14º 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 #1647AA is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 71 | 170 | - |
| CMYK | 0.87 | 0.58 | 0 | 0.33 |
| HSL | 220.14º | 0.77% | 0.38% | - |
| HSV(B) | 220.14º | 0.87% | 0.67% | - |
| XYZ | 9.84 | 7.58 | 38.97 | - |
| YUV | 67.64 | 185.77 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 71 | 170 | 0.87 | 0.58 | 0 | 0.33 | 220.14 | 0.77 | 0.38 |
| Hex | 16 | 47 | AA | 57 | 3A | 0 | 21 | DC | 4D | 26 |
| Octal | 26 | 107 | 252 | 127 | 72 | 0 | 41 | 334 | 115 | 46 |
| Binary | 10110 | 1000111 | 10101010 | 1010111 | 111010 | 0 | 100001 | 11011100 | 1001101 | 100110 |
Color Harmonies of #1647AA
Complementary color
Monochromatic Colors of #1647AA
Black with #1647AA
Text Example
Text Example
White with #1647AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1647AA; }
p { color: rgb(22,71,170); }
H1.HeaderClassName
{
color: #1647AA;
}
.AnyTagClassName
{
color: #1647AA;
}
</style>
background-color css
<style>
a { background-color: #1647AA; }
a { background-color: rgb(22,71,170); }
div.DivClassName
{
background-color: #1647AA;
}
.BgClassName
{
background-color: #1647AA;
}
</style>
border-color css
<style>
span { border-color: #1647AA; }
span { border-color: rgb(22,71,170); }
td.TdClassName
{
border-color: #1647AA;
}
.TagClassName
{
border-color: #1647AA;
}
</style>