Shades of Egyptian Blue #1232AC
Tints of Egyptian Blue #1232AC
RGB
CMYK
RGB Variations
Color information
#1232AC (or 0x1232AC) is known color: Egyptian Blue. HEX triplet: 12, 32 and AC. RGB value is (18,50,172). Sum of RGB (Red+Green+Blue) = 18+50+172=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 172 (67.58% from 255 or 71.67% from 240); Max value from RGB is 172 - color contains mainly: blue. Hex color #1232AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1232AC is #EDCD53. Grayscale: #353535. Windows color (decimal): -15584596 or 11285010. OLE color: 11285010.
HSL color Cylindrical-coordinate representation of color #1232AC: hue angle of 227.53º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1232AC is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 50 | 172 | - |
| CMYK | 0.90 | 0.71 | 0 | 0.33 |
| HSL | 227.53º | 0.81% | 0.37% | - |
| HSV(B) | 227.53º | 0.9% | 0.67% | - |
| XYZ | 8.84 | 5.39 | 39.6 | - |
| YUV | 54.34 | 194.4 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 50 | 172 | 0.90 | 0.71 | 0 | 0.33 | 227.53 | 0.81 | 0.37 |
| Hex | 12 | 32 | AC | 5A | 47 | 0 | 21 | E4 | 51 | 25 |
| Octal | 22 | 62 | 254 | 132 | 107 | 0 | 41 | 344 | 121 | 45 |
| Binary | 10010 | 110010 | 10101100 | 1011010 | 1000111 | 0 | 100001 | 11100100 | 1010001 | 100101 |
Color Harmonies of #1232AC
Complementary color
Monochromatic Colors of #1232AC
Black with #1232AC
Text Example
Text Example
White with #1232AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1232AC; }
p { color: rgb(18,50,172); }
H1.HeaderClassName
{
color: #1232AC;
}
.AnyTagClassName
{
color: #1232AC;
}
</style>
background-color css
<style>
a { background-color: #1232AC; }
a { background-color: rgb(18,50,172); }
div.DivClassName
{
background-color: #1232AC;
}
.BgClassName
{
background-color: #1232AC;
}
</style>
border-color css
<style>
span { border-color: #1232AC; }
span { border-color: rgb(18,50,172); }
td.TdClassName
{
border-color: #1232AC;
}
.TagClassName
{
border-color: #1232AC;
}
</style>