Shades of Egyptian Blue #1226AB
Tints of Egyptian Blue #1226AB
RGB
CMYK
RGB Variations
Color information
#1226AB (or 0x1226AB) is known color: Egyptian Blue. HEX triplet: 12, 26 and AB. RGB value is (18,38,171). Sum of RGB (Red+Green+Blue) = 18+38+171=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 171 (67.19% from 255 or 75.33% from 227); Max value from RGB is 171 - color contains mainly: blue. Hex color #1226AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1226AB is #EDD954. Grayscale: #2E2E2E. Windows color (decimal): -15587669 or 11216402. OLE color: 11216402.
HSL color Cylindrical-coordinate representation of color #1226AB: hue angle of 232.16º 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 #1226AB is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 38 | 171 | - |
| CMYK | 0.89 | 0.78 | 0 | 0.33 |
| HSL | 232.16º | 0.81% | 0.37% | - |
| HSV(B) | 232.16º | 0.89% | 0.67% | - |
| XYZ | 8.29 | 4.46 | 38.95 | - |
| YUV | 47.18 | 197.87 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 38 | 171 | 0.89 | 0.78 | 0 | 0.33 | 232.16 | 0.81 | 0.37 |
| Hex | 12 | 26 | AB | 59 | 4E | 0 | 21 | E8 | 51 | 25 |
| Octal | 22 | 46 | 253 | 131 | 116 | 0 | 41 | 350 | 121 | 45 |
| Binary | 10010 | 100110 | 10101011 | 1011001 | 1001110 | 0 | 100001 | 11101000 | 1010001 | 100101 |
Color Harmonies of #1226AB
Complementary color
Monochromatic Colors of #1226AB
Black with #1226AB
Text Example
Text Example
White with #1226AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1226AB; }
p { color: rgb(18,38,171); }
H1.HeaderClassName
{
color: #1226AB;
}
.AnyTagClassName
{
color: #1226AB;
}
</style>
background-color css
<style>
a { background-color: #1226AB; }
a { background-color: rgb(18,38,171); }
div.DivClassName
{
background-color: #1226AB;
}
.BgClassName
{
background-color: #1226AB;
}
</style>
border-color css
<style>
span { border-color: #1226AB; }
span { border-color: rgb(18,38,171); }
td.TdClassName
{
border-color: #1226AB;
}
.TagClassName
{
border-color: #1226AB;
}
</style>