Shades of Egyptian Blue #1242AE
Tints of Egyptian Blue #1242AE
RGB
CMYK
RGB Variations
Color information
#1242AE (or 0x1242AE) is known color: Egyptian Blue. HEX triplet: 12, 42 and AE. RGB value is (18,66,174). Sum of RGB (Red+Green+Blue) = 18+66+174=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 174 (68.36% from 255 or 67.44% from 258); Max value from RGB is 174 - color contains mainly: blue. Hex color #1242AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1242AE is #EDBD51. Grayscale: #3F3F3F. Windows color (decimal): -15580498 or 11420178. OLE color: 11420178.
HSL color Cylindrical-coordinate representation of color #1242AE: hue angle of 221.54º 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 #1242AE is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 66 | 174 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.32 |
| HSL | 221.54º | 0.81% | 0.38% | - |
| HSV(B) | 221.54º | 0.9% | 0.68% | - |
| XYZ | 9.84 | 7.08 | 40.89 | - |
| YUV | 63.96 | 190.1 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 66 | 174 | 0.90 | 0.62 | 0 | 0.32 | 221.54 | 0.81 | 0.38 |
| Hex | 12 | 42 | AE | 5A | 3E | 0 | 20 | DE | 51 | 26 |
| Octal | 22 | 102 | 256 | 132 | 76 | 0 | 40 | 336 | 121 | 46 |
| Binary | 10010 | 1000010 | 10101110 | 1011010 | 111110 | 0 | 100000 | 11011110 | 1010001 | 100110 |
Color Harmonies of #1242AE
Complementary color
Monochromatic Colors of #1242AE
Black with #1242AE
Text Example
Text Example
White with #1242AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1242AE; }
p { color: rgb(18,66,174); }
H1.HeaderClassName
{
color: #1242AE;
}
.AnyTagClassName
{
color: #1242AE;
}
</style>
background-color css
<style>
a { background-color: #1242AE; }
a { background-color: rgb(18,66,174); }
div.DivClassName
{
background-color: #1242AE;
}
.BgClassName
{
background-color: #1242AE;
}
</style>
border-color css
<style>
span { border-color: #1242AE; }
span { border-color: rgb(18,66,174); }
td.TdClassName
{
border-color: #1242AE;
}
.TagClassName
{
border-color: #1242AE;
}
</style>