Shades of Egyptian Blue #1228A2
Tints of Egyptian Blue #1228A2
RGB
CMYK
RGB Variations
Color information
#1228A2 (or 0x1228A2) is known color: Egyptian Blue. HEX triplet: 12, 28 and A2. RGB value is (18,40,162). Sum of RGB (Red+Green+Blue) = 18+40+162=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 162 (63.67% from 255 or 73.64% from 220); Max value from RGB is 162 - color contains mainly: blue. Hex color #1228A2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1228A2 is #EDD75D. Grayscale: #2E2E2E. Windows color (decimal): -15587166 or 10627090. OLE color: 10627090.
HSL color Cylindrical-coordinate representation of color #1228A2: hue angle of 230.83º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1228A2 is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 40 | 162 | - |
| CMYK | 0.89 | 0.75 | 0 | 0.36 |
| HSL | 230.83º | 0.8% | 0.35% | - |
| HSV(B) | 230.83º | 0.89% | 0.64% | - |
| XYZ | 7.53 | 4.25 | 34.61 | - |
| YUV | 47.33 | 192.71 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 40 | 162 | 0.89 | 0.75 | 0 | 0.36 | 230.83 | 0.8 | 0.35 |
| Hex | 12 | 28 | A2 | 59 | 4B | 0 | 24 | E7 | 50 | 23 |
| Octal | 22 | 50 | 242 | 131 | 113 | 0 | 44 | 347 | 120 | 43 |
| Binary | 10010 | 101000 | 10100010 | 1011001 | 1001011 | 0 | 100100 | 11100111 | 1010000 | 100011 |
Color Harmonies of #1228A2
Complementary color
Monochromatic Colors of #1228A2
Black with #1228A2
Text Example
Text Example
White with #1228A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1228A2; }
p { color: rgb(18,40,162); }
H1.HeaderClassName
{
color: #1228A2;
}
.AnyTagClassName
{
color: #1228A2;
}
</style>
background-color css
<style>
a { background-color: #1228A2; }
a { background-color: rgb(18,40,162); }
div.DivClassName
{
background-color: #1228A2;
}
.BgClassName
{
background-color: #1228A2;
}
</style>
border-color css
<style>
span { border-color: #1228A2; }
span { border-color: rgb(18,40,162); }
td.TdClassName
{
border-color: #1228A2;
}
.TagClassName
{
border-color: #1228A2;
}
</style>