Shades of Egyptian Blue #1240A2
Tints of Egyptian Blue #1240A2
RGB
CMYK
RGB Variations
Color information
#1240A2 (or 0x1240A2) is known color: Egyptian Blue. HEX triplet: 12, 40 and A2. RGB value is (18,64,162). Sum of RGB (Red+Green+Blue) = 18+64+162=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 162 (63.67% from 255 or 66.39% from 244); Max value from RGB is 162 - color contains mainly: blue. Hex color #1240A2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1240A2 is #EDBF5D. Grayscale: #3C3C3C. Windows color (decimal): -15581022 or 10633234. OLE color: 10633234.
HSL color Cylindrical-coordinate representation of color #1240A2: hue angle of 220.83º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1240A2 is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 64 | 162 | - |
| CMYK | 0.89 | 0.60 | 0 | 0.36 |
| HSL | 220.83º | 0.8% | 0.35% | - |
| HSV(B) | 220.83º | 0.89% | 0.64% | - |
| XYZ | 8.6 | 6.4 | 34.97 | - |
| YUV | 61.42 | 184.76 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 64 | 162 | 0.89 | 0.60 | 0 | 0.36 | 220.83 | 0.8 | 0.35 |
| Hex | 12 | 40 | A2 | 59 | 3C | 0 | 24 | DD | 50 | 23 |
| Octal | 22 | 100 | 242 | 131 | 74 | 0 | 44 | 335 | 120 | 43 |
| Binary | 10010 | 1000000 | 10100010 | 1011001 | 111100 | 0 | 100100 | 11011101 | 1010000 | 100011 |
Color Harmonies of #1240A2
Complementary color
Monochromatic Colors of #1240A2
Black with #1240A2
Text Example
Text Example
White with #1240A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1240A2; }
p { color: rgb(18,64,162); }
H1.HeaderClassName
{
color: #1240A2;
}
.AnyTagClassName
{
color: #1240A2;
}
</style>
background-color css
<style>
a { background-color: #1240A2; }
a { background-color: rgb(18,64,162); }
div.DivClassName
{
background-color: #1240A2;
}
.BgClassName
{
background-color: #1240A2;
}
</style>
border-color css
<style>
span { border-color: #1240A2; }
span { border-color: rgb(18,64,162); }
td.TdClassName
{
border-color: #1240A2;
}
.TagClassName
{
border-color: #1240A2;
}
</style>