Shades of Egyptian Blue #163F91
Tints of Egyptian Blue #163F91
RGB
CMYK
RGB Variations
Color information
#163F91 (or 0x163F91) is known color: Egyptian Blue. HEX triplet: 16, 3F and 91. RGB value is (22,63,145). Sum of RGB (Red+Green+Blue) = 22+63+145=230 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.57% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 145 (57.03% from 255 or 63.04% from 230); Max value from RGB is 145 - color contains mainly: blue. Hex color #163F91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163F91 is #E9C06E. Grayscale: #3B3B3B. Windows color (decimal): -15319151 or 9518870. OLE color: 9518870.
HSL color Cylindrical-coordinate representation of color #163F91: hue angle of 220º 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 #163F91 is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 63 | 145 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.43 |
| HSL | 220º | 0.74% | 0.33% | - |
| HSV(B) | 220º | 0.85% | 0.57% | - |
| XYZ | 7.22 | 5.77 | 27.52 | - |
| YUV | 60.09 | 175.92 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 145 | 0.85 | 0.57 | 0 | 0.43 | 220 | 0.74 | 0.33 |
| Hex | 16 | 3F | 91 | 55 | 39 | 0 | 2B | DC | 4A | 21 |
| Octal | 26 | 77 | 221 | 125 | 71 | 0 | 53 | 334 | 112 | 41 |
| Binary | 10110 | 111111 | 10010001 | 1010101 | 111001 | 0 | 101011 | 11011100 | 1001010 | 100001 |
Color Harmonies of #163F91
Complementary color
Monochromatic Colors of #163F91
Black with #163F91
Text Example
Text Example
White with #163F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163F91; }
p { color: rgb(22,63,145); }
H1.HeaderClassName
{
color: #163F91;
}
.AnyTagClassName
{
color: #163F91;
}
</style>
background-color css
<style>
a { background-color: #163F91; }
a { background-color: rgb(22,63,145); }
div.DivClassName
{
background-color: #163F91;
}
.BgClassName
{
background-color: #163F91;
}
</style>
border-color css
<style>
span { border-color: #163F91; }
span { border-color: rgb(22,63,145); }
td.TdClassName
{
border-color: #163F91;
}
.TagClassName
{
border-color: #163F91;
}
</style>