Shades of Egyptian Blue #1632AB
Tints of Egyptian Blue #1632AB
RGB
CMYK
RGB Variations
Color information
#1632AB (or 0x1632AB) is known color: Egyptian Blue. HEX triplet: 16, 32 and AB. RGB value is (22,50,171). Sum of RGB (Red+Green+Blue) = 22+50+171=243 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.05% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 171 (67.19% from 255 or 70.37% from 243); Max value from RGB is 171 - color contains mainly: blue. Hex color #1632AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1632AB is #E9CD54. Grayscale: #363636. Windows color (decimal): -15322453 or 11219478. OLE color: 11219478.
HSL color Cylindrical-coordinate representation of color #1632AB: hue angle of 228.72º 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 #1632AB is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 50 | 171 | - |
| CMYK | 0.87 | 0.71 | 0 | 0.33 |
| HSL | 228.72º | 0.77% | 0.38% | - |
| HSV(B) | 228.72º | 0.87% | 0.67% | - |
| XYZ | 8.82 | 5.39 | 39.1 | - |
| YUV | 55.42 | 193.22 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 50 | 171 | 0.87 | 0.71 | 0 | 0.33 | 228.72 | 0.77 | 0.38 |
| Hex | 16 | 32 | AB | 57 | 47 | 0 | 21 | E5 | 4D | 26 |
| Octal | 26 | 62 | 253 | 127 | 107 | 0 | 41 | 345 | 115 | 46 |
| Binary | 10110 | 110010 | 10101011 | 1010111 | 1000111 | 0 | 100001 | 11100101 | 1001101 | 100110 |
Color Harmonies of #1632AB
Complementary color
Monochromatic Colors of #1632AB
Black with #1632AB
Text Example
Text Example
White with #1632AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1632AB; }
p { color: rgb(22,50,171); }
H1.HeaderClassName
{
color: #1632AB;
}
.AnyTagClassName
{
color: #1632AB;
}
</style>
background-color css
<style>
a { background-color: #1632AB; }
a { background-color: rgb(22,50,171); }
div.DivClassName
{
background-color: #1632AB;
}
.BgClassName
{
background-color: #1632AB;
}
</style>
border-color css
<style>
span { border-color: #1632AB; }
span { border-color: rgb(22,50,171); }
td.TdClassName
{
border-color: #1632AB;
}
.TagClassName
{
border-color: #1632AB;
}
</style>