Shades of Egyptian Blue #1629AB
Tints of Egyptian Blue #1629AB
RGB
CMYK
RGB Variations
Color information
#1629AB (or 0x1629AB) is known color: Egyptian Blue. HEX triplet: 16, 29 and AB. RGB value is (22,41,171). Sum of RGB (Red+Green+Blue) = 22+41+171=234 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.40% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 171 (67.19% from 255 or 73.08% from 234); Max value from RGB is 171 - color contains mainly: blue. Hex color #1629AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1629AB is #E9D654. Grayscale: #313131. Windows color (decimal): -15324757 or 11217174. OLE color: 11217174.
HSL color Cylindrical-coordinate representation of color #1629AB: hue angle of 232.35º 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 #1629AB is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 41 | 171 | - |
| CMYK | 0.87 | 0.76 | 0 | 0.33 |
| HSL | 232.35º | 0.77% | 0.38% | - |
| HSV(B) | 232.35º | 0.87% | 0.67% | - |
| XYZ | 8.47 | 4.7 | 38.99 | - |
| YUV | 50.14 | 196.21 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 41 | 171 | 0.87 | 0.76 | 0 | 0.33 | 232.35 | 0.77 | 0.38 |
| Hex | 16 | 29 | AB | 57 | 4C | 0 | 21 | E8 | 4D | 26 |
| Octal | 26 | 51 | 253 | 127 | 114 | 0 | 41 | 350 | 115 | 46 |
| Binary | 10110 | 101001 | 10101011 | 1010111 | 1001100 | 0 | 100001 | 11101000 | 1001101 | 100110 |
Color Harmonies of #1629AB
Complementary color
Monochromatic Colors of #1629AB
Black with #1629AB
Text Example
Text Example
White with #1629AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1629AB; }
p { color: rgb(22,41,171); }
H1.HeaderClassName
{
color: #1629AB;
}
.AnyTagClassName
{
color: #1629AB;
}
</style>
background-color css
<style>
a { background-color: #1629AB; }
a { background-color: rgb(22,41,171); }
div.DivClassName
{
background-color: #1629AB;
}
.BgClassName
{
background-color: #1629AB;
}
</style>
border-color css
<style>
span { border-color: #1629AB; }
span { border-color: rgb(22,41,171); }
td.TdClassName
{
border-color: #1629AB;
}
.TagClassName
{
border-color: #1629AB;
}
</style>