Shades of Egyptian Blue #122F93
Tints of Egyptian Blue #122F93
RGB
CMYK
RGB Variations
Color information
#122F93 (or 0x122F93) is known color: Egyptian Blue. HEX triplet: 12, 2F and 93. RGB value is (18,47,147). Sum of RGB (Red+Green+Blue) = 18+47+147=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 147 (57.81% from 255 or 69.34% from 212); Max value from RGB is 147 - color contains mainly: blue. Hex color #122F93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122F93 is #EDD06C. Grayscale: #313131. Windows color (decimal): -15585389 or 9645842. OLE color: 9645842.
HSL color Cylindrical-coordinate representation of color #122F93: hue angle of 226.51º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #122F93 is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 47 | 147 | - |
| CMYK | 0.88 | 0.68 | 0 | 0.42 |
| HSL | 226.51º | 0.78% | 0.32% | - |
| HSV(B) | 226.51º | 0.88% | 0.58% | - |
| XYZ | 6.53 | 4.27 | 28.08 | - |
| YUV | 49.73 | 182.89 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 147 | 0.88 | 0.68 | 0 | 0.42 | 226.51 | 0.78 | 0.32 |
| Hex | 12 | 2F | 93 | 58 | 44 | 0 | 2A | E3 | 4E | 20 |
| Octal | 22 | 57 | 223 | 130 | 104 | 0 | 52 | 343 | 116 | 40 |
| Binary | 10010 | 101111 | 10010011 | 1011000 | 1000100 | 0 | 101010 | 11100011 | 1001110 | 100000 |
Color Harmonies of #122F93
Complementary color
Monochromatic Colors of #122F93
Black with #122F93
Text Example
Text Example
White with #122F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122F93; }
p { color: rgb(18,47,147); }
H1.HeaderClassName
{
color: #122F93;
}
.AnyTagClassName
{
color: #122F93;
}
</style>
background-color css
<style>
a { background-color: #122F93; }
a { background-color: rgb(18,47,147); }
div.DivClassName
{
background-color: #122F93;
}
.BgClassName
{
background-color: #122F93;
}
</style>
border-color css
<style>
span { border-color: #122F93; }
span { border-color: rgb(18,47,147); }
td.TdClassName
{
border-color: #122F93;
}
.TagClassName
{
border-color: #122F93;
}
</style>