Shades of Egyptian Blue #122E91
Tints of Egyptian Blue #122E91
RGB
CMYK
RGB Variations
Color information
#122E91 (or 0x122E91) is known color: Egyptian Blue. HEX triplet: 12, 2E and 91. RGB value is (18,46,145). Sum of RGB (Red+Green+Blue) = 18+46+145=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 46 (18.36% from 255 or 22.01% from 209); Blue value is 145 (57.03% from 255 or 69.38% from 209); Max value from RGB is 145 - color contains mainly: blue. Hex color #122E91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122E91 is #EDD16E. Grayscale: #303030. Windows color (decimal): -15585647 or 9514514. OLE color: 9514514.
HSL color Cylindrical-coordinate representation of color #122E91: hue angle of 226.77º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #122E91 is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 46 | 145 | - |
| CMYK | 0.88 | 0.68 | 0 | 0.43 |
| HSL | 226.77º | 0.78% | 0.32% | - |
| HSV(B) | 226.77º | 0.88% | 0.57% | - |
| XYZ | 6.34 | 4.13 | 27.25 | - |
| YUV | 48.91 | 182.22 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 145 | 0.88 | 0.68 | 0 | 0.43 | 226.77 | 0.78 | 0.32 |
| Hex | 12 | 2E | 91 | 58 | 44 | 0 | 2B | E3 | 4E | 20 |
| Octal | 22 | 56 | 221 | 130 | 104 | 0 | 53 | 343 | 116 | 40 |
| Binary | 10010 | 101110 | 10010001 | 1011000 | 1000100 | 0 | 101011 | 11100011 | 1001110 | 100000 |
Color Harmonies of #122E91
Complementary color
Monochromatic Colors of #122E91
Black with #122E91
Text Example
Text Example
White with #122E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122E91; }
p { color: rgb(18,46,145); }
H1.HeaderClassName
{
color: #122E91;
}
.AnyTagClassName
{
color: #122E91;
}
</style>
background-color css
<style>
a { background-color: #122E91; }
a { background-color: rgb(18,46,145); }
div.DivClassName
{
background-color: #122E91;
}
.BgClassName
{
background-color: #122E91;
}
</style>
border-color css
<style>
span { border-color: #122E91; }
span { border-color: rgb(18,46,145); }
td.TdClassName
{
border-color: #122E91;
}
.TagClassName
{
border-color: #122E91;
}
</style>