Shades of Egyptian Blue #163095
Tints of Egyptian Blue #163095
RGB
CMYK
RGB Variations
Color information
#163095 (or 0x163095) is known color: Egyptian Blue. HEX triplet: 16, 30 and 95. RGB value is (22,48,149). Sum of RGB (Red+Green+Blue) = 22+48+149=219 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10.05% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 149 (58.59% from 255 or 68.04% from 219); Max value from RGB is 149 - color contains mainly: blue. Hex color #163095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163095 is #E9CF6A. Grayscale: #333333. Windows color (decimal): -15322987 or 9777174. OLE color: 9777174.
HSL color Cylindrical-coordinate representation of color #163095: hue angle of 227.72º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #163095 is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 48 | 149 | - |
| CMYK | 0.85 | 0.68 | 0 | 0.42 |
| HSL | 227.72º | 0.74% | 0.34% | - |
| HSV(B) | 227.72º | 0.85% | 0.58% | - |
| XYZ | 6.81 | 4.45 | 28.93 | - |
| YUV | 51.74 | 182.89 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 48 | 149 | 0.85 | 0.68 | 0 | 0.42 | 227.72 | 0.74 | 0.34 |
| Hex | 16 | 30 | 95 | 55 | 44 | 0 | 2A | E4 | 4A | 22 |
| Octal | 26 | 60 | 225 | 125 | 104 | 0 | 52 | 344 | 112 | 42 |
| Binary | 10110 | 110000 | 10010101 | 1010101 | 1000100 | 0 | 101010 | 11100100 | 1001010 | 100010 |
Color Harmonies of #163095
Complementary color
Monochromatic Colors of #163095
Black with #163095
Text Example
Text Example
White with #163095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163095; }
p { color: rgb(22,48,149); }
H1.HeaderClassName
{
color: #163095;
}
.AnyTagClassName
{
color: #163095;
}
</style>
background-color css
<style>
a { background-color: #163095; }
a { background-color: rgb(22,48,149); }
div.DivClassName
{
background-color: #163095;
}
.BgClassName
{
background-color: #163095;
}
</style>
border-color css
<style>
span { border-color: #163095; }
span { border-color: rgb(22,48,149); }
td.TdClassName
{
border-color: #163095;
}
.TagClassName
{
border-color: #163095;
}
</style>