Shades of Egyptian Blue #163192
Tints of Egyptian Blue #163192
RGB
CMYK
RGB Variations
Color information
#163192 (or 0x163192) is known color: Egyptian Blue. HEX triplet: 16, 31 and 92. RGB value is (22,49,146). Sum of RGB (Red+Green+Blue) = 22+49+146=217 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.14% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 146 (57.42% from 255 or 67.28% from 217); Max value from RGB is 146 - color contains mainly: blue. Hex color #163192 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163192 is #E9CE6D. Grayscale: #333333. Windows color (decimal): -15322734 or 9580822. OLE color: 9580822.
HSL color Cylindrical-coordinate representation of color #163192: hue angle of 226.94º 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 #163192 is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 49 | 146 | - |
| CMYK | 0.85 | 0.66 | 0 | 0.43 |
| HSL | 226.94º | 0.74% | 0.33% | - |
| HSV(B) | 226.94º | 0.85% | 0.57% | - |
| XYZ | 6.62 | 4.44 | 27.7 | - |
| YUV | 51.99 | 181.05 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 49 | 146 | 0.85 | 0.66 | 0 | 0.43 | 226.94 | 0.74 | 0.33 |
| Hex | 16 | 31 | 92 | 55 | 42 | 0 | 2B | E3 | 4A | 21 |
| Octal | 26 | 61 | 222 | 125 | 102 | 0 | 53 | 343 | 112 | 41 |
| Binary | 10110 | 110001 | 10010010 | 1010101 | 1000010 | 0 | 101011 | 11100011 | 1001010 | 100001 |
Color Harmonies of #163192
Complementary color
Monochromatic Colors of #163192
Black with #163192
Text Example
Text Example
White with #163192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163192; }
p { color: rgb(22,49,146); }
H1.HeaderClassName
{
color: #163192;
}
.AnyTagClassName
{
color: #163192;
}
</style>
background-color css
<style>
a { background-color: #163192; }
a { background-color: rgb(22,49,146); }
div.DivClassName
{
background-color: #163192;
}
.BgClassName
{
background-color: #163192;
}
</style>
border-color css
<style>
span { border-color: #163192; }
span { border-color: rgb(22,49,146); }
td.TdClassName
{
border-color: #163192;
}
.TagClassName
{
border-color: #163192;
}
</style>