Shades of Egyptian Blue #163BAE
Tints of Egyptian Blue #163BAE
RGB
CMYK
RGB Variations
Color information
#163BAE (or 0x163BAE) is known color: Egyptian Blue. HEX triplet: 16, 3B and AE. RGB value is (22,59,174). Sum of RGB (Red+Green+Blue) = 22+59+174=255 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.63% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 174 (68.36% from 255 or 68.24% from 255); Max value from RGB is 174 - color contains mainly: blue. Hex color #163BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163BAE is #E9C451. Grayscale: #3C3C3C. Windows color (decimal): -15320146 or 11418390. OLE color: 11418390.
HSL color Cylindrical-coordinate representation of color #163BAE: hue angle of 225.39º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #163BAE is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 22 | 59 | 174 | - |
| CMYK | 0.87 | 0.66 | 0 | 0.32 |
| HSL | 225.39º | 0.78% | 0.38% | - |
| HSV(B) | 225.39º | 0.87% | 0.68% | - |
| XYZ | 9.53 | 6.35 | 40.77 | - |
| YUV | 61.05 | 191.74 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 59 | 174 | 0.87 | 0.66 | 0 | 0.32 | 225.39 | 0.78 | 0.38 |
| Hex | 16 | 3B | AE | 57 | 42 | 0 | 20 | E1 | 4E | 26 |
| Octal | 26 | 73 | 256 | 127 | 102 | 0 | 40 | 341 | 116 | 46 |
| Binary | 10110 | 111011 | 10101110 | 1010111 | 1000010 | 0 | 100000 | 11100001 | 1001110 | 100110 |
Color Harmonies of #163BAE
Complementary color
Monochromatic Colors of #163BAE
Black with #163BAE
Text Example
Text Example
White with #163BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163BAE; }
p { color: rgb(22,59,174); }
H1.HeaderClassName
{
color: #163BAE;
}
.AnyTagClassName
{
color: #163BAE;
}
</style>
background-color css
<style>
a { background-color: #163BAE; }
a { background-color: rgb(22,59,174); }
div.DivClassName
{
background-color: #163BAE;
}
.BgClassName
{
background-color: #163BAE;
}
</style>
border-color css
<style>
span { border-color: #163BAE; }
span { border-color: rgb(22,59,174); }
td.TdClassName
{
border-color: #163BAE;
}
.TagClassName
{
border-color: #163BAE;
}
</style>