Shades of Egyptian Blue #164699
Tints of Egyptian Blue #164699
RGB
CMYK
RGB Variations
Color information
#164699 (or 0x164699) is known color: Egyptian Blue. HEX triplet: 16, 46 and 99. RGB value is (22,70,153). Sum of RGB (Red+Green+Blue) = 22+70+153=245 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.98% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 153 (60.16% from 255 or 62.45% from 245); Max value from RGB is 153 - color contains mainly: blue. Hex color #164699 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164699 is #E9B966. Grayscale: #404040. Windows color (decimal): -15317351 or 10044950. OLE color: 10044950.
HSL color Cylindrical-coordinate representation of color #164699: hue angle of 218.02º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #164699 is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 22 | 70 | 153 | - |
| CMYK | 0.86 | 0.54 | 0 | 0.4 |
| HSL | 218.02º | 0.75% | 0.34% | - |
| HSV(B) | 218.02º | 0.86% | 0.6% | - |
| XYZ | 8.27 | 6.85 | 31.02 | - |
| YUV | 65.11 | 177.6 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 70 | 153 | 0.86 | 0.54 | 0 | 0.4 | 218.02 | 0.75 | 0.34 |
| Hex | 16 | 46 | 99 | 56 | 36 | 0 | 28 | DA | 4B | 22 |
| Octal | 26 | 106 | 231 | 126 | 66 | 0 | 50 | 332 | 113 | 42 |
| Binary | 10110 | 1000110 | 10011001 | 1010110 | 110110 | 0 | 101000 | 11011010 | 1001011 | 100010 |
Color Harmonies of #164699
Complementary color
Monochromatic Colors of #164699
Black with #164699
Text Example
Text Example
White with #164699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164699; }
p { color: rgb(22,70,153); }
H1.HeaderClassName
{
color: #164699;
}
.AnyTagClassName
{
color: #164699;
}
</style>
background-color css
<style>
a { background-color: #164699; }
a { background-color: rgb(22,70,153); }
div.DivClassName
{
background-color: #164699;
}
.BgClassName
{
background-color: #164699;
}
</style>
border-color css
<style>
span { border-color: #164699; }
span { border-color: rgb(22,70,153); }
td.TdClassName
{
border-color: #164699;
}
.TagClassName
{
border-color: #164699;
}
</style>