Shades of Egyptian Blue #1223AA
Tints of Egyptian Blue #1223AA
RGB
CMYK
RGB Variations
Color information
#1223AA (or 0x1223AA) is known color: Egyptian Blue. HEX triplet: 12, 23 and AA. RGB value is (18,35,170). Sum of RGB (Red+Green+Blue) = 18+35+170=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 170 (66.80% from 255 or 76.23% from 223); Max value from RGB is 170 - color contains mainly: blue. Hex color #1223AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1223AA is #EDDC55. Grayscale: #2C2C2C. Windows color (decimal): -15588438 or 11150098. OLE color: 11150098.
HSL color Cylindrical-coordinate representation of color #1223AA: hue angle of 233.29º 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 #1223AA is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 35 | 170 | - |
| CMYK | 0.89 | 0.79 | 0 | 0.33 |
| HSL | 233.29º | 0.81% | 0.37% | - |
| HSV(B) | 233.29º | 0.89% | 0.67% | - |
| XYZ | 8.11 | 4.23 | 38.42 | - |
| YUV | 45.31 | 198.37 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 35 | 170 | 0.89 | 0.79 | 0 | 0.33 | 233.29 | 0.81 | 0.37 |
| Hex | 12 | 23 | AA | 59 | 4F | 0 | 21 | E9 | 51 | 25 |
| Octal | 22 | 43 | 252 | 131 | 117 | 0 | 41 | 351 | 121 | 45 |
| Binary | 10010 | 100011 | 10101010 | 1011001 | 1001111 | 0 | 100001 | 11101001 | 1010001 | 100101 |
Color Harmonies of #1223AA
Complementary color
Monochromatic Colors of #1223AA
Black with #1223AA
Text Example
Text Example
White with #1223AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1223AA; }
p { color: rgb(18,35,170); }
H1.HeaderClassName
{
color: #1223AA;
}
.AnyTagClassName
{
color: #1223AA;
}
</style>
background-color css
<style>
a { background-color: #1223AA; }
a { background-color: rgb(18,35,170); }
div.DivClassName
{
background-color: #1223AA;
}
.BgClassName
{
background-color: #1223AA;
}
</style>
border-color css
<style>
span { border-color: #1223AA; }
span { border-color: rgb(18,35,170); }
td.TdClassName
{
border-color: #1223AA;
}
.TagClassName
{
border-color: #1223AA;
}
</style>