Shades of Egyptian Blue #1624AB
Tints of Egyptian Blue #1624AB
RGB
CMYK
RGB Variations
Color information
#1624AB (or 0x1624AB) is known color: Egyptian Blue. HEX triplet: 16, 24 and AB. RGB value is (22,36,171). Sum of RGB (Red+Green+Blue) = 22+36+171=229 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.61% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 171 (67.19% from 255 or 74.67% from 229); Max value from RGB is 171 - color contains mainly: blue. Hex color #1624AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1624AB is #E9DB54. Grayscale: #2E2E2E. Windows color (decimal): -15326037 or 11215894. OLE color: 11215894.
HSL color Cylindrical-coordinate representation of color #1624AB: hue angle of 234.36º 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 #1624AB is Cyan = 0.87, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 36 | 171 | - |
| CMYK | 0.87 | 0.79 | 0 | 0.33 |
| HSL | 234.36º | 0.77% | 0.38% | - |
| HSV(B) | 234.36º | 0.87% | 0.67% | - |
| XYZ | 8.31 | 4.37 | 38.93 | - |
| YUV | 47.2 | 197.86 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 36 | 171 | 0.87 | 0.79 | 0 | 0.33 | 234.36 | 0.77 | 0.38 |
| Hex | 16 | 24 | AB | 57 | 4F | 0 | 21 | EA | 4D | 26 |
| Octal | 26 | 44 | 253 | 127 | 117 | 0 | 41 | 352 | 115 | 46 |
| Binary | 10110 | 100100 | 10101011 | 1010111 | 1001111 | 0 | 100001 | 11101010 | 1001101 | 100110 |
Color Harmonies of #1624AB
Complementary color
Monochromatic Colors of #1624AB
Black with #1624AB
Text Example
Text Example
White with #1624AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1624AB; }
p { color: rgb(22,36,171); }
H1.HeaderClassName
{
color: #1624AB;
}
.AnyTagClassName
{
color: #1624AB;
}
</style>
background-color css
<style>
a { background-color: #1624AB; }
a { background-color: rgb(22,36,171); }
div.DivClassName
{
background-color: #1624AB;
}
.BgClassName
{
background-color: #1624AB;
}
</style>
border-color css
<style>
span { border-color: #1624AB; }
span { border-color: rgb(22,36,171); }
td.TdClassName
{
border-color: #1624AB;
}
.TagClassName
{
border-color: #1624AB;
}
</style>