Shades of Egyptian Blue #1640AA
Tints of Egyptian Blue #1640AA
RGB
CMYK
RGB Variations
Color information
#1640AA (or 0x1640AA) is known color: Egyptian Blue. HEX triplet: 16, 40 and AA. RGB value is (22,64,170). Sum of RGB (Red+Green+Blue) = 22+64+170=256 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.59% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 170 (66.80% from 255 or 66.41% from 256); Max value from RGB is 170 - color contains mainly: blue. Hex color #1640AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1640AA is #E9BF55. Grayscale: #3F3F3F. Windows color (decimal): -15318870 or 11157526. OLE color: 11157526.
HSL color Cylindrical-coordinate representation of color #1640AA: hue angle of 222.97º 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 #1640AA is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 64 | 170 | - |
| CMYK | 0.87 | 0.62 | 0 | 0.33 |
| HSL | 222.97º | 0.77% | 0.38% | - |
| HSV(B) | 222.97º | 0.87% | 0.67% | - |
| XYZ | 9.42 | 6.74 | 38.83 | - |
| YUV | 63.53 | 188.09 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 64 | 170 | 0.87 | 0.62 | 0 | 0.33 | 222.97 | 0.77 | 0.38 |
| Hex | 16 | 40 | AA | 57 | 3E | 0 | 21 | DF | 4D | 26 |
| Octal | 26 | 100 | 252 | 127 | 76 | 0 | 41 | 337 | 115 | 46 |
| Binary | 10110 | 1000000 | 10101010 | 1010111 | 111110 | 0 | 100001 | 11011111 | 1001101 | 100110 |
Color Harmonies of #1640AA
Complementary color
Monochromatic Colors of #1640AA
Black with #1640AA
Text Example
Text Example
White with #1640AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1640AA; }
p { color: rgb(22,64,170); }
H1.HeaderClassName
{
color: #1640AA;
}
.AnyTagClassName
{
color: #1640AA;
}
</style>
background-color css
<style>
a { background-color: #1640AA; }
a { background-color: rgb(22,64,170); }
div.DivClassName
{
background-color: #1640AA;
}
.BgClassName
{
background-color: #1640AA;
}
</style>
border-color css
<style>
span { border-color: #1640AA; }
span { border-color: rgb(22,64,170); }
td.TdClassName
{
border-color: #1640AA;
}
.TagClassName
{
border-color: #1640AA;
}
</style>