Shades of Egyptian Blue #124099
Tints of Egyptian Blue #124099
RGB
CMYK
RGB Variations
Color information
#124099 (or 0x124099) is known color: Egyptian Blue. HEX triplet: 12, 40 and 99. RGB value is (18,64,153). Sum of RGB (Red+Green+Blue) = 18+64+153=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 153 (60.16% from 255 or 65.11% from 235); Max value from RGB is 153 - color contains mainly: blue. Hex color #124099 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124099 is #EDBF66. Grayscale: #3B3B3B. Windows color (decimal): -15581031 or 10043410. OLE color: 10043410.
HSL color Cylindrical-coordinate representation of color #124099: hue angle of 219.56º 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 #124099 is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 18 | 64 | 153 | - |
| CMYK | 0.88 | 0.58 | 0 | 0.4 |
| HSL | 219.56º | 0.79% | 0.34% | - |
| HSV(B) | 219.56º | 0.88% | 0.6% | - |
| XYZ | 7.83 | 6.1 | 30.9 | - |
| YUV | 60.39 | 180.26 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 64 | 153 | 0.88 | 0.58 | 0 | 0.4 | 219.56 | 0.79 | 0.34 |
| Hex | 12 | 40 | 99 | 58 | 3A | 0 | 28 | DC | 4F | 22 |
| Octal | 22 | 100 | 231 | 130 | 72 | 0 | 50 | 334 | 117 | 42 |
| Binary | 10010 | 1000000 | 10011001 | 1011000 | 111010 | 0 | 101000 | 11011100 | 1001111 | 100010 |
Color Harmonies of #124099
Complementary color
Monochromatic Colors of #124099
Black with #124099
Text Example
Text Example
White with #124099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124099; }
p { color: rgb(18,64,153); }
H1.HeaderClassName
{
color: #124099;
}
.AnyTagClassName
{
color: #124099;
}
</style>
background-color css
<style>
a { background-color: #124099; }
a { background-color: rgb(18,64,153); }
div.DivClassName
{
background-color: #124099;
}
.BgClassName
{
background-color: #124099;
}
</style>
border-color css
<style>
span { border-color: #124099; }
span { border-color: rgb(18,64,153); }
td.TdClassName
{
border-color: #124099;
}
.TagClassName
{
border-color: #124099;
}
</style>