Shades of Egyptian Blue #164097
Tints of Egyptian Blue #164097
RGB
CMYK
RGB Variations
Color information
#164097 (or 0x164097) is known color: Egyptian Blue. HEX triplet: 16, 40 and 97. RGB value is (22,64,151). Sum of RGB (Red+Green+Blue) = 22+64+151=237 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.28% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 151 (59.38% from 255 or 63.71% from 237); Max value from RGB is 151 - color contains mainly: blue. Hex color #164097 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164097 is #E9BF68. Grayscale: #3C3C3C. Windows color (decimal): -15318889 or 9912342. OLE color: 9912342.
HSL color Cylindrical-coordinate representation of color #164097: hue angle of 220.47º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #164097 is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 22 | 64 | 151 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.41 |
| HSL | 220.47º | 0.75% | 0.34% | - |
| HSV(B) | 220.47º | 0.85% | 0.59% | - |
| XYZ | 7.75 | 6.07 | 30.04 | - |
| YUV | 61.36 | 178.59 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 64 | 151 | 0.85 | 0.58 | 0 | 0.41 | 220.47 | 0.75 | 0.34 |
| Hex | 16 | 40 | 97 | 55 | 3A | 0 | 29 | DC | 4B | 22 |
| Octal | 26 | 100 | 227 | 125 | 72 | 0 | 51 | 334 | 113 | 42 |
| Binary | 10110 | 1000000 | 10010111 | 1010101 | 111010 | 0 | 101001 | 11011100 | 1001011 | 100010 |
Color Harmonies of #164097
Complementary color
Monochromatic Colors of #164097
Black with #164097
Text Example
Text Example
White with #164097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164097; }
p { color: rgb(22,64,151); }
H1.HeaderClassName
{
color: #164097;
}
.AnyTagClassName
{
color: #164097;
}
</style>
background-color css
<style>
a { background-color: #164097; }
a { background-color: rgb(22,64,151); }
div.DivClassName
{
background-color: #164097;
}
.BgClassName
{
background-color: #164097;
}
</style>
border-color css
<style>
span { border-color: #164097; }
span { border-color: rgb(22,64,151); }
td.TdClassName
{
border-color: #164097;
}
.TagClassName
{
border-color: #164097;
}
</style>