Shades of Egyptian Blue #163090
Tints of Egyptian Blue #163090
RGB
CMYK
RGB Variations
Color information
#163090 (or 0x163090) is known color: Egyptian Blue. HEX triplet: 16, 30 and 90. RGB value is (22,48,144). Sum of RGB (Red+Green+Blue) = 22+48+144=214 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.28% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 144 (56.64% from 255 or 67.29% from 214); Max value from RGB is 144 - color contains mainly: blue. Hex color #163090 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163090 is #E9CF6F. Grayscale: #323232. Windows color (decimal): -15322992 or 9449494. OLE color: 9449494.
HSL color Cylindrical-coordinate representation of color #163090: hue angle of 227.21º 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 #163090 is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 48 | 144 | - |
| CMYK | 0.85 | 0.67 | 0 | 0.44 |
| HSL | 227.21º | 0.73% | 0.33% | - |
| HSV(B) | 227.21º | 0.85% | 0.56% | - |
| XYZ | 6.42 | 4.3 | 26.88 | - |
| YUV | 51.17 | 180.39 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 48 | 144 | 0.85 | 0.67 | 0 | 0.44 | 227.21 | 0.73 | 0.33 |
| Hex | 16 | 30 | 90 | 55 | 43 | 0 | 2C | E3 | 49 | 21 |
| Octal | 26 | 60 | 220 | 125 | 103 | 0 | 54 | 343 | 111 | 41 |
| Binary | 10110 | 110000 | 10010000 | 1010101 | 1000011 | 0 | 101100 | 11100011 | 1001001 | 100001 |
Color Harmonies of #163090
Complementary color
Monochromatic Colors of #163090
Black with #163090
Text Example
Text Example
White with #163090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163090; }
p { color: rgb(22,48,144); }
H1.HeaderClassName
{
color: #163090;
}
.AnyTagClassName
{
color: #163090;
}
</style>
background-color css
<style>
a { background-color: #163090; }
a { background-color: rgb(22,48,144); }
div.DivClassName
{
background-color: #163090;
}
.BgClassName
{
background-color: #163090;
}
</style>
border-color css
<style>
span { border-color: #163090; }
span { border-color: rgb(22,48,144); }
td.TdClassName
{
border-color: #163090;
}
.TagClassName
{
border-color: #163090;
}
</style>