Shades of Egyptian Blue #121AAA
Tints of Egyptian Blue #121AAA
RGB
CMYK
RGB Variations
Color information
#121AAA (or 0x121AAA) is known color: Egyptian Blue. HEX triplet: 12, 1A and AA. RGB value is (18,26,170). Sum of RGB (Red+Green+Blue) = 18+26+170=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 26 (10.55% from 255 or 12.15% from 214); Blue value is 170 (66.80% from 255 or 79.44% from 214); Max value from RGB is 170 - color contains mainly: blue. Hex color #121AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121AAA is #EDE555. Grayscale: #272727. Windows color (decimal): -15590742 or 11147794. OLE color: 11147794.
HSL color Cylindrical-coordinate representation of color #121AAA: hue angle of 236.84º 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 #121AAA is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 26 | 170 | - |
| CMYK | 0.89 | 0.85 | 0 | 0.33 |
| HSL | 236.84º | 0.81% | 0.37% | - |
| HSV(B) | 236.84º | 0.89% | 0.67% | - |
| XYZ | 7.87 | 3.77 | 38.34 | - |
| YUV | 40.02 | 201.35 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 26 | 170 | 0.89 | 0.85 | 0 | 0.33 | 236.84 | 0.81 | 0.37 |
| Hex | 12 | 1A | AA | 59 | 55 | 0 | 21 | ED | 51 | 25 |
| Octal | 22 | 32 | 252 | 131 | 125 | 0 | 41 | 355 | 121 | 45 |
| Binary | 10010 | 11010 | 10101010 | 1011001 | 1010101 | 0 | 100001 | 11101101 | 1010001 | 100101 |
Color Harmonies of #121AAA
Complementary color
Monochromatic Colors of #121AAA
Black with #121AAA
Text Example
Text Example
White with #121AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121AAA; }
p { color: rgb(18,26,170); }
H1.HeaderClassName
{
color: #121AAA;
}
.AnyTagClassName
{
color: #121AAA;
}
</style>
background-color css
<style>
a { background-color: #121AAA; }
a { background-color: rgb(18,26,170); }
div.DivClassName
{
background-color: #121AAA;
}
.BgClassName
{
background-color: #121AAA;
}
</style>
border-color css
<style>
span { border-color: #121AAA; }
span { border-color: rgb(18,26,170); }
td.TdClassName
{
border-color: #121AAA;
}
.TagClassName
{
border-color: #121AAA;
}
</style>