Shades of Egyptian Blue #122799
Tints of Egyptian Blue #122799
RGB
CMYK
RGB Variations
Color information
#122799 (or 0x122799) is known color: Egyptian Blue. HEX triplet: 12, 27 and 99. RGB value is (18,39,153). Sum of RGB (Red+Green+Blue) = 18+39+153=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 39 (15.62% from 255 or 18.57% from 210); Blue value is 153 (60.16% from 255 or 72.86% from 210); Max value from RGB is 153 - color contains mainly: blue. Hex color #122799 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122799 is #EDD866. Grayscale: #2D2D2D. Windows color (decimal): -15587431 or 10037010. OLE color: 10037010.
HSL color Cylindrical-coordinate representation of color #122799: hue angle of 230.67º 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 #122799 is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 18 | 39 | 153 | - |
| CMYK | 0.88 | 0.75 | 0 | 0.4 |
| HSL | 230.67º | 0.79% | 0.34% | - |
| HSV(B) | 230.67º | 0.88% | 0.6% | - |
| XYZ | 6.72 | 3.88 | 30.53 | - |
| YUV | 45.72 | 188.54 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 39 | 153 | 0.88 | 0.75 | 0 | 0.4 | 230.67 | 0.79 | 0.34 |
| Hex | 12 | 27 | 99 | 58 | 4B | 0 | 28 | E7 | 4F | 22 |
| Octal | 22 | 47 | 231 | 130 | 113 | 0 | 50 | 347 | 117 | 42 |
| Binary | 10010 | 100111 | 10011001 | 1011000 | 1001011 | 0 | 101000 | 11100111 | 1001111 | 100010 |
Color Harmonies of #122799
Complementary color
Monochromatic Colors of #122799
Black with #122799
Text Example
Text Example
White with #122799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122799; }
p { color: rgb(18,39,153); }
H1.HeaderClassName
{
color: #122799;
}
.AnyTagClassName
{
color: #122799;
}
</style>
background-color css
<style>
a { background-color: #122799; }
a { background-color: rgb(18,39,153); }
div.DivClassName
{
background-color: #122799;
}
.BgClassName
{
background-color: #122799;
}
</style>
border-color css
<style>
span { border-color: #122799; }
span { border-color: rgb(18,39,153); }
td.TdClassName
{
border-color: #122799;
}
.TagClassName
{
border-color: #122799;
}
</style>