Shades of Egyptian Blue #123CA4
Tints of Egyptian Blue #123CA4
RGB
CMYK
RGB Variations
Color information
#123CA4 (or 0x123CA4) is known color: Egyptian Blue. HEX triplet: 12, 3C and A4. RGB value is (18,60,164). Sum of RGB (Red+Green+Blue) = 18+60+164=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 164 (64.45% from 255 or 67.77% from 242); Max value from RGB is 164 - color contains mainly: blue. Hex color #123CA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123CA4 is #EDC35B. Grayscale: #3A3A3A. Windows color (decimal): -15582044 or 10763282. OLE color: 10763282.
HSL color Cylindrical-coordinate representation of color #123CA4: hue angle of 222.74º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #123CA4 is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 60 | 164 | - |
| CMYK | 0.89 | 0.63 | 0 | 0.36 |
| HSL | 222.74º | 0.8% | 0.36% | - |
| HSV(B) | 222.74º | 0.89% | 0.64% | - |
| XYZ | 8.57 | 6.04 | 35.84 | - |
| YUV | 59.3 | 187.09 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 60 | 164 | 0.89 | 0.63 | 0 | 0.36 | 222.74 | 0.8 | 0.36 |
| Hex | 12 | 3C | A4 | 59 | 3F | 0 | 24 | DF | 50 | 24 |
| Octal | 22 | 74 | 244 | 131 | 77 | 0 | 44 | 337 | 120 | 44 |
| Binary | 10010 | 111100 | 10100100 | 1011001 | 111111 | 0 | 100100 | 11011111 | 1010000 | 100100 |
Color Harmonies of #123CA4
Complementary color
Monochromatic Colors of #123CA4
Black with #123CA4
Text Example
Text Example
White with #123CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123CA4; }
p { color: rgb(18,60,164); }
H1.HeaderClassName
{
color: #123CA4;
}
.AnyTagClassName
{
color: #123CA4;
}
</style>
background-color css
<style>
a { background-color: #123CA4; }
a { background-color: rgb(18,60,164); }
div.DivClassName
{
background-color: #123CA4;
}
.BgClassName
{
background-color: #123CA4;
}
</style>
border-color css
<style>
span { border-color: #123CA4; }
span { border-color: rgb(18,60,164); }
td.TdClassName
{
border-color: #123CA4;
}
.TagClassName
{
border-color: #123CA4;
}
</style>