Shades of Egyptian Blue #164195
Tints of Egyptian Blue #164195
RGB
CMYK
RGB Variations
Color information
#164195 (or 0x164195) is known color: Egyptian Blue. HEX triplet: 16, 41 and 95. RGB value is (22,65,149). Sum of RGB (Red+Green+Blue) = 22+65+149=236 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.32% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 149 (58.59% from 255 or 63.14% from 236); Max value from RGB is 149 - color contains mainly: blue. Hex color #164195 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164195 is #E9BE6A. Grayscale: #3D3D3D. Windows color (decimal): -15318635 or 9781526. OLE color: 9781526.
HSL color Cylindrical-coordinate representation of color #164195: hue angle of 219.69º 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 #164195 is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 65 | 149 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.42 |
| HSL | 219.69º | 0.74% | 0.34% | - |
| HSV(B) | 219.69º | 0.85% | 0.58% | - |
| XYZ | 7.65 | 6.12 | 29.21 | - |
| YUV | 61.72 | 177.25 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 65 | 149 | 0.85 | 0.56 | 0 | 0.42 | 219.69 | 0.74 | 0.34 |
| Hex | 16 | 41 | 95 | 55 | 38 | 0 | 2A | DC | 4A | 22 |
| Octal | 26 | 101 | 225 | 125 | 70 | 0 | 52 | 334 | 112 | 42 |
| Binary | 10110 | 1000001 | 10010101 | 1010101 | 111000 | 0 | 101010 | 11011100 | 1001010 | 100010 |
Color Harmonies of #164195
Complementary color
Monochromatic Colors of #164195
Black with #164195
Text Example
Text Example
White with #164195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164195; }
p { color: rgb(22,65,149); }
H1.HeaderClassName
{
color: #164195;
}
.AnyTagClassName
{
color: #164195;
}
</style>
background-color css
<style>
a { background-color: #164195; }
a { background-color: rgb(22,65,149); }
div.DivClassName
{
background-color: #164195;
}
.BgClassName
{
background-color: #164195;
}
</style>
border-color css
<style>
span { border-color: #164195; }
span { border-color: rgb(22,65,149); }
td.TdClassName
{
border-color: #164195;
}
.TagClassName
{
border-color: #164195;
}
</style>