Shades of Egyptian Blue #1229AE
Tints of Egyptian Blue #1229AE
RGB
CMYK
RGB Variations
Color information
#1229AE (or 0x1229AE) is known color: Egyptian Blue. HEX triplet: 12, 29 and AE. RGB value is (18,41,174). Sum of RGB (Red+Green+Blue) = 18+41+174=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 174 (68.36% from 255 or 74.68% from 233); Max value from RGB is 174 - color contains mainly: blue. Hex color #1229AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1229AE is #EDD651. Grayscale: #303030. Windows color (decimal): -15586898 or 11413778. OLE color: 11413778.
HSL color Cylindrical-coordinate representation of color #1229AE: hue angle of 231.15º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1229AE is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 41 | 174 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.32 |
| HSL | 231.15º | 0.81% | 0.38% | - |
| HSV(B) | 231.15º | 0.9% | 0.68% | - |
| XYZ | 8.68 | 4.77 | 40.51 | - |
| YUV | 49.29 | 198.38 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 41 | 174 | 0.90 | 0.76 | 0 | 0.32 | 231.15 | 0.81 | 0.38 |
| Hex | 12 | 29 | AE | 5A | 4C | 0 | 20 | E7 | 51 | 26 |
| Octal | 22 | 51 | 256 | 132 | 114 | 0 | 40 | 347 | 121 | 46 |
| Binary | 10010 | 101001 | 10101110 | 1011010 | 1001100 | 0 | 100000 | 11100111 | 1010001 | 100110 |
Color Harmonies of #1229AE
Complementary color
Monochromatic Colors of #1229AE
Black with #1229AE
Text Example
Text Example
White with #1229AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1229AE; }
p { color: rgb(18,41,174); }
H1.HeaderClassName
{
color: #1229AE;
}
.AnyTagClassName
{
color: #1229AE;
}
</style>
background-color css
<style>
a { background-color: #1229AE; }
a { background-color: rgb(18,41,174); }
div.DivClassName
{
background-color: #1229AE;
}
.BgClassName
{
background-color: #1229AE;
}
</style>
border-color css
<style>
span { border-color: #1229AE; }
span { border-color: rgb(18,41,174); }
td.TdClassName
{
border-color: #1229AE;
}
.TagClassName
{
border-color: #1229AE;
}
</style>