Shades of Egyptian Blue #1629A1
Tints of Egyptian Blue #1629A1
RGB
CMYK
RGB Variations
Color information
#1629A1 (or 0x1629A1) is known color: Egyptian Blue. HEX triplet: 16, 29 and A1. RGB value is (22,41,161). Sum of RGB (Red+Green+Blue) = 22+41+161=224 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.82% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 161 (63.28% from 255 or 71.88% from 224); Max value from RGB is 161 - color contains mainly: blue. Hex color #1629A1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1629A1 is #E9D65E. Grayscale: #303030. Windows color (decimal): -15324767 or 10561814. OLE color: 10561814.
HSL color Cylindrical-coordinate representation of color #1629A1: hue angle of 231.8º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1629A1 is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 22 | 41 | 161 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.37 |
| HSL | 231.8º | 0.76% | 0.36% | - |
| HSV(B) | 231.8º | 0.86% | 0.63% | - |
| XYZ | 7.56 | 4.33 | 34.16 | - |
| YUV | 49 | 191.21 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 41 | 161 | 0.86 | 0.75 | 0 | 0.37 | 231.8 | 0.76 | 0.36 |
| Hex | 16 | 29 | A1 | 56 | 4B | 0 | 25 | E8 | 4C | 24 |
| Octal | 26 | 51 | 241 | 126 | 113 | 0 | 45 | 350 | 114 | 44 |
| Binary | 10110 | 101001 | 10100001 | 1010110 | 1001011 | 0 | 100101 | 11101000 | 1001100 | 100100 |
Color Harmonies of #1629A1
Complementary color
Monochromatic Colors of #1629A1
Black with #1629A1
Text Example
Text Example
White with #1629A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1629A1; }
p { color: rgb(22,41,161); }
H1.HeaderClassName
{
color: #1629A1;
}
.AnyTagClassName
{
color: #1629A1;
}
</style>
background-color css
<style>
a { background-color: #1629A1; }
a { background-color: rgb(22,41,161); }
div.DivClassName
{
background-color: #1629A1;
}
.BgClassName
{
background-color: #1629A1;
}
</style>
border-color css
<style>
span { border-color: #1629A1; }
span { border-color: rgb(22,41,161); }
td.TdClassName
{
border-color: #1629A1;
}
.TagClassName
{
border-color: #1629A1;
}
</style>