Shades of Egyptian Blue #122EAF
Tints of Egyptian Blue #122EAF
RGB
CMYK
RGB Variations
Color information
#122EAF (or 0x122EAF) is known color: Egyptian Blue. HEX triplet: 12, 2E and AF. RGB value is (18,46,175). Sum of RGB (Red+Green+Blue) = 18+46+175=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 46 (18.36% from 255 or 19.25% from 239); Blue value is 175 (68.75% from 255 or 73.22% from 239); Max value from RGB is 175 - color contains mainly: blue. Hex color #122EAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122EAF is #EDD150. Grayscale: #333333. Windows color (decimal): -15585617 or 11480594. OLE color: 11480594.
HSL color Cylindrical-coordinate representation of color #122EAF: hue angle of 229.3º 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 #122EAF is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 46 | 175 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.31 |
| HSL | 229.3º | 0.81% | 0.38% | - |
| HSV(B) | 229.3º | 0.9% | 0.69% | - |
| XYZ | 8.96 | 5.18 | 41.08 | - |
| YUV | 52.33 | 197.22 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 175 | 0.90 | 0.74 | 0 | 0.31 | 229.3 | 0.81 | 0.38 |
| Hex | 12 | 2E | AF | 5A | 4A | 0 | 1F | E5 | 51 | 26 |
| Octal | 22 | 56 | 257 | 132 | 112 | 0 | 37 | 345 | 121 | 46 |
| Binary | 10010 | 101110 | 10101111 | 1011010 | 1001010 | 0 | 11111 | 11100101 | 1010001 | 100110 |
Color Harmonies of #122EAF
Complementary color
Monochromatic Colors of #122EAF
Black with #122EAF
Text Example
Text Example
White with #122EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122EAF; }
p { color: rgb(18,46,175); }
H1.HeaderClassName
{
color: #122EAF;
}
.AnyTagClassName
{
color: #122EAF;
}
</style>
background-color css
<style>
a { background-color: #122EAF; }
a { background-color: rgb(18,46,175); }
div.DivClassName
{
background-color: #122EAF;
}
.BgClassName
{
background-color: #122EAF;
}
</style>
border-color css
<style>
span { border-color: #122EAF; }
span { border-color: rgb(18,46,175); }
td.TdClassName
{
border-color: #122EAF;
}
.TagClassName
{
border-color: #122EAF;
}
</style>