Shades of Egyptian Blue #164199
Tints of Egyptian Blue #164199
RGB
CMYK
RGB Variations
Color information
#164199 (or 0x164199) is known color: Egyptian Blue. HEX triplet: 16, 41 and 99. RGB value is (22,65,153). Sum of RGB (Red+Green+Blue) = 22+65+153=240 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.17% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 153 (60.16% from 255 or 63.75% from 240); Max value from RGB is 153 - color contains mainly: blue. Hex color #164199 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164199 is #E9BE66. Grayscale: #3D3D3D. Windows color (decimal): -15318631 or 10043670. OLE color: 10043670.
HSL color Cylindrical-coordinate representation of color #164199: hue angle of 220.31º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #164199 is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 22 | 65 | 153 | - |
| CMYK | 0.86 | 0.58 | 0 | 0.4 |
| HSL | 220.31º | 0.75% | 0.34% | - |
| HSV(B) | 220.31º | 0.86% | 0.6% | - |
| XYZ | 7.97 | 6.25 | 30.92 | - |
| YUV | 62.18 | 179.25 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 65 | 153 | 0.86 | 0.58 | 0 | 0.4 | 220.31 | 0.75 | 0.34 |
| Hex | 16 | 41 | 99 | 56 | 3A | 0 | 28 | DC | 4B | 22 |
| Octal | 26 | 101 | 231 | 126 | 72 | 0 | 50 | 334 | 113 | 42 |
| Binary | 10110 | 1000001 | 10011001 | 1010110 | 111010 | 0 | 101000 | 11011100 | 1001011 | 100010 |
Color Harmonies of #164199
Complementary color
Monochromatic Colors of #164199
Black with #164199
Text Example
Text Example
White with #164199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164199; }
p { color: rgb(22,65,153); }
H1.HeaderClassName
{
color: #164199;
}
.AnyTagClassName
{
color: #164199;
}
</style>
background-color css
<style>
a { background-color: #164199; }
a { background-color: rgb(22,65,153); }
div.DivClassName
{
background-color: #164199;
}
.BgClassName
{
background-color: #164199;
}
</style>
border-color css
<style>
span { border-color: #164199; }
span { border-color: rgb(22,65,153); }
td.TdClassName
{
border-color: #164199;
}
.TagClassName
{
border-color: #164199;
}
</style>