Shades of Egyptian Blue #1229AC
Tints of Egyptian Blue #1229AC
RGB
CMYK
RGB Variations
Color information
#1229AC (or 0x1229AC) is known color: Egyptian Blue. HEX triplet: 12, 29 and AC. RGB value is (18,41,172). Sum of RGB (Red+Green+Blue) = 18+41+172=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 172 (67.58% from 255 or 74.46% from 231); Max value from RGB is 172 - color contains mainly: blue. Hex color #1229AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1229AC is #EDD653. Grayscale: #303030. Windows color (decimal): -15586900 or 11282706. OLE color: 11282706.
HSL color Cylindrical-coordinate representation of color #1229AC: hue angle of 231.04º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1229AC is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 41 | 172 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.33 |
| HSL | 231.04º | 0.81% | 0.37% | - |
| HSV(B) | 231.04º | 0.9% | 0.67% | - |
| XYZ | 8.49 | 4.69 | 39.49 | - |
| YUV | 49.06 | 197.38 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 41 | 172 | 0.90 | 0.76 | 0 | 0.33 | 231.04 | 0.81 | 0.37 |
| Hex | 12 | 29 | AC | 5A | 4C | 0 | 21 | E7 | 51 | 25 |
| Octal | 22 | 51 | 254 | 132 | 114 | 0 | 41 | 347 | 121 | 45 |
| Binary | 10010 | 101001 | 10101100 | 1011010 | 1001100 | 0 | 100001 | 11100111 | 1010001 | 100101 |
Color Harmonies of #1229AC
Complementary color
Monochromatic Colors of #1229AC
Black with #1229AC
Text Example
Text Example
White with #1229AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1229AC; }
p { color: rgb(18,41,172); }
H1.HeaderClassName
{
color: #1229AC;
}
.AnyTagClassName
{
color: #1229AC;
}
</style>
background-color css
<style>
a { background-color: #1229AC; }
a { background-color: rgb(18,41,172); }
div.DivClassName
{
background-color: #1229AC;
}
.BgClassName
{
background-color: #1229AC;
}
</style>
border-color css
<style>
span { border-color: #1229AC; }
span { border-color: rgb(18,41,172); }
td.TdClassName
{
border-color: #1229AC;
}
.TagClassName
{
border-color: #1229AC;
}
</style>