Shades of Egyptian Blue #163D91
Tints of Egyptian Blue #163D91
RGB
CMYK
RGB Variations
Color information
#163D91 (or 0x163D91) is known color: Egyptian Blue. HEX triplet: 16, 3D and 91. RGB value is (22,61,145). Sum of RGB (Red+Green+Blue) = 22+61+145=228 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.65% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 145 (57.03% from 255 or 63.60% from 228); Max value from RGB is 145 - color contains mainly: blue. Hex color #163D91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163D91 is #E9C26E. Grayscale: #3A3A3A. Windows color (decimal): -15319663 or 9518358. OLE color: 9518358.
HSL color Cylindrical-coordinate representation of color #163D91: hue angle of 220.98º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #163D91 is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 61 | 145 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.43 |
| HSL | 220.98º | 0.74% | 0.33% | - |
| HSV(B) | 220.98º | 0.85% | 0.57% | - |
| XYZ | 7.11 | 5.55 | 27.49 | - |
| YUV | 58.92 | 176.58 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 61 | 145 | 0.85 | 0.58 | 0 | 0.43 | 220.98 | 0.74 | 0.33 |
| Hex | 16 | 3D | 91 | 55 | 3A | 0 | 2B | DD | 4A | 21 |
| Octal | 26 | 75 | 221 | 125 | 72 | 0 | 53 | 335 | 112 | 41 |
| Binary | 10110 | 111101 | 10010001 | 1010101 | 111010 | 0 | 101011 | 11011101 | 1001010 | 100001 |
Color Harmonies of #163D91
Complementary color
Monochromatic Colors of #163D91
Black with #163D91
Text Example
Text Example
White with #163D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163D91; }
p { color: rgb(22,61,145); }
H1.HeaderClassName
{
color: #163D91;
}
.AnyTagClassName
{
color: #163D91;
}
</style>
background-color css
<style>
a { background-color: #163D91; }
a { background-color: rgb(22,61,145); }
div.DivClassName
{
background-color: #163D91;
}
.BgClassName
{
background-color: #163D91;
}
</style>
border-color css
<style>
span { border-color: #163D91; }
span { border-color: rgb(22,61,145); }
td.TdClassName
{
border-color: #163D91;
}
.TagClassName
{
border-color: #163D91;
}
</style>