Shades of Egyptian Blue #164595
Tints of Egyptian Blue #164595
RGB
CMYK
RGB Variations
Color information
#164595 (or 0x164595) is known color: Egyptian Blue. HEX triplet: 16, 45 and 95. RGB value is (22,69,149). Sum of RGB (Red+Green+Blue) = 22+69+149=240 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.17% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 149 (58.59% from 255 or 62.08% from 240); Max value from RGB is 149 - color contains mainly: blue. Hex color #164595 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164595 is #E9BA6A. Grayscale: #3F3F3F. Windows color (decimal): -15317611 or 9782550. OLE color: 9782550.
HSL color Cylindrical-coordinate representation of color #164595: hue angle of 217.8º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #164595 is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 69 | 149 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.42 |
| HSL | 217.8º | 0.74% | 0.34% | - |
| HSV(B) | 217.8º | 0.85% | 0.58% | - |
| XYZ | 7.88 | 6.6 | 29.29 | - |
| YUV | 64.07 | 175.93 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 69 | 149 | 0.85 | 0.54 | 0 | 0.42 | 217.8 | 0.74 | 0.34 |
| Hex | 16 | 45 | 95 | 55 | 36 | 0 | 2A | DA | 4A | 22 |
| Octal | 26 | 105 | 225 | 125 | 66 | 0 | 52 | 332 | 112 | 42 |
| Binary | 10110 | 1000101 | 10010101 | 1010101 | 110110 | 0 | 101010 | 11011010 | 1001010 | 100010 |
Color Harmonies of #164595
Complementary color
Monochromatic Colors of #164595
Black with #164595
Text Example
Text Example
White with #164595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164595; }
p { color: rgb(22,69,149); }
H1.HeaderClassName
{
color: #164595;
}
.AnyTagClassName
{
color: #164595;
}
</style>
background-color css
<style>
a { background-color: #164595; }
a { background-color: rgb(22,69,149); }
div.DivClassName
{
background-color: #164595;
}
.BgClassName
{
background-color: #164595;
}
</style>
border-color css
<style>
span { border-color: #164595; }
span { border-color: rgb(22,69,149); }
td.TdClassName
{
border-color: #164595;
}
.TagClassName
{
border-color: #164595;
}
</style>