Shades of Egyptian Blue #122EB0
Tints of Egyptian Blue #122EB0
RGB
CMYK
RGB Variations
Color information
#122EB0 (or 0x122EB0) is known color: Egyptian Blue. HEX triplet: 12, 2E and B0. RGB value is (18,46,176). Sum of RGB (Red+Green+Blue) = 18+46+176=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 46 (18.36% from 255 or 19.17% from 240); Blue value is 176 (69.14% from 255 or 73.33% from 240); Max value from RGB is 176 - color contains mainly: blue. Hex color #122EB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122EB0 is #EDD14F. Grayscale: #333333. Windows color (decimal): -15585616 or 11546130. OLE color: 11546130.
HSL color Cylindrical-coordinate representation of color #122EB0: hue angle of 229.37º 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 #122EB0 is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 46 | 176 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.31 |
| HSL | 229.37º | 0.81% | 0.38% | - |
| HSV(B) | 229.37º | 0.9% | 0.69% | - |
| XYZ | 9.06 | 5.22 | 41.6 | - |
| YUV | 52.45 | 197.72 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 176 | 0.90 | 0.74 | 0 | 0.31 | 229.37 | 0.81 | 0.38 |
| Hex | 12 | 2E | B0 | 5A | 4A | 0 | 1F | E5 | 51 | 26 |
| Octal | 22 | 56 | 260 | 132 | 112 | 0 | 37 | 345 | 121 | 46 |
| Binary | 10010 | 101110 | 10110000 | 1011010 | 1001010 | 0 | 11111 | 11100101 | 1010001 | 100110 |
Color Harmonies of #122EB0
Complementary color
Monochromatic Colors of #122EB0
Black with #122EB0
Text Example
Text Example
White with #122EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122EB0; }
p { color: rgb(18,46,176); }
H1.HeaderClassName
{
color: #122EB0;
}
.AnyTagClassName
{
color: #122EB0;
}
</style>
background-color css
<style>
a { background-color: #122EB0; }
a { background-color: rgb(18,46,176); }
div.DivClassName
{
background-color: #122EB0;
}
.BgClassName
{
background-color: #122EB0;
}
</style>
border-color css
<style>
span { border-color: #122EB0; }
span { border-color: rgb(18,46,176); }
td.TdClassName
{
border-color: #122EB0;
}
.TagClassName
{
border-color: #122EB0;
}
</style>