Shades of Egyptian Blue #122CAA
Tints of Egyptian Blue #122CAA
RGB
CMYK
RGB Variations
Color information
#122CAA (or 0x122CAA) is known color: Egyptian Blue. HEX triplet: 12, 2C and AA. RGB value is (18,44,170). Sum of RGB (Red+Green+Blue) = 18+44+170=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 170 (66.80% from 255 or 73.28% from 232); Max value from RGB is 170 - color contains mainly: blue. Hex color #122CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122CAA is #EDD355. Grayscale: #323232. Windows color (decimal): -15586134 or 11152402. OLE color: 11152402.
HSL color Cylindrical-coordinate representation of color #122CAA: hue angle of 229.74º 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 #122CAA is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 44 | 170 | - |
| CMYK | 0.89 | 0.74 | 0 | 0.33 |
| HSL | 229.74º | 0.81% | 0.37% | - |
| HSV(B) | 229.74º | 0.89% | 0.67% | - |
| XYZ | 8.41 | 4.83 | 38.52 | - |
| YUV | 50.59 | 195.39 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 44 | 170 | 0.89 | 0.74 | 0 | 0.33 | 229.74 | 0.81 | 0.37 |
| Hex | 12 | 2C | AA | 59 | 4A | 0 | 21 | E6 | 51 | 25 |
| Octal | 22 | 54 | 252 | 131 | 112 | 0 | 41 | 346 | 121 | 45 |
| Binary | 10010 | 101100 | 10101010 | 1011001 | 1001010 | 0 | 100001 | 11100110 | 1010001 | 100101 |
Color Harmonies of #122CAA
Complementary color
Monochromatic Colors of #122CAA
Black with #122CAA
Text Example
Text Example
White with #122CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122CAA; }
p { color: rgb(18,44,170); }
H1.HeaderClassName
{
color: #122CAA;
}
.AnyTagClassName
{
color: #122CAA;
}
</style>
background-color css
<style>
a { background-color: #122CAA; }
a { background-color: rgb(18,44,170); }
div.DivClassName
{
background-color: #122CAA;
}
.BgClassName
{
background-color: #122CAA;
}
</style>
border-color css
<style>
span { border-color: #122CAA; }
span { border-color: rgb(18,44,170); }
td.TdClassName
{
border-color: #122CAA;
}
.TagClassName
{
border-color: #122CAA;
}
</style>