Shades of Egyptian Blue #1629A0
Tints of Egyptian Blue #1629A0
RGB
CMYK
RGB Variations
Color information
#1629A0 (or 0x1629A0) is known color: Egyptian Blue. HEX triplet: 16, 29 and A0. RGB value is (22,41,160). Sum of RGB (Red+Green+Blue) = 22+41+160=223 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.87% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 160 (62.89% from 255 or 71.75% from 223); Max value from RGB is 160 - color contains mainly: blue. Hex color #1629A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1629A0 is #E9D65F. Grayscale: #303030. Windows color (decimal): -15324768 or 10496278. OLE color: 10496278.
HSL color Cylindrical-coordinate representation of color #1629A0: hue angle of 231.74º 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 #1629A0 is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 22 | 41 | 160 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.37 |
| HSL | 231.74º | 0.76% | 0.36% | - |
| HSV(B) | 231.74º | 0.86% | 0.63% | - |
| XYZ | 7.47 | 4.29 | 33.69 | - |
| YUV | 48.89 | 190.71 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 41 | 160 | 0.86 | 0.74 | 0 | 0.37 | 231.74 | 0.76 | 0.36 |
| Hex | 16 | 29 | A0 | 56 | 4A | 0 | 25 | E8 | 4C | 24 |
| Octal | 26 | 51 | 240 | 126 | 112 | 0 | 45 | 350 | 114 | 44 |
| Binary | 10110 | 101001 | 10100000 | 1010110 | 1001010 | 0 | 100101 | 11101000 | 1001100 | 100100 |
Color Harmonies of #1629A0
Complementary color
Monochromatic Colors of #1629A0
Black with #1629A0
Text Example
Text Example
White with #1629A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1629A0; }
p { color: rgb(22,41,160); }
H1.HeaderClassName
{
color: #1629A0;
}
.AnyTagClassName
{
color: #1629A0;
}
</style>
background-color css
<style>
a { background-color: #1629A0; }
a { background-color: rgb(22,41,160); }
div.DivClassName
{
background-color: #1629A0;
}
.BgClassName
{
background-color: #1629A0;
}
</style>
border-color css
<style>
span { border-color: #1629A0; }
span { border-color: rgb(22,41,160); }
td.TdClassName
{
border-color: #1629A0;
}
.TagClassName
{
border-color: #1629A0;
}
</style>