Shades of Egyptian Blue #121EAE
Tints of Egyptian Blue #121EAE
RGB
CMYK
RGB Variations
Color information
#121EAE (or 0x121EAE) is known color: Egyptian Blue. HEX triplet: 12, 1E and AE. RGB value is (18,30,174). Sum of RGB (Red+Green+Blue) = 18+30+174=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 30 (12.11% from 255 or 13.51% from 222); Blue value is 174 (68.36% from 255 or 78.38% from 222); Max value from RGB is 174 - color contains mainly: blue. Hex color #121EAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121EAE is #EDE151. Grayscale: #2A2A2A. Windows color (decimal): -15589714 or 11410962. OLE color: 11410962.
HSL color Cylindrical-coordinate representation of color #121EAE: hue angle of 235.38º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #121EAE is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 30 | 174 | - |
| CMYK | 0.90 | 0.83 | 0 | 0.32 |
| HSL | 235.38º | 0.81% | 0.38% | - |
| HSV(B) | 235.38º | 0.9% | 0.68% | - |
| XYZ | 8.35 | 4.11 | 40.4 | - |
| YUV | 42.83 | 202.02 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 30 | 174 | 0.90 | 0.83 | 0 | 0.32 | 235.38 | 0.81 | 0.38 |
| Hex | 12 | 1E | AE | 5A | 53 | 0 | 20 | EB | 51 | 26 |
| Octal | 22 | 36 | 256 | 132 | 123 | 0 | 40 | 353 | 121 | 46 |
| Binary | 10010 | 11110 | 10101110 | 1011010 | 1010011 | 0 | 100000 | 11101011 | 1010001 | 100110 |
Color Harmonies of #121EAE
Complementary color
Monochromatic Colors of #121EAE
Black with #121EAE
Text Example
Text Example
White with #121EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121EAE; }
p { color: rgb(18,30,174); }
H1.HeaderClassName
{
color: #121EAE;
}
.AnyTagClassName
{
color: #121EAE;
}
</style>
background-color css
<style>
a { background-color: #121EAE; }
a { background-color: rgb(18,30,174); }
div.DivClassName
{
background-color: #121EAE;
}
.BgClassName
{
background-color: #121EAE;
}
</style>
border-color css
<style>
span { border-color: #121EAE; }
span { border-color: rgb(18,30,174); }
td.TdClassName
{
border-color: #121EAE;
}
.TagClassName
{
border-color: #121EAE;
}
</style>