Shades of Egyptian Blue #123CAA
Tints of Egyptian Blue #123CAA
RGB
CMYK
RGB Variations
Color information
#123CAA (or 0x123CAA) is known color: Egyptian Blue. HEX triplet: 12, 3C and AA. RGB value is (18,60,170). Sum of RGB (Red+Green+Blue) = 18+60+170=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 170 (66.80% from 255 or 68.55% from 248); Max value from RGB is 170 - color contains mainly: blue. Hex color #123CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123CAA is #EDC355. Grayscale: #3B3B3B. Windows color (decimal): -15582038 or 11156498. OLE color: 11156498.
HSL color Cylindrical-coordinate representation of color #123CAA: hue angle of 223.42º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #123CAA is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 60 | 170 | - |
| CMYK | 0.89 | 0.65 | 0 | 0.33 |
| HSL | 223.42º | 0.81% | 0.37% | - |
| HSV(B) | 223.42º | 0.89% | 0.67% | - |
| XYZ | 9.12 | 6.26 | 38.76 | - |
| YUV | 59.98 | 190.09 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 60 | 170 | 0.89 | 0.65 | 0 | 0.33 | 223.42 | 0.81 | 0.37 |
| Hex | 12 | 3C | AA | 59 | 41 | 0 | 21 | DF | 51 | 25 |
| Octal | 22 | 74 | 252 | 131 | 101 | 0 | 41 | 337 | 121 | 45 |
| Binary | 10010 | 111100 | 10101010 | 1011001 | 1000001 | 0 | 100001 | 11011111 | 1010001 | 100101 |
Color Harmonies of #123CAA
Complementary color
Monochromatic Colors of #123CAA
Black with #123CAA
Text Example
Text Example
White with #123CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123CAA; }
p { color: rgb(18,60,170); }
H1.HeaderClassName
{
color: #123CAA;
}
.AnyTagClassName
{
color: #123CAA;
}
</style>
background-color css
<style>
a { background-color: #123CAA; }
a { background-color: rgb(18,60,170); }
div.DivClassName
{
background-color: #123CAA;
}
.BgClassName
{
background-color: #123CAA;
}
</style>
border-color css
<style>
span { border-color: #123CAA; }
span { border-color: rgb(18,60,170); }
td.TdClassName
{
border-color: #123CAA;
}
.TagClassName
{
border-color: #123CAA;
}
</style>