Shades of Egyptian Blue #122F98
Tints of Egyptian Blue #122F98
RGB
CMYK
RGB Variations
Color information
#122F98 (or 0x122F98) is known color: Egyptian Blue. HEX triplet: 12, 2F and 98. RGB value is (18,47,152). Sum of RGB (Red+Green+Blue) = 18+47+152=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 47 (18.75% from 255 or 21.66% from 217); Blue value is 152 (59.77% from 255 or 70.05% from 217); Max value from RGB is 152 - color contains mainly: blue. Hex color #122F98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122F98 is #EDD067. Grayscale: #313131. Windows color (decimal): -15585384 or 9973522. OLE color: 9973522.
HSL color Cylindrical-coordinate representation of color #122F98: hue angle of 227.01º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #122F98 is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 18 | 47 | 152 | - |
| CMYK | 0.88 | 0.69 | 0 | 0.40 |
| HSL | 227.01º | 0.79% | 0.33% | - |
| HSV(B) | 227.01º | 0.88% | 0.6% | - |
| XYZ | 6.93 | 4.43 | 30.2 | - |
| YUV | 50.3 | 185.39 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 152 | 0.88 | 0.69 | 0 | 0.40 | 227.01 | 0.79 | 0.33 |
| Hex | 12 | 2F | 98 | 58 | 45 | 0 | 28 | E3 | 4F | 21 |
| Octal | 22 | 57 | 230 | 130 | 105 | 0 | 50 | 343 | 117 | 41 |
| Binary | 10010 | 101111 | 10011000 | 1011000 | 1000101 | 0 | 101000 | 11100011 | 1001111 | 100001 |
Color Harmonies of #122F98
Complementary color
Monochromatic Colors of #122F98
Black with #122F98
Text Example
Text Example
White with #122F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122F98; }
p { color: rgb(18,47,152); }
H1.HeaderClassName
{
color: #122F98;
}
.AnyTagClassName
{
color: #122F98;
}
</style>
background-color css
<style>
a { background-color: #122F98; }
a { background-color: rgb(18,47,152); }
div.DivClassName
{
background-color: #122F98;
}
.BgClassName
{
background-color: #122F98;
}
</style>
border-color css
<style>
span { border-color: #122F98; }
span { border-color: rgb(18,47,152); }
td.TdClassName
{
border-color: #122F98;
}
.TagClassName
{
border-color: #122F98;
}
</style>