Shades of Egyptian Blue #1223AE
Tints of Egyptian Blue #1223AE
RGB
CMYK
RGB Variations
Color information
#1223AE (or 0x1223AE) is known color: Egyptian Blue. HEX triplet: 12, 23 and AE. RGB value is (18,35,174). Sum of RGB (Red+Green+Blue) = 18+35+174=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 174 (68.36% from 255 or 76.65% from 227); Max value from RGB is 174 - color contains mainly: blue. Hex color #1223AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1223AE is #EDDC51. Grayscale: #2D2D2D. Windows color (decimal): -15588434 or 11412242. OLE color: 11412242.
HSL color Cylindrical-coordinate representation of color #1223AE: hue angle of 233.46º 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 #1223AE is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 35 | 174 | - |
| CMYK | 0.90 | 0.80 | 0 | 0.32 |
| HSL | 233.46º | 0.81% | 0.38% | - |
| HSV(B) | 233.46º | 0.9% | 0.68% | - |
| XYZ | 8.49 | 4.39 | 40.44 | - |
| YUV | 45.76 | 200.37 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 35 | 174 | 0.90 | 0.80 | 0 | 0.32 | 233.46 | 0.81 | 0.38 |
| Hex | 12 | 23 | AE | 5A | 50 | 0 | 20 | E9 | 51 | 26 |
| Octal | 22 | 43 | 256 | 132 | 120 | 0 | 40 | 351 | 121 | 46 |
| Binary | 10010 | 100011 | 10101110 | 1011010 | 1010000 | 0 | 100000 | 11101001 | 1010001 | 100110 |
Color Harmonies of #1223AE
Complementary color
Monochromatic Colors of #1223AE
Black with #1223AE
Text Example
Text Example
White with #1223AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1223AE; }
p { color: rgb(18,35,174); }
H1.HeaderClassName
{
color: #1223AE;
}
.AnyTagClassName
{
color: #1223AE;
}
</style>
background-color css
<style>
a { background-color: #1223AE; }
a { background-color: rgb(18,35,174); }
div.DivClassName
{
background-color: #1223AE;
}
.BgClassName
{
background-color: #1223AE;
}
</style>
border-color css
<style>
span { border-color: #1223AE; }
span { border-color: rgb(18,35,174); }
td.TdClassName
{
border-color: #1223AE;
}
.TagClassName
{
border-color: #1223AE;
}
</style>