Shades of Egyptian Blue #16499A
Tints of Egyptian Blue #16499A
RGB
CMYK
RGB Variations
Color information
#16499A (or 0x16499A) is known color: Egyptian Blue. HEX triplet: 16, 49 and 9A. RGB value is (22,73,154). Sum of RGB (Red+Green+Blue) = 22+73+154=249 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.84% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 154 (60.55% from 255 or 61.85% from 249); Max value from RGB is 154 - color contains mainly: blue. Hex color #16499A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16499A is #E9B665. Grayscale: #424242. Windows color (decimal): -15316582 or 10111254. OLE color: 10111254.
HSL color Cylindrical-coordinate representation of color #16499A: hue angle of 216.82º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16499A is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 22 | 73 | 154 | - |
| CMYK | 0.86 | 0.53 | 0 | 0.40 |
| HSL | 216.82º | 0.75% | 0.35% | - |
| HSV(B) | 216.82º | 0.86% | 0.6% | - |
| XYZ | 8.55 | 7.27 | 31.52 | - |
| YUV | 66.99 | 177.1 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 73 | 154 | 0.86 | 0.53 | 0 | 0.40 | 216.82 | 0.75 | 0.35 |
| Hex | 16 | 49 | 9A | 56 | 35 | 0 | 28 | D9 | 4B | 23 |
| Octal | 26 | 111 | 232 | 126 | 65 | 0 | 50 | 331 | 113 | 43 |
| Binary | 10110 | 1001001 | 10011010 | 1010110 | 110101 | 0 | 101000 | 11011001 | 1001011 | 100011 |
Color Harmonies of #16499A
Complementary color
Monochromatic Colors of #16499A
Black with #16499A
Text Example
Text Example
White with #16499A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16499A; }
p { color: rgb(22,73,154); }
H1.HeaderClassName
{
color: #16499A;
}
.AnyTagClassName
{
color: #16499A;
}
</style>
background-color css
<style>
a { background-color: #16499A; }
a { background-color: rgb(22,73,154); }
div.DivClassName
{
background-color: #16499A;
}
.BgClassName
{
background-color: #16499A;
}
</style>
border-color css
<style>
span { border-color: #16499A; }
span { border-color: rgb(22,73,154); }
td.TdClassName
{
border-color: #16499A;
}
.TagClassName
{
border-color: #16499A;
}
</style>