Shades of Egyptian Blue #122FAA
Tints of Egyptian Blue #122FAA
RGB
CMYK
RGB Variations
Color information
#122FAA (or 0x122FAA) is known color: Egyptian Blue. HEX triplet: 12, 2F and AA. RGB value is (18,47,170). Sum of RGB (Red+Green+Blue) = 18+47+170=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 47 (18.75% from 255 or 20% from 235); Blue value is 170 (66.80% from 255 or 72.34% from 235); Max value from RGB is 170 - color contains mainly: blue. Hex color #122FAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122FAA is #EDD055. Grayscale: #333333. Windows color (decimal): -15585366 or 11153170. OLE color: 11153170.
HSL color Cylindrical-coordinate representation of color #122FAA: hue angle of 228.55º 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 #122FAA is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 47 | 170 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.33 |
| HSL | 228.55º | 0.81% | 0.37% | - |
| HSV(B) | 228.55º | 0.89% | 0.67% | - |
| XYZ | 8.52 | 5.06 | 38.56 | - |
| YUV | 52.35 | 194.39 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 170 | 0.89 | 0.72 | 0 | 0.33 | 228.55 | 0.81 | 0.37 |
| Hex | 12 | 2F | AA | 59 | 48 | 0 | 21 | E5 | 51 | 25 |
| Octal | 22 | 57 | 252 | 131 | 110 | 0 | 41 | 345 | 121 | 45 |
| Binary | 10010 | 101111 | 10101010 | 1011001 | 1001000 | 0 | 100001 | 11100101 | 1010001 | 100101 |
Color Harmonies of #122FAA
Complementary color
Monochromatic Colors of #122FAA
Black with #122FAA
Text Example
Text Example
White with #122FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122FAA; }
p { color: rgb(18,47,170); }
H1.HeaderClassName
{
color: #122FAA;
}
.AnyTagClassName
{
color: #122FAA;
}
</style>
background-color css
<style>
a { background-color: #122FAA; }
a { background-color: rgb(18,47,170); }
div.DivClassName
{
background-color: #122FAA;
}
.BgClassName
{
background-color: #122FAA;
}
</style>
border-color css
<style>
span { border-color: #122FAA; }
span { border-color: rgb(18,47,170); }
td.TdClassName
{
border-color: #122FAA;
}
.TagClassName
{
border-color: #122FAA;
}
</style>