Shades of Egyptian Blue #122EB2
Tints of Egyptian Blue #122EB2
RGB
CMYK
RGB Variations
Color information
#122EB2 (or 0x122EB2) is known color: Egyptian Blue. HEX triplet: 12, 2E and B2. RGB value is (18,46,178). Sum of RGB (Red+Green+Blue) = 18+46+178=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 46 (18.36% from 255 or 19.01% from 242); Blue value is 178 (69.92% from 255 or 73.55% from 242); Max value from RGB is 178 - color contains mainly: blue. Hex color #122EB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122EB2 is #EDD14D. Grayscale: #343434. Windows color (decimal): -15585614 or 11677202. OLE color: 11677202.
HSL color Cylindrical-coordinate representation of color #122EB2: hue angle of 229.5º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #122EB2 is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 46 | 178 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.30 |
| HSL | 229.5º | 0.82% | 0.38% | - |
| HSV(B) | 229.5º | 0.9% | 0.7% | - |
| XYZ | 9.26 | 5.3 | 42.65 | - |
| YUV | 52.68 | 198.72 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 178 | 0.90 | 0.74 | 0 | 0.30 | 229.5 | 0.82 | 0.38 |
| Hex | 12 | 2E | B2 | 5A | 4A | 0 | 1E | E6 | 52 | 26 |
| Octal | 22 | 56 | 262 | 132 | 112 | 0 | 36 | 346 | 122 | 46 |
| Binary | 10010 | 101110 | 10110010 | 1011010 | 1001010 | 0 | 11110 | 11100110 | 1010010 | 100110 |
Color Harmonies of #122EB2
Complementary color
Monochromatic Colors of #122EB2
Black with #122EB2
Text Example
Text Example
White with #122EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122EB2; }
p { color: rgb(18,46,178); }
H1.HeaderClassName
{
color: #122EB2;
}
.AnyTagClassName
{
color: #122EB2;
}
</style>
background-color css
<style>
a { background-color: #122EB2; }
a { background-color: rgb(18,46,178); }
div.DivClassName
{
background-color: #122EB2;
}
.BgClassName
{
background-color: #122EB2;
}
</style>
border-color css
<style>
span { border-color: #122EB2; }
span { border-color: rgb(18,46,178); }
td.TdClassName
{
border-color: #122EB2;
}
.TagClassName
{
border-color: #122EB2;
}
</style>