Shades of Egyptian Blue #121DAA
Tints of Egyptian Blue #121DAA
RGB
CMYK
RGB Variations
Color information
#121DAA (or 0x121DAA) is known color: Egyptian Blue. HEX triplet: 12, 1D and AA. RGB value is (18,29,170). Sum of RGB (Red+Green+Blue) = 18+29+170=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 29 (11.72% from 255 or 13.36% from 217); Blue value is 170 (66.80% from 255 or 78.34% from 217); Max value from RGB is 170 - color contains mainly: blue. Hex color #121DAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121DAA is #EDE255. Grayscale: #292929. Windows color (decimal): -15589974 or 11148562. OLE color: 11148562.
HSL color Cylindrical-coordinate representation of color #121DAA: hue angle of 235.66º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #121DAA is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 29 | 170 | - |
| CMYK | 0.89 | 0.83 | 0 | 0.33 |
| HSL | 235.66º | 0.81% | 0.37% | - |
| HSV(B) | 235.66º | 0.89% | 0.67% | - |
| XYZ | 7.94 | 3.91 | 38.37 | - |
| YUV | 41.79 | 200.36 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 29 | 170 | 0.89 | 0.83 | 0 | 0.33 | 235.66 | 0.81 | 0.37 |
| Hex | 12 | 1D | AA | 59 | 53 | 0 | 21 | EC | 51 | 25 |
| Octal | 22 | 35 | 252 | 131 | 123 | 0 | 41 | 354 | 121 | 45 |
| Binary | 10010 | 11101 | 10101010 | 1011001 | 1010011 | 0 | 100001 | 11101100 | 1010001 | 100101 |
Color Harmonies of #121DAA
Complementary color
Monochromatic Colors of #121DAA
Black with #121DAA
Text Example
Text Example
White with #121DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121DAA; }
p { color: rgb(18,29,170); }
H1.HeaderClassName
{
color: #121DAA;
}
.AnyTagClassName
{
color: #121DAA;
}
</style>
background-color css
<style>
a { background-color: #121DAA; }
a { background-color: rgb(18,29,170); }
div.DivClassName
{
background-color: #121DAA;
}
.BgClassName
{
background-color: #121DAA;
}
</style>
border-color css
<style>
span { border-color: #121DAA; }
span { border-color: rgb(18,29,170); }
td.TdClassName
{
border-color: #121DAA;
}
.TagClassName
{
border-color: #121DAA;
}
</style>