Shades of Egyptian Blue #123E9F
Tints of Egyptian Blue #123E9F
RGB
CMYK
RGB Variations
Color information
#123E9F (or 0x123E9F) is known color: Egyptian Blue. HEX triplet: 12, 3E and 9F. RGB value is (18,62,159). Sum of RGB (Red+Green+Blue) = 18+62+159=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 62 (24.61% from 255 or 25.94% from 239); Blue value is 159 (62.5% from 255 or 66.53% from 239); Max value from RGB is 159 - color contains mainly: blue. Hex color #123E9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123E9F is #EDC160. Grayscale: #3B3B3B. Windows color (decimal): -15581537 or 10436114. OLE color: 10436114.
HSL color Cylindrical-coordinate representation of color #123E9F: hue angle of 221.28º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #123E9F is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 62 | 159 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.38 |
| HSL | 221.28º | 0.8% | 0.35% | - |
| HSV(B) | 221.28º | 0.89% | 0.62% | - |
| XYZ | 8.23 | 6.08 | 33.54 | - |
| YUV | 59.9 | 183.92 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 62 | 159 | 0.89 | 0.61 | 0 | 0.38 | 221.28 | 0.8 | 0.35 |
| Hex | 12 | 3E | 9F | 59 | 3D | 0 | 26 | DD | 50 | 23 |
| Octal | 22 | 76 | 237 | 131 | 75 | 0 | 46 | 335 | 120 | 43 |
| Binary | 10010 | 111110 | 10011111 | 1011001 | 111101 | 0 | 100110 | 11011101 | 1010000 | 100011 |
Color Harmonies of #123E9F
Complementary color
Monochromatic Colors of #123E9F
Black with #123E9F
Text Example
Text Example
White with #123E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123E9F; }
p { color: rgb(18,62,159); }
H1.HeaderClassName
{
color: #123E9F;
}
.AnyTagClassName
{
color: #123E9F;
}
</style>
background-color css
<style>
a { background-color: #123E9F; }
a { background-color: rgb(18,62,159); }
div.DivClassName
{
background-color: #123E9F;
}
.BgClassName
{
background-color: #123E9F;
}
</style>
border-color css
<style>
span { border-color: #123E9F; }
span { border-color: rgb(18,62,159); }
td.TdClassName
{
border-color: #123E9F;
}
.TagClassName
{
border-color: #123E9F;
}
</style>