Shades of Egyptian Blue #1232AE
Tints of Egyptian Blue #1232AE
RGB
CMYK
RGB Variations
Color information
#1232AE (or 0x1232AE) is known color: Egyptian Blue. HEX triplet: 12, 32 and AE. RGB value is (18,50,174). Sum of RGB (Red+Green+Blue) = 18+50+174=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 174 (68.36% from 255 or 71.90% from 242); Max value from RGB is 174 - color contains mainly: blue. Hex color #1232AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1232AE is #EDCD51. Grayscale: #363636. Windows color (decimal): -15584594 or 11416082. OLE color: 11416082.
HSL color Cylindrical-coordinate representation of color #1232AE: hue angle of 227.69º 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 #1232AE is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 50 | 174 | - |
| CMYK | 0.90 | 0.71 | 0 | 0.32 |
| HSL | 227.69º | 0.81% | 0.38% | - |
| HSV(B) | 227.69º | 0.9% | 0.68% | - |
| XYZ | 9.03 | 5.47 | 40.62 | - |
| YUV | 54.57 | 195.4 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 50 | 174 | 0.90 | 0.71 | 0 | 0.32 | 227.69 | 0.81 | 0.38 |
| Hex | 12 | 32 | AE | 5A | 47 | 0 | 20 | E4 | 51 | 26 |
| Octal | 22 | 62 | 256 | 132 | 107 | 0 | 40 | 344 | 121 | 46 |
| Binary | 10010 | 110010 | 10101110 | 1011010 | 1000111 | 0 | 100000 | 11100100 | 1010001 | 100110 |
Color Harmonies of #1232AE
Complementary color
Monochromatic Colors of #1232AE
Black with #1232AE
Text Example
Text Example
White with #1232AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1232AE; }
p { color: rgb(18,50,174); }
H1.HeaderClassName
{
color: #1232AE;
}
.AnyTagClassName
{
color: #1232AE;
}
</style>
background-color css
<style>
a { background-color: #1232AE; }
a { background-color: rgb(18,50,174); }
div.DivClassName
{
background-color: #1232AE;
}
.BgClassName
{
background-color: #1232AE;
}
</style>
border-color css
<style>
span { border-color: #1232AE; }
span { border-color: rgb(18,50,174); }
td.TdClassName
{
border-color: #1232AE;
}
.TagClassName
{
border-color: #1232AE;
}
</style>