Shades of Egyptian Blue #163392
Tints of Egyptian Blue #163392
RGB
CMYK
RGB Variations
Color information
#163392 (or 0x163392) is known color: Egyptian Blue. HEX triplet: 16, 33 and 92. RGB value is (22,51,146). Sum of RGB (Red+Green+Blue) = 22+51+146=219 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10.05% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 146 (57.42% from 255 or 66.67% from 219); Max value from RGB is 146 - color contains mainly: blue. Hex color #163392 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163392 is #E9CC6D. Grayscale: #343434. Windows color (decimal): -15322222 or 9581334. OLE color: 9581334.
HSL color Cylindrical-coordinate representation of color #163392: hue angle of 225.97º 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 #163392 is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 51 | 146 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.43 |
| HSL | 225.97º | 0.74% | 0.33% | - |
| HSV(B) | 225.97º | 0.85% | 0.57% | - |
| XYZ | 6.7 | 4.61 | 27.73 | - |
| YUV | 53.16 | 180.39 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 51 | 146 | 0.85 | 0.65 | 0 | 0.43 | 225.97 | 0.74 | 0.33 |
| Hex | 16 | 33 | 92 | 55 | 41 | 0 | 2B | E2 | 4A | 21 |
| Octal | 26 | 63 | 222 | 125 | 101 | 0 | 53 | 342 | 112 | 41 |
| Binary | 10110 | 110011 | 10010010 | 1010101 | 1000001 | 0 | 101011 | 11100010 | 1001010 | 100001 |
Color Harmonies of #163392
Complementary color
Monochromatic Colors of #163392
Black with #163392
Text Example
Text Example
White with #163392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163392; }
p { color: rgb(22,51,146); }
H1.HeaderClassName
{
color: #163392;
}
.AnyTagClassName
{
color: #163392;
}
</style>
background-color css
<style>
a { background-color: #163392; }
a { background-color: rgb(22,51,146); }
div.DivClassName
{
background-color: #163392;
}
.BgClassName
{
background-color: #163392;
}
</style>
border-color css
<style>
span { border-color: #163392; }
span { border-color: rgb(22,51,146); }
td.TdClassName
{
border-color: #163392;
}
.TagClassName
{
border-color: #163392;
}
</style>