Shades of Egyptian Blue #1240A4
Tints of Egyptian Blue #1240A4
RGB
CMYK
RGB Variations
Color information
#1240A4 (or 0x1240A4) is known color: Egyptian Blue. HEX triplet: 12, 40 and A4. RGB value is (18,64,164). Sum of RGB (Red+Green+Blue) = 18+64+164=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 164 (64.45% from 255 or 66.67% from 246); Max value from RGB is 164 - color contains mainly: blue. Hex color #1240A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1240A4 is #EDBF5B. Grayscale: #3D3D3D. Windows color (decimal): -15581020 or 10764306. OLE color: 10764306.
HSL color Cylindrical-coordinate representation of color #1240A4: hue angle of 221.1º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1240A4 is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 64 | 164 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.36 |
| HSL | 221.1º | 0.8% | 0.36% | - |
| HSV(B) | 221.1º | 0.89% | 0.64% | - |
| XYZ | 8.78 | 6.48 | 35.91 | - |
| YUV | 61.65 | 185.76 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 64 | 164 | 0.89 | 0.61 | 0 | 0.36 | 221.1 | 0.8 | 0.36 |
| Hex | 12 | 40 | A4 | 59 | 3D | 0 | 24 | DD | 50 | 24 |
| Octal | 22 | 100 | 244 | 131 | 75 | 0 | 44 | 335 | 120 | 44 |
| Binary | 10010 | 1000000 | 10100100 | 1011001 | 111101 | 0 | 100100 | 11011101 | 1010000 | 100100 |
Color Harmonies of #1240A4
Complementary color
Monochromatic Colors of #1240A4
Black with #1240A4
Text Example
Text Example
White with #1240A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1240A4; }
p { color: rgb(18,64,164); }
H1.HeaderClassName
{
color: #1240A4;
}
.AnyTagClassName
{
color: #1240A4;
}
</style>
background-color css
<style>
a { background-color: #1240A4; }
a { background-color: rgb(18,64,164); }
div.DivClassName
{
background-color: #1240A4;
}
.BgClassName
{
background-color: #1240A4;
}
</style>
border-color css
<style>
span { border-color: #1240A4; }
span { border-color: rgb(18,64,164); }
td.TdClassName
{
border-color: #1240A4;
}
.TagClassName
{
border-color: #1240A4;
}
</style>