Shades of Egyptian Blue #163494
Tints of Egyptian Blue #163494
RGB
CMYK
RGB Variations
Color information
#163494 (or 0x163494) is known color: Egyptian Blue. HEX triplet: 16, 34 and 94. RGB value is (22,52,148). Sum of RGB (Red+Green+Blue) = 22+52+148=222 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.91% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 148 (58.20% from 255 or 66.67% from 222); Max value from RGB is 148 - color contains mainly: blue. Hex color #163494 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163494 is #E9CB6B. Grayscale: #353535. Windows color (decimal): -15321964 or 9712662. OLE color: 9712662.
HSL color Cylindrical-coordinate representation of color #163494: hue angle of 225.71º 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 #163494 is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 52 | 148 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.42 |
| HSL | 225.71º | 0.74% | 0.33% | - |
| HSV(B) | 225.71º | 0.85% | 0.58% | - |
| XYZ | 6.9 | 4.76 | 28.57 | - |
| YUV | 53.97 | 181.06 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 52 | 148 | 0.85 | 0.65 | 0 | 0.42 | 225.71 | 0.74 | 0.33 |
| Hex | 16 | 34 | 94 | 55 | 41 | 0 | 2A | E2 | 4A | 21 |
| Octal | 26 | 64 | 224 | 125 | 101 | 0 | 52 | 342 | 112 | 41 |
| Binary | 10110 | 110100 | 10010100 | 1010101 | 1000001 | 0 | 101010 | 11100010 | 1001010 | 100001 |
Color Harmonies of #163494
Complementary color
Monochromatic Colors of #163494
Black with #163494
Text Example
Text Example
White with #163494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163494; }
p { color: rgb(22,52,148); }
H1.HeaderClassName
{
color: #163494;
}
.AnyTagClassName
{
color: #163494;
}
</style>
background-color css
<style>
a { background-color: #163494; }
a { background-color: rgb(22,52,148); }
div.DivClassName
{
background-color: #163494;
}
.BgClassName
{
background-color: #163494;
}
</style>
border-color css
<style>
span { border-color: #163494; }
span { border-color: rgb(22,52,148); }
td.TdClassName
{
border-color: #163494;
}
.TagClassName
{
border-color: #163494;
}
</style>