Shades of Egyptian Blue #163A93
Tints of Egyptian Blue #163A93
RGB
CMYK
RGB Variations
Color information
#163A93 (or 0x163A93) is known color: Egyptian Blue. HEX triplet: 16, 3A and 93. RGB value is (22,58,147). Sum of RGB (Red+Green+Blue) = 22+58+147=227 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.69% from 227); Green value is 58 (23.05% from 255 or 25.55% from 227); Blue value is 147 (57.81% from 255 or 64.76% from 227); Max value from RGB is 147 - color contains mainly: blue. Hex color #163A93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163A93 is #E9C56C. Grayscale: #383838. Windows color (decimal): -15320429 or 9648662. OLE color: 9648662.
HSL color Cylindrical-coordinate representation of color #163A93: hue angle of 222.72º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #163A93 is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 58 | 147 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.42 |
| HSL | 222.72º | 0.74% | 0.33% | - |
| HSV(B) | 222.72º | 0.85% | 0.58% | - |
| XYZ | 7.11 | 5.3 | 28.25 | - |
| YUV | 57.38 | 178.57 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 58 | 147 | 0.85 | 0.61 | 0 | 0.42 | 222.72 | 0.74 | 0.33 |
| Hex | 16 | 3A | 93 | 55 | 3D | 0 | 2A | DF | 4A | 21 |
| Octal | 26 | 72 | 223 | 125 | 75 | 0 | 52 | 337 | 112 | 41 |
| Binary | 10110 | 111010 | 10010011 | 1010101 | 111101 | 0 | 101010 | 11011111 | 1001010 | 100001 |
Color Harmonies of #163A93
Complementary color
Monochromatic Colors of #163A93
Black with #163A93
Text Example
Text Example
White with #163A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163A93; }
p { color: rgb(22,58,147); }
H1.HeaderClassName
{
color: #163A93;
}
.AnyTagClassName
{
color: #163A93;
}
</style>
background-color css
<style>
a { background-color: #163A93; }
a { background-color: rgb(22,58,147); }
div.DivClassName
{
background-color: #163A93;
}
.BgClassName
{
background-color: #163A93;
}
</style>
border-color css
<style>
span { border-color: #163A93; }
span { border-color: rgb(22,58,147); }
td.TdClassName
{
border-color: #163A93;
}
.TagClassName
{
border-color: #163A93;
}
</style>