Shades of Egyptian Blue #1229AA
Tints of Egyptian Blue #1229AA
RGB
CMYK
RGB Variations
Color information
#1229AA (or 0x1229AA) is known color: Egyptian Blue. HEX triplet: 12, 29 and AA. RGB value is (18,41,170). Sum of RGB (Red+Green+Blue) = 18+41+170=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 170 (66.80% from 255 or 74.24% from 229); Max value from RGB is 170 - color contains mainly: blue. Hex color #1229AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1229AA is #EDD655. Grayscale: #303030. Windows color (decimal): -15586902 or 11151634. OLE color: 11151634.
HSL color Cylindrical-coordinate representation of color #1229AA: hue angle of 230.92º 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 #1229AA is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 41 | 170 | - |
| CMYK | 0.89 | 0.76 | 0 | 0.33 |
| HSL | 230.92º | 0.81% | 0.37% | - |
| HSV(B) | 230.92º | 0.89% | 0.67% | - |
| XYZ | 8.3 | 4.62 | 38.48 | - |
| YUV | 48.83 | 196.38 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 41 | 170 | 0.89 | 0.76 | 0 | 0.33 | 230.92 | 0.81 | 0.37 |
| Hex | 12 | 29 | AA | 59 | 4C | 0 | 21 | E7 | 51 | 25 |
| Octal | 22 | 51 | 252 | 131 | 114 | 0 | 41 | 347 | 121 | 45 |
| Binary | 10010 | 101001 | 10101010 | 1011001 | 1001100 | 0 | 100001 | 11100111 | 1010001 | 100101 |
Color Harmonies of #1229AA
Complementary color
Monochromatic Colors of #1229AA
Black with #1229AA
Text Example
Text Example
White with #1229AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1229AA; }
p { color: rgb(18,41,170); }
H1.HeaderClassName
{
color: #1229AA;
}
.AnyTagClassName
{
color: #1229AA;
}
</style>
background-color css
<style>
a { background-color: #1229AA; }
a { background-color: rgb(18,41,170); }
div.DivClassName
{
background-color: #1229AA;
}
.BgClassName
{
background-color: #1229AA;
}
</style>
border-color css
<style>
span { border-color: #1229AA; }
span { border-color: rgb(18,41,170); }
td.TdClassName
{
border-color: #1229AA;
}
.TagClassName
{
border-color: #1229AA;
}
</style>