Shades of Egyptian Blue #1242AB
Tints of Egyptian Blue #1242AB
RGB
CMYK
RGB Variations
Color information
#1242AB (or 0x1242AB) is known color: Egyptian Blue. HEX triplet: 12, 42 and AB. RGB value is (18,66,171). Sum of RGB (Red+Green+Blue) = 18+66+171=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 171 (67.19% from 255 or 67.06% from 255); Max value from RGB is 171 - color contains mainly: blue. Hex color #1242AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1242AB is #EDBD54. Grayscale: #3F3F3F. Windows color (decimal): -15580501 or 11223570. OLE color: 11223570.
HSL color Cylindrical-coordinate representation of color #1242AB: hue angle of 221.18º 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 #1242AB is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 66 | 171 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.33 |
| HSL | 221.18º | 0.81% | 0.37% | - |
| HSV(B) | 221.18º | 0.89% | 0.67% | - |
| XYZ | 9.55 | 6.97 | 39.37 | - |
| YUV | 63.62 | 188.6 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 66 | 171 | 0.89 | 0.61 | 0 | 0.33 | 221.18 | 0.81 | 0.37 |
| Hex | 12 | 42 | AB | 59 | 3D | 0 | 21 | DD | 51 | 25 |
| Octal | 22 | 102 | 253 | 131 | 75 | 0 | 41 | 335 | 121 | 45 |
| Binary | 10010 | 1000010 | 10101011 | 1011001 | 111101 | 0 | 100001 | 11011101 | 1010001 | 100101 |
Color Harmonies of #1242AB
Complementary color
Monochromatic Colors of #1242AB
Black with #1242AB
Text Example
Text Example
White with #1242AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1242AB; }
p { color: rgb(18,66,171); }
H1.HeaderClassName
{
color: #1242AB;
}
.AnyTagClassName
{
color: #1242AB;
}
</style>
background-color css
<style>
a { background-color: #1242AB; }
a { background-color: rgb(18,66,171); }
div.DivClassName
{
background-color: #1242AB;
}
.BgClassName
{
background-color: #1242AB;
}
</style>
border-color css
<style>
span { border-color: #1242AB; }
span { border-color: rgb(18,66,171); }
td.TdClassName
{
border-color: #1242AB;
}
.TagClassName
{
border-color: #1242AB;
}
</style>