Shades of Egyptian Blue #123BA7
Tints of Egyptian Blue #123BA7
RGB
CMYK
RGB Variations
Color information
#123BA7 (or 0x123BA7) is known color: Egyptian Blue. HEX triplet: 12, 3B and A7. RGB value is (18,59,167). Sum of RGB (Red+Green+Blue) = 18+59+167=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 59 (23.44% from 255 or 24.18% from 244); Blue value is 167 (65.62% from 255 or 68.44% from 244); Max value from RGB is 167 - color contains mainly: blue. Hex color #123BA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123BA7 is #EDC458. Grayscale: #3A3A3A. Windows color (decimal): -15582297 or 10959634. OLE color: 10959634.
HSL color Cylindrical-coordinate representation of color #123BA7: hue angle of 223.49º 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 #123BA7 is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 18 | 59 | 167 | - |
| CMYK | 0.89 | 0.65 | 0 | 0.35 |
| HSL | 223.49º | 0.81% | 0.36% | - |
| HSV(B) | 223.49º | 0.89% | 0.65% | - |
| XYZ | 8.79 | 6.05 | 37.26 | - |
| YUV | 59.05 | 188.92 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 59 | 167 | 0.89 | 0.65 | 0 | 0.35 | 223.49 | 0.81 | 0.36 |
| Hex | 12 | 3B | A7 | 59 | 41 | 0 | 23 | DF | 51 | 24 |
| Octal | 22 | 73 | 247 | 131 | 101 | 0 | 43 | 337 | 121 | 44 |
| Binary | 10010 | 111011 | 10100111 | 1011001 | 1000001 | 0 | 100011 | 11011111 | 1010001 | 100100 |
Color Harmonies of #123BA7
Complementary color
Monochromatic Colors of #123BA7
Black with #123BA7
Text Example
Text Example
White with #123BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123BA7; }
p { color: rgb(18,59,167); }
H1.HeaderClassName
{
color: #123BA7;
}
.AnyTagClassName
{
color: #123BA7;
}
</style>
background-color css
<style>
a { background-color: #123BA7; }
a { background-color: rgb(18,59,167); }
div.DivClassName
{
background-color: #123BA7;
}
.BgClassName
{
background-color: #123BA7;
}
</style>
border-color css
<style>
span { border-color: #123BA7; }
span { border-color: rgb(18,59,167); }
td.TdClassName
{
border-color: #123BA7;
}
.TagClassName
{
border-color: #123BA7;
}
</style>