Shades of Egyptian Blue #163E90
Tints of Egyptian Blue #163E90
RGB
CMYK
RGB Variations
Color information
#163E90 (or 0x163E90) is known color: Egyptian Blue. HEX triplet: 16, 3E and 90. RGB value is (22,62,144). Sum of RGB (Red+Green+Blue) = 22+62+144=228 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.65% from 228); Green value is 62 (24.61% from 255 or 27.19% from 228); Blue value is 144 (56.64% from 255 or 63.16% from 228); Max value from RGB is 144 - color contains mainly: blue. Hex color #163E90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163E90 is #E9C16F. Grayscale: #3B3B3B. Windows color (decimal): -15319408 or 9453078. OLE color: 9453078.
HSL color Cylindrical-coordinate representation of color #163E90: hue angle of 220.33º 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 #163E90 is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 62 | 144 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.44 |
| HSL | 220.33º | 0.73% | 0.33% | - |
| HSV(B) | 220.33º | 0.85% | 0.56% | - |
| XYZ | 7.09 | 5.63 | 27.1 | - |
| YUV | 59.39 | 175.75 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 62 | 144 | 0.85 | 0.57 | 0 | 0.44 | 220.33 | 0.73 | 0.33 |
| Hex | 16 | 3E | 90 | 55 | 39 | 0 | 2C | DC | 49 | 21 |
| Octal | 26 | 76 | 220 | 125 | 71 | 0 | 54 | 334 | 111 | 41 |
| Binary | 10110 | 111110 | 10010000 | 1010101 | 111001 | 0 | 101100 | 11011100 | 1001001 | 100001 |
Color Harmonies of #163E90
Complementary color
Monochromatic Colors of #163E90
Black with #163E90
Text Example
Text Example
White with #163E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163E90; }
p { color: rgb(22,62,144); }
H1.HeaderClassName
{
color: #163E90;
}
.AnyTagClassName
{
color: #163E90;
}
</style>
background-color css
<style>
a { background-color: #163E90; }
a { background-color: rgb(22,62,144); }
div.DivClassName
{
background-color: #163E90;
}
.BgClassName
{
background-color: #163E90;
}
</style>
border-color css
<style>
span { border-color: #163E90; }
span { border-color: rgb(22,62,144); }
td.TdClassName
{
border-color: #163E90;
}
.TagClassName
{
border-color: #163E90;
}
</style>