Shades of Egyptian Blue #1242AD
Tints of Egyptian Blue #1242AD
RGB
CMYK
RGB Variations
Color information
#1242AD (or 0x1242AD) is known color: Egyptian Blue. HEX triplet: 12, 42 and AD. RGB value is (18,66,173). Sum of RGB (Red+Green+Blue) = 18+66+173=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 173 (67.97% from 255 or 67.32% from 257); Max value from RGB is 173 - color contains mainly: blue. Hex color #1242AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1242AD is #EDBD52. Grayscale: #3F3F3F. Windows color (decimal): -15580499 or 11354642. OLE color: 11354642.
HSL color Cylindrical-coordinate representation of color #1242AD: hue angle of 221.42º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1242AD is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 66 | 173 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.32 |
| HSL | 221.42º | 0.81% | 0.37% | - |
| HSV(B) | 221.42º | 0.9% | 0.68% | - |
| XYZ | 9.74 | 7.04 | 40.38 | - |
| YUV | 63.85 | 189.6 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 66 | 173 | 0.90 | 0.62 | 0 | 0.32 | 221.42 | 0.81 | 0.37 |
| Hex | 12 | 42 | AD | 5A | 3E | 0 | 20 | DD | 51 | 25 |
| Octal | 22 | 102 | 255 | 132 | 76 | 0 | 40 | 335 | 121 | 45 |
| Binary | 10010 | 1000010 | 10101101 | 1011010 | 111110 | 0 | 100000 | 11011101 | 1010001 | 100101 |
Color Harmonies of #1242AD
Complementary color
Monochromatic Colors of #1242AD
Black with #1242AD
Text Example
Text Example
White with #1242AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1242AD; }
p { color: rgb(18,66,173); }
H1.HeaderClassName
{
color: #1242AD;
}
.AnyTagClassName
{
color: #1242AD;
}
</style>
background-color css
<style>
a { background-color: #1242AD; }
a { background-color: rgb(18,66,173); }
div.DivClassName
{
background-color: #1242AD;
}
.BgClassName
{
background-color: #1242AD;
}
</style>
border-color css
<style>
span { border-color: #1242AD; }
span { border-color: rgb(18,66,173); }
td.TdClassName
{
border-color: #1242AD;
}
.TagClassName
{
border-color: #1242AD;
}
</style>