Shades of Egyptian Blue #122AAF
Tints of Egyptian Blue #122AAF
RGB
CMYK
RGB Variations
Color information
#122AAF (or 0x122AAF) is known color: Egyptian Blue. HEX triplet: 12, 2A and AF. RGB value is (18,42,175). Sum of RGB (Red+Green+Blue) = 18+42+175=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 42 (16.80% from 255 or 17.87% from 235); Blue value is 175 (68.75% from 255 or 74.47% from 235); Max value from RGB is 175 - color contains mainly: blue. Hex color #122AAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122AAF is #EDD550. Grayscale: #313131. Windows color (decimal): -15586641 or 11479570. OLE color: 11479570.
HSL color Cylindrical-coordinate representation of color #122AAF: hue angle of 230.83º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #122AAF is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 42 | 175 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.31 |
| HSL | 230.83º | 0.81% | 0.38% | - |
| HSV(B) | 230.83º | 0.9% | 0.69% | - |
| XYZ | 8.82 | 4.88 | 41.03 | - |
| YUV | 49.99 | 198.55 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 42 | 175 | 0.90 | 0.76 | 0 | 0.31 | 230.83 | 0.81 | 0.38 |
| Hex | 12 | 2A | AF | 5A | 4C | 0 | 1F | E7 | 51 | 26 |
| Octal | 22 | 52 | 257 | 132 | 114 | 0 | 37 | 347 | 121 | 46 |
| Binary | 10010 | 101010 | 10101111 | 1011010 | 1001100 | 0 | 11111 | 11100111 | 1010001 | 100110 |
Color Harmonies of #122AAF
Complementary color
Monochromatic Colors of #122AAF
Black with #122AAF
Text Example
Text Example
White with #122AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122AAF; }
p { color: rgb(18,42,175); }
H1.HeaderClassName
{
color: #122AAF;
}
.AnyTagClassName
{
color: #122AAF;
}
</style>
background-color css
<style>
a { background-color: #122AAF; }
a { background-color: rgb(18,42,175); }
div.DivClassName
{
background-color: #122AAF;
}
.BgClassName
{
background-color: #122AAF;
}
</style>
border-color css
<style>
span { border-color: #122AAF; }
span { border-color: rgb(18,42,175); }
td.TdClassName
{
border-color: #122AAF;
}
.TagClassName
{
border-color: #122AAF;
}
</style>