Shades of Egyptian Blue #1629AC
Tints of Egyptian Blue #1629AC
RGB
CMYK
RGB Variations
Color information
#1629AC (or 0x1629AC) is known color: Egyptian Blue. HEX triplet: 16, 29 and AC. RGB value is (22,41,172). Sum of RGB (Red+Green+Blue) = 22+41+172=235 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.36% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 172 (67.58% from 255 or 73.19% from 235); Max value from RGB is 172 - color contains mainly: blue. Hex color #1629AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1629AC is #E9D653. Grayscale: #313131. Windows color (decimal): -15324756 or 11282710. OLE color: 11282710.
HSL color Cylindrical-coordinate representation of color #1629AC: hue angle of 232.4º 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 #1629AC is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 41 | 172 | - |
| CMYK | 0.87 | 0.76 | 0 | 0.33 |
| HSL | 232.4º | 0.77% | 0.38% | - |
| HSV(B) | 232.4º | 0.87% | 0.67% | - |
| XYZ | 8.57 | 4.74 | 39.49 | - |
| YUV | 50.25 | 196.71 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 41 | 172 | 0.87 | 0.76 | 0 | 0.33 | 232.4 | 0.77 | 0.38 |
| Hex | 16 | 29 | AC | 57 | 4C | 0 | 21 | E8 | 4D | 26 |
| Octal | 26 | 51 | 254 | 127 | 114 | 0 | 41 | 350 | 115 | 46 |
| Binary | 10110 | 101001 | 10101100 | 1010111 | 1001100 | 0 | 100001 | 11101000 | 1001101 | 100110 |
Color Harmonies of #1629AC
Complementary color
Monochromatic Colors of #1629AC
Black with #1629AC
Text Example
Text Example
White with #1629AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1629AC; }
p { color: rgb(22,41,172); }
H1.HeaderClassName
{
color: #1629AC;
}
.AnyTagClassName
{
color: #1629AC;
}
</style>
background-color css
<style>
a { background-color: #1629AC; }
a { background-color: rgb(22,41,172); }
div.DivClassName
{
background-color: #1629AC;
}
.BgClassName
{
background-color: #1629AC;
}
</style>
border-color css
<style>
span { border-color: #1629AC; }
span { border-color: rgb(22,41,172); }
td.TdClassName
{
border-color: #1629AC;
}
.TagClassName
{
border-color: #1629AC;
}
</style>