Shades of Egyptian Blue #163BA2
Tints of Egyptian Blue #163BA2
RGB
CMYK
RGB Variations
Color information
#163BA2 (or 0x163BA2) is known color: Egyptian Blue. HEX triplet: 16, 3B and A2. RGB value is (22,59,162). Sum of RGB (Red+Green+Blue) = 22+59+162=243 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.05% from 243); Green value is 59 (23.44% from 255 or 24.28% from 243); Blue value is 162 (63.67% from 255 or 66.67% from 243); Max value from RGB is 162 - color contains mainly: blue. Hex color #163BA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163BA2 is #E9C45D. Grayscale: #3B3B3B. Windows color (decimal): -15320158 or 10631958. OLE color: 10631958.
HSL color Cylindrical-coordinate representation of color #163BA2: hue angle of 224.14º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #163BA2 is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 22 | 59 | 162 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.36 |
| HSL | 224.14º | 0.76% | 0.36% | - |
| HSV(B) | 224.14º | 0.86% | 0.64% | - |
| XYZ | 8.42 | 5.91 | 34.88 | - |
| YUV | 59.68 | 185.74 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 59 | 162 | 0.86 | 0.64 | 0 | 0.36 | 224.14 | 0.76 | 0.36 |
| Hex | 16 | 3B | A2 | 56 | 40 | 0 | 24 | E0 | 4C | 24 |
| Octal | 26 | 73 | 242 | 126 | 100 | 0 | 44 | 340 | 114 | 44 |
| Binary | 10110 | 111011 | 10100010 | 1010110 | 1000000 | 0 | 100100 | 11100000 | 1001100 | 100100 |
Color Harmonies of #163BA2
Complementary color
Monochromatic Colors of #163BA2
Black with #163BA2
Text Example
Text Example
White with #163BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163BA2; }
p { color: rgb(22,59,162); }
H1.HeaderClassName
{
color: #163BA2;
}
.AnyTagClassName
{
color: #163BA2;
}
</style>
background-color css
<style>
a { background-color: #163BA2; }
a { background-color: rgb(22,59,162); }
div.DivClassName
{
background-color: #163BA2;
}
.BgClassName
{
background-color: #163BA2;
}
</style>
border-color css
<style>
span { border-color: #163BA2; }
span { border-color: rgb(22,59,162); }
td.TdClassName
{
border-color: #163BA2;
}
.TagClassName
{
border-color: #163BA2;
}
</style>