Shades of Egyptian Blue #163290
Tints of Egyptian Blue #163290
RGB
CMYK
RGB Variations
Color information
#163290 (or 0x163290) is known color: Egyptian Blue. HEX triplet: 16, 32 and 90. RGB value is (22,50,144). Sum of RGB (Red+Green+Blue) = 22+50+144=216 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.19% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 144 (56.64% from 255 or 66.67% from 216); Max value from RGB is 144 - color contains mainly: blue. Hex color #163290 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163290 is #E9CD6F. Grayscale: #333333. Windows color (decimal): -15322480 or 9450006. OLE color: 9450006.
HSL color Cylindrical-coordinate representation of color #163290: hue angle of 226.23º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #163290 is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 50 | 144 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.44 |
| HSL | 226.23º | 0.73% | 0.33% | - |
| HSV(B) | 226.23º | 0.85% | 0.56% | - |
| XYZ | 6.51 | 4.47 | 26.9 | - |
| YUV | 52.34 | 179.72 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 50 | 144 | 0.85 | 0.65 | 0 | 0.44 | 226.23 | 0.73 | 0.33 |
| Hex | 16 | 32 | 90 | 55 | 41 | 0 | 2C | E2 | 49 | 21 |
| Octal | 26 | 62 | 220 | 125 | 101 | 0 | 54 | 342 | 111 | 41 |
| Binary | 10110 | 110010 | 10010000 | 1010101 | 1000001 | 0 | 101100 | 11100010 | 1001001 | 100001 |
Color Harmonies of #163290
Complementary color
Monochromatic Colors of #163290
Black with #163290
Text Example
Text Example
White with #163290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163290; }
p { color: rgb(22,50,144); }
H1.HeaderClassName
{
color: #163290;
}
.AnyTagClassName
{
color: #163290;
}
</style>
background-color css
<style>
a { background-color: #163290; }
a { background-color: rgb(22,50,144); }
div.DivClassName
{
background-color: #163290;
}
.BgClassName
{
background-color: #163290;
}
</style>
border-color css
<style>
span { border-color: #163290; }
span { border-color: rgb(22,50,144); }
td.TdClassName
{
border-color: #163290;
}
.TagClassName
{
border-color: #163290;
}
</style>