Shades of Egyptian Blue #123BA3
Tints of Egyptian Blue #123BA3
RGB
CMYK
RGB Variations
Color information
#123BA3 (or 0x123BA3) is known color: Egyptian Blue. HEX triplet: 12, 3B and A3. RGB value is (18,59,163). Sum of RGB (Red+Green+Blue) = 18+59+163=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 163 (64.06% from 255 or 67.92% from 240); Max value from RGB is 163 - color contains mainly: blue. Hex color #123BA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123BA3 is #EDC45C. Grayscale: #3A3A3A. Windows color (decimal): -15582301 or 10697490. OLE color: 10697490.
HSL color Cylindrical-coordinate representation of color #123BA3: hue angle of 223.03º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #123BA3 is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 59 | 163 | - |
| CMYK | 0.89 | 0.64 | 0 | 0.36 |
| HSL | 223.03º | 0.8% | 0.35% | - |
| HSV(B) | 223.03º | 0.89% | 0.64% | - |
| XYZ | 8.42 | 5.9 | 35.35 | - |
| YUV | 58.6 | 186.92 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 59 | 163 | 0.89 | 0.64 | 0 | 0.36 | 223.03 | 0.8 | 0.35 |
| Hex | 12 | 3B | A3 | 59 | 40 | 0 | 24 | DF | 50 | 23 |
| Octal | 22 | 73 | 243 | 131 | 100 | 0 | 44 | 337 | 120 | 43 |
| Binary | 10010 | 111011 | 10100011 | 1011001 | 1000000 | 0 | 100100 | 11011111 | 1010000 | 100011 |
Color Harmonies of #123BA3
Complementary color
Monochromatic Colors of #123BA3
Black with #123BA3
Text Example
Text Example
White with #123BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123BA3; }
p { color: rgb(18,59,163); }
H1.HeaderClassName
{
color: #123BA3;
}
.AnyTagClassName
{
color: #123BA3;
}
</style>
background-color css
<style>
a { background-color: #123BA3; }
a { background-color: rgb(18,59,163); }
div.DivClassName
{
background-color: #123BA3;
}
.BgClassName
{
background-color: #123BA3;
}
</style>
border-color css
<style>
span { border-color: #123BA3; }
span { border-color: rgb(18,59,163); }
td.TdClassName
{
border-color: #123BA3;
}
.TagClassName
{
border-color: #123BA3;
}
</style>