Shades of Egyptian Blue #122098
Tints of Egyptian Blue #122098
RGB
CMYK
RGB Variations
Color information
#122098 (or 0x122098) is known color: Egyptian Blue. HEX triplet: 12, 20 and 98. RGB value is (18,32,152). Sum of RGB (Red+Green+Blue) = 18+32+152=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 152 (59.77% from 255 or 75.25% from 202); Max value from RGB is 152 - color contains mainly: blue. Hex color #122098 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122098 is #EDDF67. Grayscale: #292929. Windows color (decimal): -15589224 or 9969682. OLE color: 9969682.
HSL color Cylindrical-coordinate representation of color #122098: hue angle of 233.73º 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 #122098 is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 18 | 32 | 152 | - |
| CMYK | 0.88 | 0.79 | 0 | 0.40 |
| HSL | 233.73º | 0.79% | 0.33% | - |
| HSV(B) | 233.73º | 0.88% | 0.6% | - |
| XYZ | 6.43 | 3.43 | 30.03 | - |
| YUV | 41.49 | 190.36 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 32 | 152 | 0.88 | 0.79 | 0 | 0.40 | 233.73 | 0.79 | 0.33 |
| Hex | 12 | 20 | 98 | 58 | 4F | 0 | 28 | EA | 4F | 21 |
| Octal | 22 | 40 | 230 | 130 | 117 | 0 | 50 | 352 | 117 | 41 |
| Binary | 10010 | 100000 | 10011000 | 1011000 | 1001111 | 0 | 101000 | 11101010 | 1001111 | 100001 |
Color Harmonies of #122098
Complementary color
Monochromatic Colors of #122098
Black with #122098
Text Example
Text Example
White with #122098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122098; }
p { color: rgb(18,32,152); }
H1.HeaderClassName
{
color: #122098;
}
.AnyTagClassName
{
color: #122098;
}
</style>
background-color css
<style>
a { background-color: #122098; }
a { background-color: rgb(18,32,152); }
div.DivClassName
{
background-color: #122098;
}
.BgClassName
{
background-color: #122098;
}
</style>
border-color css
<style>
span { border-color: #122098; }
span { border-color: rgb(18,32,152); }
td.TdClassName
{
border-color: #122098;
}
.TagClassName
{
border-color: #122098;
}
</style>