Shades of Egyptian Blue #163890
Tints of Egyptian Blue #163890
RGB
CMYK
RGB Variations
Color information
#163890 (or 0x163890) is known color: Egyptian Blue. HEX triplet: 16, 38 and 90. RGB value is (22,56,144). Sum of RGB (Red+Green+Blue) = 22+56+144=222 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.91% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 144 (56.64% from 255 or 64.86% from 222); Max value from RGB is 144 - color contains mainly: blue. Hex color #163890 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163890 is #E9C76F. Grayscale: #373737. Windows color (decimal): -15320944 or 9451542. OLE color: 9451542.
HSL color Cylindrical-coordinate representation of color #163890: hue angle of 223.28º 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 #163890 is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 56 | 144 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.44 |
| HSL | 223.28º | 0.73% | 0.33% | - |
| HSV(B) | 223.28º | 0.85% | 0.56% | - |
| XYZ | 6.78 | 5.01 | 27 | - |
| YUV | 55.87 | 177.74 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 56 | 144 | 0.85 | 0.61 | 0 | 0.44 | 223.28 | 0.73 | 0.33 |
| Hex | 16 | 38 | 90 | 55 | 3D | 0 | 2C | DF | 49 | 21 |
| Octal | 26 | 70 | 220 | 125 | 75 | 0 | 54 | 337 | 111 | 41 |
| Binary | 10110 | 111000 | 10010000 | 1010101 | 111101 | 0 | 101100 | 11011111 | 1001001 | 100001 |
Color Harmonies of #163890
Complementary color
Monochromatic Colors of #163890
Black with #163890
Text Example
Text Example
White with #163890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163890; }
p { color: rgb(22,56,144); }
H1.HeaderClassName
{
color: #163890;
}
.AnyTagClassName
{
color: #163890;
}
</style>
background-color css
<style>
a { background-color: #163890; }
a { background-color: rgb(22,56,144); }
div.DivClassName
{
background-color: #163890;
}
.BgClassName
{
background-color: #163890;
}
</style>
border-color css
<style>
span { border-color: #163890; }
span { border-color: rgb(22,56,144); }
td.TdClassName
{
border-color: #163890;
}
.TagClassName
{
border-color: #163890;
}
</style>