Shades of Egyptian Blue #122AAA
Tints of Egyptian Blue #122AAA
RGB
CMYK
RGB Variations
Color information
#122AAA (or 0x122AAA) is known color: Egyptian Blue. HEX triplet: 12, 2A and AA. RGB value is (18,42,170). Sum of RGB (Red+Green+Blue) = 18+42+170=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 42 (16.80% from 255 or 18.26% from 230); Blue value is 170 (66.80% from 255 or 73.91% from 230); Max value from RGB is 170 - color contains mainly: blue. Hex color #122AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122AAA is #EDD555. Grayscale: #303030. Windows color (decimal): -15586646 or 11151890. OLE color: 11151890.
HSL color Cylindrical-coordinate representation of color #122AAA: hue angle of 230.53º 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 #122AAA is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 42 | 170 | - |
| CMYK | 0.89 | 0.75 | 0 | 0.33 |
| HSL | 230.53º | 0.81% | 0.37% | - |
| HSV(B) | 230.53º | 0.89% | 0.67% | - |
| XYZ | 8.33 | 4.69 | 38.5 | - |
| YUV | 49.42 | 196.05 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 42 | 170 | 0.89 | 0.75 | 0 | 0.33 | 230.53 | 0.81 | 0.37 |
| Hex | 12 | 2A | AA | 59 | 4B | 0 | 21 | E7 | 51 | 25 |
| Octal | 22 | 52 | 252 | 131 | 113 | 0 | 41 | 347 | 121 | 45 |
| Binary | 10010 | 101010 | 10101010 | 1011001 | 1001011 | 0 | 100001 | 11100111 | 1010001 | 100101 |
Color Harmonies of #122AAA
Complementary color
Monochromatic Colors of #122AAA
Black with #122AAA
Text Example
Text Example
White with #122AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122AAA; }
p { color: rgb(18,42,170); }
H1.HeaderClassName
{
color: #122AAA;
}
.AnyTagClassName
{
color: #122AAA;
}
</style>
background-color css
<style>
a { background-color: #122AAA; }
a { background-color: rgb(18,42,170); }
div.DivClassName
{
background-color: #122AAA;
}
.BgClassName
{
background-color: #122AAA;
}
</style>
border-color css
<style>
span { border-color: #122AAA; }
span { border-color: rgb(18,42,170); }
td.TdClassName
{
border-color: #122AAA;
}
.TagClassName
{
border-color: #122AAA;
}
</style>