Shades of Egyptian Blue #163A90
Tints of Egyptian Blue #163A90
RGB
CMYK
RGB Variations
Color information
#163A90 (or 0x163A90) is known color: Egyptian Blue. HEX triplet: 16, 3A and 90. RGB value is (22,58,144). Sum of RGB (Red+Green+Blue) = 22+58+144=224 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.82% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 144 (56.64% from 255 or 64.29% from 224); Max value from RGB is 144 - color contains mainly: blue. Hex color #163A90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163A90 is #E9C56F. Grayscale: #383838. Windows color (decimal): -15320432 or 9452054. OLE color: 9452054.
HSL color Cylindrical-coordinate representation of color #163A90: hue angle of 222.3º 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 #163A90 is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 58 | 144 | - |
| CMYK | 0.85 | 0.60 | 0 | 0.44 |
| HSL | 222.3º | 0.73% | 0.33% | - |
| HSV(B) | 222.3º | 0.85% | 0.56% | - |
| XYZ | 6.88 | 5.21 | 27.03 | - |
| YUV | 57.04 | 177.07 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 58 | 144 | 0.85 | 0.60 | 0 | 0.44 | 222.3 | 0.73 | 0.33 |
| Hex | 16 | 3A | 90 | 55 | 3C | 0 | 2C | DE | 49 | 21 |
| Octal | 26 | 72 | 220 | 125 | 74 | 0 | 54 | 336 | 111 | 41 |
| Binary | 10110 | 111010 | 10010000 | 1010101 | 111100 | 0 | 101100 | 11011110 | 1001001 | 100001 |
Color Harmonies of #163A90
Complementary color
Monochromatic Colors of #163A90
Black with #163A90
Text Example
Text Example
White with #163A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163A90; }
p { color: rgb(22,58,144); }
H1.HeaderClassName
{
color: #163A90;
}
.AnyTagClassName
{
color: #163A90;
}
</style>
background-color css
<style>
a { background-color: #163A90; }
a { background-color: rgb(22,58,144); }
div.DivClassName
{
background-color: #163A90;
}
.BgClassName
{
background-color: #163A90;
}
</style>
border-color css
<style>
span { border-color: #163A90; }
span { border-color: rgb(22,58,144); }
td.TdClassName
{
border-color: #163A90;
}
.TagClassName
{
border-color: #163A90;
}
</style>