Shades of Egyptian Blue #121DAE
Tints of Egyptian Blue #121DAE
RGB
CMYK
RGB Variations
Color information
#121DAE (or 0x121DAE) is known color: Egyptian Blue. HEX triplet: 12, 1D and AE. RGB value is (18,29,174). Sum of RGB (Red+Green+Blue) = 18+29+174=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 29 (11.72% from 255 or 13.12% from 221); Blue value is 174 (68.36% from 255 or 78.73% from 221); Max value from RGB is 174 - color contains mainly: blue. Hex color #121DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121DAE is #EDE251. Grayscale: #292929. Windows color (decimal): -15589970 or 11410706. OLE color: 11410706.
HSL color Cylindrical-coordinate representation of color #121DAE: hue angle of 235.77º 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 #121DAE is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 29 | 174 | - |
| CMYK | 0.90 | 0.83 | 0 | 0.32 |
| HSL | 235.77º | 0.81% | 0.38% | - |
| HSV(B) | 235.77º | 0.9% | 0.68% | - |
| XYZ | 8.33 | 4.06 | 40.39 | - |
| YUV | 42.24 | 202.36 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 29 | 174 | 0.90 | 0.83 | 0 | 0.32 | 235.77 | 0.81 | 0.38 |
| Hex | 12 | 1D | AE | 5A | 53 | 0 | 20 | EC | 51 | 26 |
| Octal | 22 | 35 | 256 | 132 | 123 | 0 | 40 | 354 | 121 | 46 |
| Binary | 10010 | 11101 | 10101110 | 1011010 | 1010011 | 0 | 100000 | 11101100 | 1010001 | 100110 |
Color Harmonies of #121DAE
Complementary color
Monochromatic Colors of #121DAE
Black with #121DAE
Text Example
Text Example
White with #121DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121DAE; }
p { color: rgb(18,29,174); }
H1.HeaderClassName
{
color: #121DAE;
}
.AnyTagClassName
{
color: #121DAE;
}
</style>
background-color css
<style>
a { background-color: #121DAE; }
a { background-color: rgb(18,29,174); }
div.DivClassName
{
background-color: #121DAE;
}
.BgClassName
{
background-color: #121DAE;
}
</style>
border-color css
<style>
span { border-color: #121DAE; }
span { border-color: rgb(18,29,174); }
td.TdClassName
{
border-color: #121DAE;
}
.TagClassName
{
border-color: #121DAE;
}
</style>