Shades of Egyptian Blue #123F99
Tints of Egyptian Blue #123F99
RGB
CMYK
RGB Variations
Color information
#123F99 (or 0x123F99) is known color: Egyptian Blue. HEX triplet: 12, 3F and 99. RGB value is (18,63,153). Sum of RGB (Red+Green+Blue) = 18+63+153=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 153 (60.16% from 255 or 65.38% from 234); Max value from RGB is 153 - color contains mainly: blue. Hex color #123F99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123F99 is #EDC066. Grayscale: #3B3B3B. Windows color (decimal): -15581287 or 10043154. OLE color: 10043154.
HSL color Cylindrical-coordinate representation of color #123F99: hue angle of 220º 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 #123F99 is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 18 | 63 | 153 | - |
| CMYK | 0.88 | 0.59 | 0 | 0.4 |
| HSL | 220º | 0.79% | 0.34% | - |
| HSV(B) | 220º | 0.88% | 0.6% | - |
| XYZ | 7.78 | 5.98 | 30.88 | - |
| YUV | 59.81 | 180.59 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 63 | 153 | 0.88 | 0.59 | 0 | 0.4 | 220 | 0.79 | 0.34 |
| Hex | 12 | 3F | 99 | 58 | 3B | 0 | 28 | DC | 4F | 22 |
| Octal | 22 | 77 | 231 | 130 | 73 | 0 | 50 | 334 | 117 | 42 |
| Binary | 10010 | 111111 | 10011001 | 1011000 | 111011 | 0 | 101000 | 11011100 | 1001111 | 100010 |
Color Harmonies of #123F99
Complementary color
Monochromatic Colors of #123F99
Black with #123F99
Text Example
Text Example
White with #123F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123F99; }
p { color: rgb(18,63,153); }
H1.HeaderClassName
{
color: #123F99;
}
.AnyTagClassName
{
color: #123F99;
}
</style>
background-color css
<style>
a { background-color: #123F99; }
a { background-color: rgb(18,63,153); }
div.DivClassName
{
background-color: #123F99;
}
.BgClassName
{
background-color: #123F99;
}
</style>
border-color css
<style>
span { border-color: #123F99; }
span { border-color: rgb(18,63,153); }
td.TdClassName
{
border-color: #123F99;
}
.TagClassName
{
border-color: #123F99;
}
</style>