Shades of Egyptian Blue #122391
Tints of Egyptian Blue #122391
RGB
CMYK
RGB Variations
Color information
#122391 (or 0x122391) is known color: Egyptian Blue. HEX triplet: 12, 23 and 91. RGB value is (18,35,145). Sum of RGB (Red+Green+Blue) = 18+35+145=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 35 (14.06% from 255 or 17.68% from 198); Blue value is 145 (57.03% from 255 or 73.23% from 198); Max value from RGB is 145 - color contains mainly: blue. Hex color #122391 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122391 is #EDDC6E. Grayscale: #2A2A2A. Windows color (decimal): -15588463 or 9511698. OLE color: 9511698.
HSL color Cylindrical-coordinate representation of color #122391: hue angle of 231.97º 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 #122391 is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 35 | 145 | - |
| CMYK | 0.88 | 0.76 | 0 | 0.43 |
| HSL | 231.97º | 0.78% | 0.32% | - |
| HSV(B) | 231.97º | 0.88% | 0.57% | - |
| XYZ | 5.96 | 3.37 | 27.13 | - |
| YUV | 42.46 | 185.87 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 35 | 145 | 0.88 | 0.76 | 0 | 0.43 | 231.97 | 0.78 | 0.32 |
| Hex | 12 | 23 | 91 | 58 | 4C | 0 | 2B | E8 | 4E | 20 |
| Octal | 22 | 43 | 221 | 130 | 114 | 0 | 53 | 350 | 116 | 40 |
| Binary | 10010 | 100011 | 10010001 | 1011000 | 1001100 | 0 | 101011 | 11101000 | 1001110 | 100000 |
Color Harmonies of #122391
Complementary color
Monochromatic Colors of #122391
Black with #122391
Text Example
Text Example
White with #122391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122391; }
p { color: rgb(18,35,145); }
H1.HeaderClassName
{
color: #122391;
}
.AnyTagClassName
{
color: #122391;
}
</style>
background-color css
<style>
a { background-color: #122391; }
a { background-color: rgb(18,35,145); }
div.DivClassName
{
background-color: #122391;
}
.BgClassName
{
background-color: #122391;
}
</style>
border-color css
<style>
span { border-color: #122391; }
span { border-color: rgb(18,35,145); }
td.TdClassName
{
border-color: #122391;
}
.TagClassName
{
border-color: #122391;
}
</style>