Shades of Egyptian Blue #123EA7
Tints of Egyptian Blue #123EA7
RGB
CMYK
RGB Variations
Color information
#123EA7 (or 0x123EA7) is known color: Egyptian Blue. HEX triplet: 12, 3E and A7. RGB value is (18,62,167). Sum of RGB (Red+Green+Blue) = 18+62+167=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 62 (24.61% from 255 or 25.10% from 247); Blue value is 167 (65.62% from 255 or 67.61% from 247); Max value from RGB is 167 - color contains mainly: blue. Hex color #123EA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123EA7 is #EDC158. Grayscale: #3C3C3C. Windows color (decimal): -15581529 or 10960402. OLE color: 10960402.
HSL color Cylindrical-coordinate representation of color #123EA7: hue angle of 222.28º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #123EA7 is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 18 | 62 | 167 | - |
| CMYK | 0.89 | 0.63 | 0 | 0.35 |
| HSL | 222.28º | 0.81% | 0.36% | - |
| HSV(B) | 222.28º | 0.89% | 0.65% | - |
| XYZ | 8.95 | 6.36 | 37.32 | - |
| YUV | 60.81 | 187.92 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 62 | 167 | 0.89 | 0.63 | 0 | 0.35 | 222.28 | 0.81 | 0.36 |
| Hex | 12 | 3E | A7 | 59 | 3F | 0 | 23 | DE | 51 | 24 |
| Octal | 22 | 76 | 247 | 131 | 77 | 0 | 43 | 336 | 121 | 44 |
| Binary | 10010 | 111110 | 10100111 | 1011001 | 111111 | 0 | 100011 | 11011110 | 1010001 | 100100 |
Color Harmonies of #123EA7
Complementary color
Monochromatic Colors of #123EA7
Black with #123EA7
Text Example
Text Example
White with #123EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123EA7; }
p { color: rgb(18,62,167); }
H1.HeaderClassName
{
color: #123EA7;
}
.AnyTagClassName
{
color: #123EA7;
}
</style>
background-color css
<style>
a { background-color: #123EA7; }
a { background-color: rgb(18,62,167); }
div.DivClassName
{
background-color: #123EA7;
}
.BgClassName
{
background-color: #123EA7;
}
</style>
border-color css
<style>
span { border-color: #123EA7; }
span { border-color: rgb(18,62,167); }
td.TdClassName
{
border-color: #123EA7;
}
.TagClassName
{
border-color: #123EA7;
}
</style>