Shades of Egyptian Blue #1628AA
Tints of Egyptian Blue #1628AA
RGB
CMYK
RGB Variations
Color information
#1628AA (or 0x1628AA) is known color: Egyptian Blue. HEX triplet: 16, 28 and AA. RGB value is (22,40,170). Sum of RGB (Red+Green+Blue) = 22+40+170=232 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.48% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 170 (66.80% from 255 or 73.28% from 232); Max value from RGB is 170 - color contains mainly: blue. Hex color #1628AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1628AA is #E9D755. Grayscale: #303030. Windows color (decimal): -15325014 or 11151382. OLE color: 11151382.
HSL color Cylindrical-coordinate representation of color #1628AA: hue angle of 232.7º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1628AA is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 40 | 170 | - |
| CMYK | 0.87 | 0.76 | 0 | 0.33 |
| HSL | 232.7º | 0.77% | 0.38% | - |
| HSV(B) | 232.7º | 0.87% | 0.67% | - |
| XYZ | 8.35 | 4.59 | 38.48 | - |
| YUV | 49.44 | 196.04 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 40 | 170 | 0.87 | 0.76 | 0 | 0.33 | 232.7 | 0.77 | 0.38 |
| Hex | 16 | 28 | AA | 57 | 4C | 0 | 21 | E9 | 4D | 26 |
| Octal | 26 | 50 | 252 | 127 | 114 | 0 | 41 | 351 | 115 | 46 |
| Binary | 10110 | 101000 | 10101010 | 1010111 | 1001100 | 0 | 100001 | 11101001 | 1001101 | 100110 |
Color Harmonies of #1628AA
Complementary color
Monochromatic Colors of #1628AA
Black with #1628AA
Text Example
Text Example
White with #1628AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1628AA; }
p { color: rgb(22,40,170); }
H1.HeaderClassName
{
color: #1628AA;
}
.AnyTagClassName
{
color: #1628AA;
}
</style>
background-color css
<style>
a { background-color: #1628AA; }
a { background-color: rgb(22,40,170); }
div.DivClassName
{
background-color: #1628AA;
}
.BgClassName
{
background-color: #1628AA;
}
</style>
border-color css
<style>
span { border-color: #1628AA; }
span { border-color: rgb(22,40,170); }
td.TdClassName
{
border-color: #1628AA;
}
.TagClassName
{
border-color: #1628AA;
}
</style>