Shades of Egyptian Blue #123199
Tints of Egyptian Blue #123199
RGB
CMYK
RGB Variations
Color information
#123199 (or 0x123199) is known color: Egyptian Blue. HEX triplet: 12, 31 and 99. RGB value is (18,49,153). Sum of RGB (Red+Green+Blue) = 18+49+153=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 153 (60.16% from 255 or 69.55% from 220); Max value from RGB is 153 - color contains mainly: blue. Hex color #123199 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123199 is #EDCE66. Grayscale: #333333. Windows color (decimal): -15584871 or 10039570. OLE color: 10039570.
HSL color Cylindrical-coordinate representation of color #123199: hue angle of 226.22º 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 #123199 is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 18 | 49 | 153 | - |
| CMYK | 0.88 | 0.68 | 0 | 0.4 |
| HSL | 226.22º | 0.79% | 0.34% | - |
| HSV(B) | 226.22º | 0.88% | 0.6% | - |
| XYZ | 7.1 | 4.63 | 30.66 | - |
| YUV | 51.59 | 185.23 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 49 | 153 | 0.88 | 0.68 | 0 | 0.4 | 226.22 | 0.79 | 0.34 |
| Hex | 12 | 31 | 99 | 58 | 44 | 0 | 28 | E2 | 4F | 22 |
| Octal | 22 | 61 | 231 | 130 | 104 | 0 | 50 | 342 | 117 | 42 |
| Binary | 10010 | 110001 | 10011001 | 1011000 | 1000100 | 0 | 101000 | 11100010 | 1001111 | 100010 |
Color Harmonies of #123199
Complementary color
Monochromatic Colors of #123199
Black with #123199
Text Example
Text Example
White with #123199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123199; }
p { color: rgb(18,49,153); }
H1.HeaderClassName
{
color: #123199;
}
.AnyTagClassName
{
color: #123199;
}
</style>
background-color css
<style>
a { background-color: #123199; }
a { background-color: rgb(18,49,153); }
div.DivClassName
{
background-color: #123199;
}
.BgClassName
{
background-color: #123199;
}
</style>
border-color css
<style>
span { border-color: #123199; }
span { border-color: rgb(18,49,153); }
td.TdClassName
{
border-color: #123199;
}
.TagClassName
{
border-color: #123199;
}
</style>