Shades of Egyptian Blue #164397
Tints of Egyptian Blue #164397
RGB
CMYK
RGB Variations
Color information
#164397 (or 0x164397) is known color: Egyptian Blue. HEX triplet: 16, 43 and 97. RGB value is (22,67,151). Sum of RGB (Red+Green+Blue) = 22+67+151=240 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.17% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 151 (59.38% from 255 or 62.92% from 240); Max value from RGB is 151 - color contains mainly: blue. Hex color #164397 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164397 is #E9BC68. Grayscale: #3E3E3E. Windows color (decimal): -15318121 or 9913110. OLE color: 9913110.
HSL color Cylindrical-coordinate representation of color #164397: hue angle of 219.07º 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 #164397 is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 22 | 67 | 151 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.41 |
| HSL | 219.07º | 0.75% | 0.34% | - |
| HSV(B) | 219.07º | 0.85% | 0.59% | - |
| XYZ | 7.92 | 6.42 | 30.1 | - |
| YUV | 63.12 | 177.59 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 67 | 151 | 0.85 | 0.56 | 0 | 0.41 | 219.07 | 0.75 | 0.34 |
| Hex | 16 | 43 | 97 | 55 | 38 | 0 | 29 | DB | 4B | 22 |
| Octal | 26 | 103 | 227 | 125 | 70 | 0 | 51 | 333 | 113 | 42 |
| Binary | 10110 | 1000011 | 10010111 | 1010101 | 111000 | 0 | 101001 | 11011011 | 1001011 | 100010 |
Color Harmonies of #164397
Complementary color
Monochromatic Colors of #164397
Black with #164397
Text Example
Text Example
White with #164397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164397; }
p { color: rgb(22,67,151); }
H1.HeaderClassName
{
color: #164397;
}
.AnyTagClassName
{
color: #164397;
}
</style>
background-color css
<style>
a { background-color: #164397; }
a { background-color: rgb(22,67,151); }
div.DivClassName
{
background-color: #164397;
}
.BgClassName
{
background-color: #164397;
}
</style>
border-color css
<style>
span { border-color: #164397; }
span { border-color: rgb(22,67,151); }
td.TdClassName
{
border-color: #164397;
}
.TagClassName
{
border-color: #164397;
}
</style>