Shades of Egyptian Blue #1644AD
Tints of Egyptian Blue #1644AD
RGB
CMYK
RGB Variations
Color information
#1644AD (or 0x1644AD) is known color: Egyptian Blue. HEX triplet: 16, 44 and AD. RGB value is (22,68,173). Sum of RGB (Red+Green+Blue) = 22+68+173=263 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.37% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 173 (67.97% from 255 or 65.78% from 263); Max value from RGB is 173 - color contains mainly: blue. Hex color #1644AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1644AD is #E9BB52. Grayscale: #414141. Windows color (decimal): -15317843 or 11355158. OLE color: 11355158.
HSL color Cylindrical-coordinate representation of color #1644AD: hue angle of 221.72º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1644AD is Cyan = 0.87, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 22 | 68 | 173 | - |
| CMYK | 0.87 | 0.61 | 0 | 0.32 |
| HSL | 221.72º | 0.77% | 0.38% | - |
| HSV(B) | 221.72º | 0.87% | 0.68% | - |
| XYZ | 9.94 | 7.32 | 40.42 | - |
| YUV | 66.22 | 188.26 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 68 | 173 | 0.87 | 0.61 | 0 | 0.32 | 221.72 | 0.77 | 0.38 |
| Hex | 16 | 44 | AD | 57 | 3D | 0 | 20 | DE | 4D | 26 |
| Octal | 26 | 104 | 255 | 127 | 75 | 0 | 40 | 336 | 115 | 46 |
| Binary | 10110 | 1000100 | 10101101 | 1010111 | 111101 | 0 | 100000 | 11011110 | 1001101 | 100110 |
Color Harmonies of #1644AD
Complementary color
Monochromatic Colors of #1644AD
Black with #1644AD
Text Example
Text Example
White with #1644AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1644AD; }
p { color: rgb(22,68,173); }
H1.HeaderClassName
{
color: #1644AD;
}
.AnyTagClassName
{
color: #1644AD;
}
</style>
background-color css
<style>
a { background-color: #1644AD; }
a { background-color: rgb(22,68,173); }
div.DivClassName
{
background-color: #1644AD;
}
.BgClassName
{
background-color: #1644AD;
}
</style>
border-color css
<style>
span { border-color: #1644AD; }
span { border-color: rgb(22,68,173); }
td.TdClassName
{
border-color: #1644AD;
}
.TagClassName
{
border-color: #1644AD;
}
</style>