Shades of Egyptian Blue #1220AE
Tints of Egyptian Blue #1220AE
RGB
CMYK
RGB Variations
Color information
#1220AE (or 0x1220AE) is known color: Egyptian Blue. HEX triplet: 12, 20 and AE. RGB value is (18,32,174). Sum of RGB (Red+Green+Blue) = 18+32+174=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 174 (68.36% from 255 or 77.68% from 224); Max value from RGB is 174 - color contains mainly: blue. Hex color #1220AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1220AE is #EDDF51. Grayscale: #2B2B2B. Windows color (decimal): -15589202 or 11411474. OLE color: 11411474.
HSL color Cylindrical-coordinate representation of color #1220AE: hue angle of 234.62º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1220AE is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 32 | 174 | - |
| CMYK | 0.90 | 0.82 | 0 | 0.32 |
| HSL | 234.62º | 0.81% | 0.38% | - |
| HSV(B) | 234.62º | 0.9% | 0.68% | - |
| XYZ | 8.41 | 4.22 | 40.42 | - |
| YUV | 44 | 201.36 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 32 | 174 | 0.90 | 0.82 | 0 | 0.32 | 234.62 | 0.81 | 0.38 |
| Hex | 12 | 20 | AE | 5A | 52 | 0 | 20 | EB | 51 | 26 |
| Octal | 22 | 40 | 256 | 132 | 122 | 0 | 40 | 353 | 121 | 46 |
| Binary | 10010 | 100000 | 10101110 | 1011010 | 1010010 | 0 | 100000 | 11101011 | 1010001 | 100110 |
Color Harmonies of #1220AE
Complementary color
Monochromatic Colors of #1220AE
Black with #1220AE
Text Example
Text Example
White with #1220AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1220AE; }
p { color: rgb(18,32,174); }
H1.HeaderClassName
{
color: #1220AE;
}
.AnyTagClassName
{
color: #1220AE;
}
</style>
background-color css
<style>
a { background-color: #1220AE; }
a { background-color: rgb(18,32,174); }
div.DivClassName
{
background-color: #1220AE;
}
.BgClassName
{
background-color: #1220AE;
}
</style>
border-color css
<style>
span { border-color: #1220AE; }
span { border-color: rgb(18,32,174); }
td.TdClassName
{
border-color: #1220AE;
}
.TagClassName
{
border-color: #1220AE;
}
</style>