Shades of Egyptian Blue #1231AC
Tints of Egyptian Blue #1231AC
RGB
CMYK
RGB Variations
Color information
#1231AC (or 0x1231AC) is known color: Egyptian Blue. HEX triplet: 12, 31 and AC. RGB value is (18,49,172). Sum of RGB (Red+Green+Blue) = 18+49+172=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 172 (67.58% from 255 or 71.97% from 239); Max value from RGB is 172 - color contains mainly: blue. Hex color #1231AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1231AC is #EDCE53. Grayscale: #353535. Windows color (decimal): -15584852 or 11284754. OLE color: 11284754.
HSL color Cylindrical-coordinate representation of color #1231AC: hue angle of 227.92º 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 #1231AC is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 49 | 172 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.33 |
| HSL | 227.92º | 0.81% | 0.37% | - |
| HSV(B) | 227.92º | 0.9% | 0.67% | - |
| XYZ | 8.79 | 5.3 | 39.59 | - |
| YUV | 53.75 | 194.73 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 49 | 172 | 0.90 | 0.72 | 0 | 0.33 | 227.92 | 0.81 | 0.37 |
| Hex | 12 | 31 | AC | 5A | 48 | 0 | 21 | E4 | 51 | 25 |
| Octal | 22 | 61 | 254 | 132 | 110 | 0 | 41 | 344 | 121 | 45 |
| Binary | 10010 | 110001 | 10101100 | 1011010 | 1001000 | 0 | 100001 | 11100100 | 1010001 | 100101 |
Color Harmonies of #1231AC
Complementary color
Monochromatic Colors of #1231AC
Black with #1231AC
Text Example
Text Example
White with #1231AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1231AC; }
p { color: rgb(18,49,172); }
H1.HeaderClassName
{
color: #1231AC;
}
.AnyTagClassName
{
color: #1231AC;
}
</style>
background-color css
<style>
a { background-color: #1231AC; }
a { background-color: rgb(18,49,172); }
div.DivClassName
{
background-color: #1231AC;
}
.BgClassName
{
background-color: #1231AC;
}
</style>
border-color css
<style>
span { border-color: #1231AC; }
span { border-color: rgb(18,49,172); }
td.TdClassName
{
border-color: #1231AC;
}
.TagClassName
{
border-color: #1231AC;
}
</style>