Shades of Egyptian Blue #121FAE
Tints of Egyptian Blue #121FAE
RGB
CMYK
RGB Variations
Color information
#121FAE (or 0x121FAE) is known color: Egyptian Blue. HEX triplet: 12, 1F and AE. RGB value is (18,31,174). Sum of RGB (Red+Green+Blue) = 18+31+174=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 31 (12.5% from 255 or 13.90% from 223); Blue value is 174 (68.36% from 255 or 78.03% from 223); Max value from RGB is 174 - color contains mainly: blue. Hex color #121FAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121FAE is #EDE051. Grayscale: #2A2A2A. Windows color (decimal): -15589458 or 11411218. OLE color: 11411218.
HSL color Cylindrical-coordinate representation of color #121FAE: hue angle of 235º 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 #121FAE is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 31 | 174 | - |
| CMYK | 0.90 | 0.82 | 0 | 0.32 |
| HSL | 235º | 0.81% | 0.38% | - |
| HSV(B) | 235º | 0.9% | 0.68% | - |
| XYZ | 8.38 | 4.16 | 40.41 | - |
| YUV | 43.42 | 201.69 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 31 | 174 | 0.90 | 0.82 | 0 | 0.32 | 235 | 0.81 | 0.38 |
| Hex | 12 | 1F | AE | 5A | 52 | 0 | 20 | EB | 51 | 26 |
| Octal | 22 | 37 | 256 | 132 | 122 | 0 | 40 | 353 | 121 | 46 |
| Binary | 10010 | 11111 | 10101110 | 1011010 | 1010010 | 0 | 100000 | 11101011 | 1010001 | 100110 |
Color Harmonies of #121FAE
Complementary color
Monochromatic Colors of #121FAE
Black with #121FAE
Text Example
Text Example
White with #121FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121FAE; }
p { color: rgb(18,31,174); }
H1.HeaderClassName
{
color: #121FAE;
}
.AnyTagClassName
{
color: #121FAE;
}
</style>
background-color css
<style>
a { background-color: #121FAE; }
a { background-color: rgb(18,31,174); }
div.DivClassName
{
background-color: #121FAE;
}
.BgClassName
{
background-color: #121FAE;
}
</style>
border-color css
<style>
span { border-color: #121FAE; }
span { border-color: rgb(18,31,174); }
td.TdClassName
{
border-color: #121FAE;
}
.TagClassName
{
border-color: #121FAE;
}
</style>