Shades of Egyptian Blue #1641AB
Tints of Egyptian Blue #1641AB
RGB
CMYK
RGB Variations
Color information
#1641AB (or 0x1641AB) is known color: Egyptian Blue. HEX triplet: 16, 41 and AB. RGB value is (22,65,171). Sum of RGB (Red+Green+Blue) = 22+65+171=258 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.53% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 171 (67.19% from 255 or 66.28% from 258); Max value from RGB is 171 - color contains mainly: blue. Hex color #1641AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1641AB is #E9BE54. Grayscale: #3F3F3F. Windows color (decimal): -15318613 or 11223318. OLE color: 11223318.
HSL color Cylindrical-coordinate representation of color #1641AB: hue angle of 222.68º 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 #1641AB is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 65 | 171 | - |
| CMYK | 0.87 | 0.62 | 0 | 0.33 |
| HSL | 222.68º | 0.77% | 0.38% | - |
| HSV(B) | 222.68º | 0.87% | 0.67% | - |
| XYZ | 9.57 | 6.89 | 39.35 | - |
| YUV | 64.23 | 188.25 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 65 | 171 | 0.87 | 0.62 | 0 | 0.33 | 222.68 | 0.77 | 0.38 |
| Hex | 16 | 41 | AB | 57 | 3E | 0 | 21 | DF | 4D | 26 |
| Octal | 26 | 101 | 253 | 127 | 76 | 0 | 41 | 337 | 115 | 46 |
| Binary | 10110 | 1000001 | 10101011 | 1010111 | 111110 | 0 | 100001 | 11011111 | 1001101 | 100110 |
Color Harmonies of #1641AB
Complementary color
Monochromatic Colors of #1641AB
Black with #1641AB
Text Example
Text Example
White with #1641AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1641AB; }
p { color: rgb(22,65,171); }
H1.HeaderClassName
{
color: #1641AB;
}
.AnyTagClassName
{
color: #1641AB;
}
</style>
background-color css
<style>
a { background-color: #1641AB; }
a { background-color: rgb(22,65,171); }
div.DivClassName
{
background-color: #1641AB;
}
.BgClassName
{
background-color: #1641AB;
}
</style>
border-color css
<style>
span { border-color: #1641AB; }
span { border-color: rgb(22,65,171); }
td.TdClassName
{
border-color: #1641AB;
}
.TagClassName
{
border-color: #1641AB;
}
</style>