Shades of Egyptian Blue #1629AD
Tints of Egyptian Blue #1629AD
RGB
CMYK
RGB Variations
Color information
#1629AD (or 0x1629AD) is known color: Egyptian Blue. HEX triplet: 16, 29 and AD. RGB value is (22,41,173). Sum of RGB (Red+Green+Blue) = 22+41+173=236 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.32% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 173 (67.97% from 255 or 73.31% from 236); Max value from RGB is 173 - color contains mainly: blue. Hex color #1629AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1629AD is #E9D652. Grayscale: #313131. Windows color (decimal): -15324755 or 11348246. OLE color: 11348246.
HSL color Cylindrical-coordinate representation of color #1629AD: hue angle of 232.45º 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 #1629AD is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 22 | 41 | 173 | - |
| CMYK | 0.87 | 0.76 | 0 | 0.32 |
| HSL | 232.45º | 0.77% | 0.38% | - |
| HSV(B) | 232.45º | 0.87% | 0.68% | - |
| XYZ | 8.67 | 4.77 | 40 | - |
| YUV | 50.37 | 197.21 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 41 | 173 | 0.87 | 0.76 | 0 | 0.32 | 232.45 | 0.77 | 0.38 |
| Hex | 16 | 29 | AD | 57 | 4C | 0 | 20 | E8 | 4D | 26 |
| Octal | 26 | 51 | 255 | 127 | 114 | 0 | 40 | 350 | 115 | 46 |
| Binary | 10110 | 101001 | 10101101 | 1010111 | 1001100 | 0 | 100000 | 11101000 | 1001101 | 100110 |
Color Harmonies of #1629AD
Complementary color
Monochromatic Colors of #1629AD
Black with #1629AD
Text Example
Text Example
White with #1629AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1629AD; }
p { color: rgb(22,41,173); }
H1.HeaderClassName
{
color: #1629AD;
}
.AnyTagClassName
{
color: #1629AD;
}
</style>
background-color css
<style>
a { background-color: #1629AD; }
a { background-color: rgb(22,41,173); }
div.DivClassName
{
background-color: #1629AD;
}
.BgClassName
{
background-color: #1629AD;
}
</style>
border-color css
<style>
span { border-color: #1629AD; }
span { border-color: rgb(22,41,173); }
td.TdClassName
{
border-color: #1629AD;
}
.TagClassName
{
border-color: #1629AD;
}
</style>