Shades of Egyptian Blue #1244AA
Tints of Egyptian Blue #1244AA
RGB
CMYK
RGB Variations
Color information
#1244AA (or 0x1244AA) is known color: Egyptian Blue. HEX triplet: 12, 44 and AA. RGB value is (18,68,170). Sum of RGB (Red+Green+Blue) = 18+68+170=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 170 (66.80% from 255 or 66.41% from 256); Max value from RGB is 170 - color contains mainly: blue. Hex color #1244AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1244AA is #EDBB55. Grayscale: #404040. Windows color (decimal): -15579990 or 11158546. OLE color: 11158546.
HSL color Cylindrical-coordinate representation of color #1244AA: hue angle of 220.26º 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 #1244AA is Cyan = 0.89, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 68 | 170 | - |
| CMYK | 0.89 | 0.6 | 0 | 0.33 |
| HSL | 220.26º | 0.81% | 0.37% | - |
| HSV(B) | 220.26º | 0.89% | 0.67% | - |
| XYZ | 9.57 | 7.17 | 38.91 | - |
| YUV | 64.68 | 187.44 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 68 | 170 | 0.89 | 0.6 | 0 | 0.33 | 220.26 | 0.81 | 0.37 |
| Hex | 12 | 44 | AA | 59 | 3C | 0 | 21 | DC | 51 | 25 |
| Octal | 22 | 104 | 252 | 131 | 74 | 0 | 41 | 334 | 121 | 45 |
| Binary | 10010 | 1000100 | 10101010 | 1011001 | 111100 | 0 | 100001 | 11011100 | 1010001 | 100101 |
Color Harmonies of #1244AA
Complementary color
Monochromatic Colors of #1244AA
Black with #1244AA
Text Example
Text Example
White with #1244AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1244AA; }
p { color: rgb(18,68,170); }
H1.HeaderClassName
{
color: #1244AA;
}
.AnyTagClassName
{
color: #1244AA;
}
</style>
background-color css
<style>
a { background-color: #1244AA; }
a { background-color: rgb(18,68,170); }
div.DivClassName
{
background-color: #1244AA;
}
.BgClassName
{
background-color: #1244AA;
}
</style>
border-color css
<style>
span { border-color: #1244AA; }
span { border-color: rgb(18,68,170); }
td.TdClassName
{
border-color: #1244AA;
}
.TagClassName
{
border-color: #1244AA;
}
</style>