Shades of Egyptian Blue #122195
Tints of Egyptian Blue #122195
RGB
CMYK
RGB Variations
Color information
#122195 (or 0x122195) is known color: Egyptian Blue. HEX triplet: 12, 21 and 95. RGB value is (18,33,149). Sum of RGB (Red+Green+Blue) = 18+33+149=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 149 (58.59% from 255 or 74.5% from 200); Max value from RGB is 149 - color contains mainly: blue. Hex color #122195 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122195 is #EDDE6A. Grayscale: #292929. Windows color (decimal): -15588971 or 9773330. OLE color: 9773330.
HSL color Cylindrical-coordinate representation of color #122195: hue angle of 233.13º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #122195 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 33 | 149 | - |
| CMYK | 0.88 | 0.78 | 0 | 0.42 |
| HSL | 233.13º | 0.78% | 0.33% | - |
| HSV(B) | 233.13º | 0.88% | 0.58% | - |
| XYZ | 6.22 | 3.39 | 28.76 | - |
| YUV | 41.74 | 188.53 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 33 | 149 | 0.88 | 0.78 | 0 | 0.42 | 233.13 | 0.78 | 0.33 |
| Hex | 12 | 21 | 95 | 58 | 4E | 0 | 2A | E9 | 4E | 21 |
| Octal | 22 | 41 | 225 | 130 | 116 | 0 | 52 | 351 | 116 | 41 |
| Binary | 10010 | 100001 | 10010101 | 1011000 | 1001110 | 0 | 101010 | 11101001 | 1001110 | 100001 |
Color Harmonies of #122195
Complementary color
Monochromatic Colors of #122195
Black with #122195
Text Example
Text Example
White with #122195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122195; }
p { color: rgb(18,33,149); }
H1.HeaderClassName
{
color: #122195;
}
.AnyTagClassName
{
color: #122195;
}
</style>
background-color css
<style>
a { background-color: #122195; }
a { background-color: rgb(18,33,149); }
div.DivClassName
{
background-color: #122195;
}
.BgClassName
{
background-color: #122195;
}
</style>
border-color css
<style>
span { border-color: #122195; }
span { border-color: rgb(18,33,149); }
td.TdClassName
{
border-color: #122195;
}
.TagClassName
{
border-color: #122195;
}
</style>