Shades of Egyptian Blue #122199
Tints of Egyptian Blue #122199
RGB
CMYK
RGB Variations
Color information
#122199 (or 0x122199) is known color: Egyptian Blue. HEX triplet: 12, 21 and 99. RGB value is (18,33,153). Sum of RGB (Red+Green+Blue) = 18+33+153=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 153 (60.16% from 255 or 75% from 204); Max value from RGB is 153 - color contains mainly: blue. Hex color #122199 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122199 is #EDDE66. Grayscale: #292929. Windows color (decimal): -15588967 or 10035474. OLE color: 10035474.
HSL color Cylindrical-coordinate representation of color #122199: hue angle of 233.33º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #122199 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 18 | 33 | 153 | - |
| CMYK | 0.88 | 0.78 | 0 | 0.4 |
| HSL | 233.33º | 0.79% | 0.34% | - |
| HSV(B) | 233.33º | 0.88% | 0.6% | - |
| XYZ | 6.54 | 3.52 | 30.47 | - |
| YUV | 42.2 | 190.53 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 33 | 153 | 0.88 | 0.78 | 0 | 0.4 | 233.33 | 0.79 | 0.34 |
| Hex | 12 | 21 | 99 | 58 | 4E | 0 | 28 | E9 | 4F | 22 |
| Octal | 22 | 41 | 231 | 130 | 116 | 0 | 50 | 351 | 117 | 42 |
| Binary | 10010 | 100001 | 10011001 | 1011000 | 1001110 | 0 | 101000 | 11101001 | 1001111 | 100010 |
Color Harmonies of #122199
Complementary color
Monochromatic Colors of #122199
Black with #122199
Text Example
Text Example
White with #122199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122199; }
p { color: rgb(18,33,153); }
H1.HeaderClassName
{
color: #122199;
}
.AnyTagClassName
{
color: #122199;
}
</style>
background-color css
<style>
a { background-color: #122199; }
a { background-color: rgb(18,33,153); }
div.DivClassName
{
background-color: #122199;
}
.BgClassName
{
background-color: #122199;
}
</style>
border-color css
<style>
span { border-color: #122199; }
span { border-color: rgb(18,33,153); }
td.TdClassName
{
border-color: #122199;
}
.TagClassName
{
border-color: #122199;
}
</style>