Shades of Egyptian Blue #164191
Tints of Egyptian Blue #164191
RGB
CMYK
RGB Variations
Color information
#164191 (or 0x164191) is known color: Egyptian Blue. HEX triplet: 16, 41 and 91. RGB value is (22,65,145). Sum of RGB (Red+Green+Blue) = 22+65+145=232 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.48% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 145 (57.03% from 255 or 62.5% from 232); Max value from RGB is 145 - color contains mainly: blue. Hex color #164191 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164191 is #E9BE6E. Grayscale: #3C3C3C. Windows color (decimal): -15318639 or 9519382. OLE color: 9519382.
HSL color Cylindrical-coordinate representation of color #164191: hue angle of 219.02º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #164191 is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 65 | 145 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.43 |
| HSL | 219.02º | 0.74% | 0.33% | - |
| HSV(B) | 219.02º | 0.85% | 0.57% | - |
| XYZ | 7.33 | 6 | 27.56 | - |
| YUV | 61.26 | 175.25 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 65 | 145 | 0.85 | 0.55 | 0 | 0.43 | 219.02 | 0.74 | 0.33 |
| Hex | 16 | 41 | 91 | 55 | 37 | 0 | 2B | DB | 4A | 21 |
| Octal | 26 | 101 | 221 | 125 | 67 | 0 | 53 | 333 | 112 | 41 |
| Binary | 10110 | 1000001 | 10010001 | 1010101 | 110111 | 0 | 101011 | 11011011 | 1001010 | 100001 |
Color Harmonies of #164191
Complementary color
Monochromatic Colors of #164191
Black with #164191
Text Example
Text Example
White with #164191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164191; }
p { color: rgb(22,65,145); }
H1.HeaderClassName
{
color: #164191;
}
.AnyTagClassName
{
color: #164191;
}
</style>
background-color css
<style>
a { background-color: #164191; }
a { background-color: rgb(22,65,145); }
div.DivClassName
{
background-color: #164191;
}
.BgClassName
{
background-color: #164191;
}
</style>
border-color css
<style>
span { border-color: #164191; }
span { border-color: rgb(22,65,145); }
td.TdClassName
{
border-color: #164191;
}
.TagClassName
{
border-color: #164191;
}
</style>