Shades of Egyptian Blue #1228AC
Tints of Egyptian Blue #1228AC
RGB
CMYK
RGB Variations
Color information
#1228AC (or 0x1228AC) is known color: Egyptian Blue. HEX triplet: 12, 28 and AC. RGB value is (18,40,172). Sum of RGB (Red+Green+Blue) = 18+40+172=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 172 (67.58% from 255 or 74.78% from 230); Max value from RGB is 172 - color contains mainly: blue. Hex color #1228AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1228AC is #EDD753. Grayscale: #2F2F2F. Windows color (decimal): -15587156 or 11282450. OLE color: 11282450.
HSL color Cylindrical-coordinate representation of color #1228AC: hue angle of 231.43º 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 #1228AC is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 40 | 172 | - |
| CMYK | 0.90 | 0.77 | 0 | 0.33 |
| HSL | 231.43º | 0.81% | 0.37% | - |
| HSV(B) | 231.43º | 0.9% | 0.67% | - |
| XYZ | 8.45 | 4.62 | 39.48 | - |
| YUV | 48.47 | 197.71 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 40 | 172 | 0.90 | 0.77 | 0 | 0.33 | 231.43 | 0.81 | 0.37 |
| Hex | 12 | 28 | AC | 5A | 4D | 0 | 21 | E7 | 51 | 25 |
| Octal | 22 | 50 | 254 | 132 | 115 | 0 | 41 | 347 | 121 | 45 |
| Binary | 10010 | 101000 | 10101100 | 1011010 | 1001101 | 0 | 100001 | 11100111 | 1010001 | 100101 |
Color Harmonies of #1228AC
Complementary color
Monochromatic Colors of #1228AC
Black with #1228AC
Text Example
Text Example
White with #1228AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1228AC; }
p { color: rgb(18,40,172); }
H1.HeaderClassName
{
color: #1228AC;
}
.AnyTagClassName
{
color: #1228AC;
}
</style>
background-color css
<style>
a { background-color: #1228AC; }
a { background-color: rgb(18,40,172); }
div.DivClassName
{
background-color: #1228AC;
}
.BgClassName
{
background-color: #1228AC;
}
</style>
border-color css
<style>
span { border-color: #1228AC; }
span { border-color: rgb(18,40,172); }
td.TdClassName
{
border-color: #1228AC;
}
.TagClassName
{
border-color: #1228AC;
}
</style>