Shades of Egyptian Blue #1624A2
Tints of Egyptian Blue #1624A2
RGB
CMYK
RGB Variations
Color information
#1624A2 (or 0x1624A2) is known color: Egyptian Blue. HEX triplet: 16, 24 and A2. RGB value is (22,36,162). Sum of RGB (Red+Green+Blue) = 22+36+162=220 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 162 (63.67% from 255 or 73.64% from 220); Max value from RGB is 162 - color contains mainly: blue. Hex color #1624A2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1624A2 is #E9DB5D. Grayscale: #2D2D2D. Windows color (decimal): -15326046 or 10626070. OLE color: 10626070.
HSL color Cylindrical-coordinate representation of color #1624A2: hue angle of 234º 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 #1624A2 is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 22 | 36 | 162 | - |
| CMYK | 0.86 | 0.78 | 0 | 0.36 |
| HSL | 234º | 0.76% | 0.36% | - |
| HSV(B) | 234º | 0.86% | 0.64% | - |
| XYZ | 7.48 | 4.04 | 34.57 | - |
| YUV | 46.18 | 193.36 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 36 | 162 | 0.86 | 0.78 | 0 | 0.36 | 234 | 0.76 | 0.36 |
| Hex | 16 | 24 | A2 | 56 | 4E | 0 | 24 | EA | 4C | 24 |
| Octal | 26 | 44 | 242 | 126 | 116 | 0 | 44 | 352 | 114 | 44 |
| Binary | 10110 | 100100 | 10100010 | 1010110 | 1001110 | 0 | 100100 | 11101010 | 1001100 | 100100 |
Color Harmonies of #1624A2
Complementary color
Monochromatic Colors of #1624A2
Black with #1624A2
Text Example
Text Example
White with #1624A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1624A2; }
p { color: rgb(22,36,162); }
H1.HeaderClassName
{
color: #1624A2;
}
.AnyTagClassName
{
color: #1624A2;
}
</style>
background-color css
<style>
a { background-color: #1624A2; }
a { background-color: rgb(22,36,162); }
div.DivClassName
{
background-color: #1624A2;
}
.BgClassName
{
background-color: #1624A2;
}
</style>
border-color css
<style>
span { border-color: #1624A2; }
span { border-color: rgb(22,36,162); }
td.TdClassName
{
border-color: #1624A2;
}
.TagClassName
{
border-color: #1624A2;
}
</style>