Shades of Egyptian Blue #164092
Tints of Egyptian Blue #164092
RGB
CMYK
RGB Variations
Color information
#164092 (or 0x164092) is known color: Egyptian Blue. HEX triplet: 16, 40 and 92. RGB value is (22,64,146). Sum of RGB (Red+Green+Blue) = 22+64+146=232 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.48% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 146 (57.42% from 255 or 62.93% from 232); Max value from RGB is 146 - color contains mainly: blue. Hex color #164092 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164092 is #E9BF6D. Grayscale: #3C3C3C. Windows color (decimal): -15318894 or 9584662. OLE color: 9584662.
HSL color Cylindrical-coordinate representation of color #164092: hue angle of 219.68º 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 #164092 is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 64 | 146 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.43 |
| HSL | 219.68º | 0.74% | 0.33% | - |
| HSV(B) | 219.68º | 0.85% | 0.57% | - |
| XYZ | 7.35 | 5.91 | 27.95 | - |
| YUV | 60.79 | 176.09 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 64 | 146 | 0.85 | 0.56 | 0 | 0.43 | 219.68 | 0.74 | 0.33 |
| Hex | 16 | 40 | 92 | 55 | 38 | 0 | 2B | DC | 4A | 21 |
| Octal | 26 | 100 | 222 | 125 | 70 | 0 | 53 | 334 | 112 | 41 |
| Binary | 10110 | 1000000 | 10010010 | 1010101 | 111000 | 0 | 101011 | 11011100 | 1001010 | 100001 |
Color Harmonies of #164092
Complementary color
Monochromatic Colors of #164092
Black with #164092
Text Example
Text Example
White with #164092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164092; }
p { color: rgb(22,64,146); }
H1.HeaderClassName
{
color: #164092;
}
.AnyTagClassName
{
color: #164092;
}
</style>
background-color css
<style>
a { background-color: #164092; }
a { background-color: rgb(22,64,146); }
div.DivClassName
{
background-color: #164092;
}
.BgClassName
{
background-color: #164092;
}
</style>
border-color css
<style>
span { border-color: #164092; }
span { border-color: rgb(22,64,146); }
td.TdClassName
{
border-color: #164092;
}
.TagClassName
{
border-color: #164092;
}
</style>