Shades of Egyptian Blue #1228A4
Tints of Egyptian Blue #1228A4
RGB
CMYK
RGB Variations
Color information
#1228A4 (or 0x1228A4) is known color: Egyptian Blue. HEX triplet: 12, 28 and A4. RGB value is (18,40,164). Sum of RGB (Red+Green+Blue) = 18+40+164=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 164 (64.45% from 255 or 73.87% from 222); Max value from RGB is 164 - color contains mainly: blue. Hex color #1228A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1228A4 is #EDD75B. Grayscale: #2F2F2F. Windows color (decimal): -15587164 or 10758162. OLE color: 10758162.
HSL color Cylindrical-coordinate representation of color #1228A4: hue angle of 230.96º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1228A4 is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 40 | 164 | - |
| CMYK | 0.89 | 0.76 | 0 | 0.36 |
| HSL | 230.96º | 0.8% | 0.36% | - |
| HSV(B) | 230.96º | 0.89% | 0.64% | - |
| XYZ | 7.71 | 4.33 | 35.55 | - |
| YUV | 47.56 | 193.71 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 40 | 164 | 0.89 | 0.76 | 0 | 0.36 | 230.96 | 0.8 | 0.36 |
| Hex | 12 | 28 | A4 | 59 | 4C | 0 | 24 | E7 | 50 | 24 |
| Octal | 22 | 50 | 244 | 131 | 114 | 0 | 44 | 347 | 120 | 44 |
| Binary | 10010 | 101000 | 10100100 | 1011001 | 1001100 | 0 | 100100 | 11100111 | 1010000 | 100100 |
Color Harmonies of #1228A4
Complementary color
Monochromatic Colors of #1228A4
Black with #1228A4
Text Example
Text Example
White with #1228A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1228A4; }
p { color: rgb(18,40,164); }
H1.HeaderClassName
{
color: #1228A4;
}
.AnyTagClassName
{
color: #1228A4;
}
</style>
background-color css
<style>
a { background-color: #1228A4; }
a { background-color: rgb(18,40,164); }
div.DivClassName
{
background-color: #1228A4;
}
.BgClassName
{
background-color: #1228A4;
}
</style>
border-color css
<style>
span { border-color: #1228A4; }
span { border-color: rgb(18,40,164); }
td.TdClassName
{
border-color: #1228A4;
}
.TagClassName
{
border-color: #1228A4;
}
</style>