Shades of Egyptian Blue #164493
Tints of Egyptian Blue #164493
RGB
CMYK
RGB Variations
Color information
#164493 (or 0x164493) is known color: Egyptian Blue. HEX triplet: 16, 44 and 93. RGB value is (22,68,147). Sum of RGB (Red+Green+Blue) = 22+68+147=237 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.28% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 147 (57.81% from 255 or 62.03% from 237); Max value from RGB is 147 - color contains mainly: blue. Hex color #164493 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164493 is #E9BB6C. Grayscale: #3E3E3E. Windows color (decimal): -15317869 or 9651222. OLE color: 9651222.
HSL color Cylindrical-coordinate representation of color #164493: hue angle of 217.92º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #164493 is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 68 | 147 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.42 |
| HSL | 217.92º | 0.74% | 0.33% | - |
| HSV(B) | 217.92º | 0.85% | 0.58% | - |
| XYZ | 7.66 | 6.41 | 28.44 | - |
| YUV | 63.25 | 175.26 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 68 | 147 | 0.85 | 0.54 | 0 | 0.42 | 217.92 | 0.74 | 0.33 |
| Hex | 16 | 44 | 93 | 55 | 36 | 0 | 2A | DA | 4A | 21 |
| Octal | 26 | 104 | 223 | 125 | 66 | 0 | 52 | 332 | 112 | 41 |
| Binary | 10110 | 1000100 | 10010011 | 1010101 | 110110 | 0 | 101010 | 11011010 | 1001010 | 100001 |
Color Harmonies of #164493
Complementary color
Monochromatic Colors of #164493
Black with #164493
Text Example
Text Example
White with #164493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164493; }
p { color: rgb(22,68,147); }
H1.HeaderClassName
{
color: #164493;
}
.AnyTagClassName
{
color: #164493;
}
</style>
background-color css
<style>
a { background-color: #164493; }
a { background-color: rgb(22,68,147); }
div.DivClassName
{
background-color: #164493;
}
.BgClassName
{
background-color: #164493;
}
</style>
border-color css
<style>
span { border-color: #164493; }
span { border-color: rgb(22,68,147); }
td.TdClassName
{
border-color: #164493;
}
.TagClassName
{
border-color: #164493;
}
</style>