Shades of Egyptian Blue #1242AA
Tints of Egyptian Blue #1242AA
RGB
CMYK
RGB Variations
Color information
#1242AA (or 0x1242AA) is known color: Egyptian Blue. HEX triplet: 12, 42 and AA. RGB value is (18,66,170). Sum of RGB (Red+Green+Blue) = 18+66+170=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 170 (66.80% from 255 or 66.93% from 254); Max value from RGB is 170 - color contains mainly: blue. Hex color #1242AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1242AA is #EDBD55. Grayscale: #3F3F3F. Windows color (decimal): -15580502 or 11158034. OLE color: 11158034.
HSL color Cylindrical-coordinate representation of color #1242AA: hue angle of 221.05º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1242AA is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 66 | 170 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.33 |
| HSL | 221.05º | 0.81% | 0.37% | - |
| HSV(B) | 221.05º | 0.89% | 0.67% | - |
| XYZ | 9.45 | 6.93 | 38.87 | - |
| YUV | 63.5 | 188.1 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 66 | 170 | 0.89 | 0.61 | 0 | 0.33 | 221.05 | 0.81 | 0.37 |
| Hex | 12 | 42 | AA | 59 | 3D | 0 | 21 | DD | 51 | 25 |
| Octal | 22 | 102 | 252 | 131 | 75 | 0 | 41 | 335 | 121 | 45 |
| Binary | 10010 | 1000010 | 10101010 | 1011001 | 111101 | 0 | 100001 | 11011101 | 1010001 | 100101 |
Color Harmonies of #1242AA
Complementary color
Monochromatic Colors of #1242AA
Black with #1242AA
Text Example
Text Example
White with #1242AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1242AA; }
p { color: rgb(18,66,170); }
H1.HeaderClassName
{
color: #1242AA;
}
.AnyTagClassName
{
color: #1242AA;
}
</style>
background-color css
<style>
a { background-color: #1242AA; }
a { background-color: rgb(18,66,170); }
div.DivClassName
{
background-color: #1242AA;
}
.BgClassName
{
background-color: #1242AA;
}
</style>
border-color css
<style>
span { border-color: #1242AA; }
span { border-color: rgb(18,66,170); }
td.TdClassName
{
border-color: #1242AA;
}
.TagClassName
{
border-color: #1242AA;
}
</style>