Shades of Egyptian Blue #1226AE
Tints of Egyptian Blue #1226AE
RGB
CMYK
RGB Variations
Color information
#1226AE (or 0x1226AE) is known color: Egyptian Blue. HEX triplet: 12, 26 and AE. RGB value is (18,38,174). Sum of RGB (Red+Green+Blue) = 18+38+174=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 174 (68.36% from 255 or 75.65% from 230); Max value from RGB is 174 - color contains mainly: blue. Hex color #1226AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1226AE is #EDD951. Grayscale: #2E2E2E. Windows color (decimal): -15587666 or 11413010. OLE color: 11413010.
HSL color Cylindrical-coordinate representation of color #1226AE: hue angle of 232.31º 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 #1226AE is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 38 | 174 | - |
| CMYK | 0.90 | 0.78 | 0 | 0.32 |
| HSL | 232.31º | 0.81% | 0.38% | - |
| HSV(B) | 232.31º | 0.9% | 0.68% | - |
| XYZ | 8.58 | 4.57 | 40.47 | - |
| YUV | 47.52 | 199.37 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 38 | 174 | 0.90 | 0.78 | 0 | 0.32 | 232.31 | 0.81 | 0.38 |
| Hex | 12 | 26 | AE | 5A | 4E | 0 | 20 | E8 | 51 | 26 |
| Octal | 22 | 46 | 256 | 132 | 116 | 0 | 40 | 350 | 121 | 46 |
| Binary | 10010 | 100110 | 10101110 | 1011010 | 1001110 | 0 | 100000 | 11101000 | 1010001 | 100110 |
Color Harmonies of #1226AE
Complementary color
Monochromatic Colors of #1226AE
Black with #1226AE
Text Example
Text Example
White with #1226AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1226AE; }
p { color: rgb(18,38,174); }
H1.HeaderClassName
{
color: #1226AE;
}
.AnyTagClassName
{
color: #1226AE;
}
</style>
background-color css
<style>
a { background-color: #1226AE; }
a { background-color: rgb(18,38,174); }
div.DivClassName
{
background-color: #1226AE;
}
.BgClassName
{
background-color: #1226AE;
}
</style>
border-color css
<style>
span { border-color: #1226AE; }
span { border-color: rgb(18,38,174); }
td.TdClassName
{
border-color: #1226AE;
}
.TagClassName
{
border-color: #1226AE;
}
</style>