Shades of Egyptian Blue #1420AE
Tints of Egyptian Blue #1420AE
RGB
CMYK
RGB Variations
Color information
#1420AE (or 0x1420AE) is known color: Egyptian Blue. HEX triplet: 14, 20 and AE. RGB value is (20,32,174). Sum of RGB (Red+Green+Blue) = 20+32+174=226 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.85% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 174 (68.36% from 255 or 76.99% from 226); Max value from RGB is 174 - color contains mainly: blue. Hex color #1420AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1420AE is #EBDF51. Grayscale: #2C2C2C. Windows color (decimal): -15458130 or 11411476. OLE color: 11411476.
HSL color Cylindrical-coordinate representation of color #1420AE: hue angle of 235.32º degrees, saturation: 0.79, 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 #1420AE is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 32 | 174 | - |
| CMYK | 0.89 | 0.82 | 0 | 0.32 |
| HSL | 235.32º | 0.79% | 0.38% | - |
| HSV(B) | 235.32º | 0.89% | 0.68% | - |
| XYZ | 8.44 | 4.24 | 40.42 | - |
| YUV | 44.6 | 201.02 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 32 | 174 | 0.89 | 0.82 | 0 | 0.32 | 235.32 | 0.79 | 0.38 |
| Hex | 14 | 20 | AE | 59 | 52 | 0 | 20 | EB | 4F | 26 |
| Octal | 24 | 40 | 256 | 131 | 122 | 0 | 40 | 353 | 117 | 46 |
| Binary | 10100 | 100000 | 10101110 | 1011001 | 1010010 | 0 | 100000 | 11101011 | 1001111 | 100110 |
Color Harmonies of #1420AE
Complementary color
Monochromatic Colors of #1420AE
Black with #1420AE
Text Example
Text Example
White with #1420AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1420AE; }
p { color: rgb(20,32,174); }
H1.HeaderClassName
{
color: #1420AE;
}
.AnyTagClassName
{
color: #1420AE;
}
</style>
background-color css
<style>
a { background-color: #1420AE; }
a { background-color: rgb(20,32,174); }
div.DivClassName
{
background-color: #1420AE;
}
.BgClassName
{
background-color: #1420AE;
}
</style>
border-color css
<style>
span { border-color: #1420AE; }
span { border-color: rgb(20,32,174); }
td.TdClassName
{
border-color: #1420AE;
}
.TagClassName
{
border-color: #1420AE;
}
</style>