Shades of Egyptian Blue #1322AE
Tints of Egyptian Blue #1322AE
RGB
CMYK
RGB Variations
Color information
#1322AE (or 0x1322AE) is known color: Egyptian Blue. HEX triplet: 13, 22 and AE. RGB value is (19,34,174). Sum of RGB (Red+Green+Blue) = 19+34+174=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 174 (68.36% from 255 or 76.65% from 227); Max value from RGB is 174 - color contains mainly: blue. Hex color #1322AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1322AE is #ECDD51. Grayscale: #2C2C2C. Windows color (decimal): -15523154 or 11411987. OLE color: 11411987.
HSL color Cylindrical-coordinate representation of color #1322AE: hue angle of 234.19º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1322AE is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 34 | 174 | - |
| CMYK | 0.89 | 0.80 | 0 | 0.32 |
| HSL | 234.19º | 0.8% | 0.38% | - |
| HSV(B) | 234.19º | 0.89% | 0.68% | - |
| XYZ | 8.48 | 4.34 | 40.43 | - |
| YUV | 45.48 | 200.53 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 34 | 174 | 0.89 | 0.80 | 0 | 0.32 | 234.19 | 0.8 | 0.38 |
| Hex | 13 | 22 | AE | 59 | 50 | 0 | 20 | EA | 50 | 26 |
| Octal | 23 | 42 | 256 | 131 | 120 | 0 | 40 | 352 | 120 | 46 |
| Binary | 10011 | 100010 | 10101110 | 1011001 | 1010000 | 0 | 100000 | 11101010 | 1010000 | 100110 |
Color Harmonies of #1322AE
Complementary color
Monochromatic Colors of #1322AE
Black with #1322AE
Text Example
Text Example
White with #1322AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1322AE; }
p { color: rgb(19,34,174); }
H1.HeaderClassName
{
color: #1322AE;
}
.AnyTagClassName
{
color: #1322AE;
}
</style>
background-color css
<style>
a { background-color: #1322AE; }
a { background-color: rgb(19,34,174); }
div.DivClassName
{
background-color: #1322AE;
}
.BgClassName
{
background-color: #1322AE;
}
</style>
border-color css
<style>
span { border-color: #1322AE; }
span { border-color: rgb(19,34,174); }
td.TdClassName
{
border-color: #1322AE;
}
.TagClassName
{
border-color: #1322AE;
}
</style>