Shades of Egyptian Blue #122999
Tints of Egyptian Blue #122999
RGB
CMYK
RGB Variations
Color information
#122999 (or 0x122999) is known color: Egyptian Blue. HEX triplet: 12, 29 and 99. RGB value is (18,41,153). Sum of RGB (Red+Green+Blue) = 18+41+153=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 153 (60.16% from 255 or 72.17% from 212); Max value from RGB is 153 - color contains mainly: blue. Hex color #122999 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122999 is #EDD666. Grayscale: #2E2E2E. Windows color (decimal): -15586919 or 10037522. OLE color: 10037522.
HSL color Cylindrical-coordinate representation of color #122999: hue angle of 229.78º 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 #122999 is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 18 | 41 | 153 | - |
| CMYK | 0.88 | 0.73 | 0 | 0.4 |
| HSL | 229.78º | 0.79% | 0.34% | - |
| HSV(B) | 229.78º | 0.88% | 0.6% | - |
| XYZ | 6.79 | 4.01 | 30.55 | - |
| YUV | 46.89 | 187.88 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 41 | 153 | 0.88 | 0.73 | 0 | 0.4 | 229.78 | 0.79 | 0.34 |
| Hex | 12 | 29 | 99 | 58 | 49 | 0 | 28 | E6 | 4F | 22 |
| Octal | 22 | 51 | 231 | 130 | 111 | 0 | 50 | 346 | 117 | 42 |
| Binary | 10010 | 101001 | 10011001 | 1011000 | 1001001 | 0 | 101000 | 11100110 | 1001111 | 100010 |
Color Harmonies of #122999
Complementary color
Monochromatic Colors of #122999
Black with #122999
Text Example
Text Example
White with #122999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122999; }
p { color: rgb(18,41,153); }
H1.HeaderClassName
{
color: #122999;
}
.AnyTagClassName
{
color: #122999;
}
</style>
background-color css
<style>
a { background-color: #122999; }
a { background-color: rgb(18,41,153); }
div.DivClassName
{
background-color: #122999;
}
.BgClassName
{
background-color: #122999;
}
</style>
border-color css
<style>
span { border-color: #122999; }
span { border-color: rgb(18,41,153); }
td.TdClassName
{
border-color: #122999;
}
.TagClassName
{
border-color: #122999;
}
</style>