Shades of Egyptian Blue #1629A7
Tints of Egyptian Blue #1629A7
RGB
CMYK
RGB Variations
Color information
#1629A7 (or 0x1629A7) is known color: Egyptian Blue. HEX triplet: 16, 29 and A7. RGB value is (22,41,167). Sum of RGB (Red+Green+Blue) = 22+41+167=230 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.57% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 167 (65.62% from 255 or 72.61% from 230); Max value from RGB is 167 - color contains mainly: blue. Hex color #1629A7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1629A7 is #E9D658. Grayscale: #313131. Windows color (decimal): -15324761 or 10955030. OLE color: 10955030.
HSL color Cylindrical-coordinate representation of color #1629A7: hue angle of 232.14º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1629A7 is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 22 | 41 | 167 | - |
| CMYK | 0.87 | 0.75 | 0 | 0.35 |
| HSL | 232.14º | 0.77% | 0.37% | - |
| HSV(B) | 232.14º | 0.87% | 0.65% | - |
| XYZ | 8.1 | 4.55 | 37.01 | - |
| YUV | 49.68 | 194.21 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 41 | 167 | 0.87 | 0.75 | 0 | 0.35 | 232.14 | 0.77 | 0.37 |
| Hex | 16 | 29 | A7 | 57 | 4B | 0 | 23 | E8 | 4D | 25 |
| Octal | 26 | 51 | 247 | 127 | 113 | 0 | 43 | 350 | 115 | 45 |
| Binary | 10110 | 101001 | 10100111 | 1010111 | 1001011 | 0 | 100011 | 11101000 | 1001101 | 100101 |
Color Harmonies of #1629A7
Complementary color
Monochromatic Colors of #1629A7
Black with #1629A7
Text Example
Text Example
White with #1629A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1629A7; }
p { color: rgb(22,41,167); }
H1.HeaderClassName
{
color: #1629A7;
}
.AnyTagClassName
{
color: #1629A7;
}
</style>
background-color css
<style>
a { background-color: #1629A7; }
a { background-color: rgb(22,41,167); }
div.DivClassName
{
background-color: #1629A7;
}
.BgClassName
{
background-color: #1629A7;
}
</style>
border-color css
<style>
span { border-color: #1629A7; }
span { border-color: rgb(22,41,167); }
td.TdClassName
{
border-color: #1629A7;
}
.TagClassName
{
border-color: #1629A7;
}
</style>