Shades of Egyptian Blue #163B93
Tints of Egyptian Blue #163B93
RGB
CMYK
RGB Variations
Color information
#163B93 (or 0x163B93) is known color: Egyptian Blue. HEX triplet: 16, 3B and 93. RGB value is (22,59,147). Sum of RGB (Red+Green+Blue) = 22+59+147=228 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.65% from 228); Green value is 59 (23.44% from 255 or 25.88% from 228); Blue value is 147 (57.81% from 255 or 64.47% from 228); Max value from RGB is 147 - color contains mainly: blue. Hex color #163B93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163B93 is #E9C46C. Grayscale: #393939. Windows color (decimal): -15320173 or 9648918. OLE color: 9648918.
HSL color Cylindrical-coordinate representation of color #163B93: hue angle of 222.24º 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 #163B93 is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 59 | 147 | - |
| CMYK | 0.85 | 0.60 | 0 | 0.42 |
| HSL | 222.24º | 0.74% | 0.33% | - |
| HSV(B) | 222.24º | 0.85% | 0.58% | - |
| XYZ | 7.16 | 5.41 | 28.27 | - |
| YUV | 57.97 | 178.24 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 59 | 147 | 0.85 | 0.60 | 0 | 0.42 | 222.24 | 0.74 | 0.33 |
| Hex | 16 | 3B | 93 | 55 | 3C | 0 | 2A | DE | 4A | 21 |
| Octal | 26 | 73 | 223 | 125 | 74 | 0 | 52 | 336 | 112 | 41 |
| Binary | 10110 | 111011 | 10010011 | 1010101 | 111100 | 0 | 101010 | 11011110 | 1001010 | 100001 |
Color Harmonies of #163B93
Complementary color
Monochromatic Colors of #163B93
Black with #163B93
Text Example
Text Example
White with #163B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163B93; }
p { color: rgb(22,59,147); }
H1.HeaderClassName
{
color: #163B93;
}
.AnyTagClassName
{
color: #163B93;
}
</style>
background-color css
<style>
a { background-color: #163B93; }
a { background-color: rgb(22,59,147); }
div.DivClassName
{
background-color: #163B93;
}
.BgClassName
{
background-color: #163B93;
}
</style>
border-color css
<style>
span { border-color: #163B93; }
span { border-color: rgb(22,59,147); }
td.TdClassName
{
border-color: #163B93;
}
.TagClassName
{
border-color: #163B93;
}
</style>