Shades of Egyptian Blue #122CA1
Tints of Egyptian Blue #122CA1
RGB
CMYK
RGB Variations
Color information
#122CA1 (or 0x122CA1) is known color: Egyptian Blue. HEX triplet: 12, 2C and A1. RGB value is (18,44,161). Sum of RGB (Red+Green+Blue) = 18+44+161=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 44 (17.58% from 255 or 19.73% from 223); Blue value is 161 (63.28% from 255 or 72.20% from 223); Max value from RGB is 161 - color contains mainly: blue. Hex color #122CA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122CA1 is #EDD35E. Grayscale: #313131. Windows color (decimal): -15586143 or 10562578. OLE color: 10562578.
HSL color Cylindrical-coordinate representation of color #122CA1: hue angle of 229.09º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #122CA1 is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 18 | 44 | 161 | - |
| CMYK | 0.89 | 0.73 | 0 | 0.37 |
| HSL | 229.09º | 0.8% | 0.35% | - |
| HSV(B) | 229.09º | 0.89% | 0.63% | - |
| XYZ | 7.58 | 4.5 | 34.19 | - |
| YUV | 49.56 | 190.89 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 44 | 161 | 0.89 | 0.73 | 0 | 0.37 | 229.09 | 0.8 | 0.35 |
| Hex | 12 | 2C | A1 | 59 | 49 | 0 | 25 | E5 | 50 | 23 |
| Octal | 22 | 54 | 241 | 131 | 111 | 0 | 45 | 345 | 120 | 43 |
| Binary | 10010 | 101100 | 10100001 | 1011001 | 1001001 | 0 | 100101 | 11100101 | 1010000 | 100011 |
Color Harmonies of #122CA1
Complementary color
Monochromatic Colors of #122CA1
Black with #122CA1
Text Example
Text Example
White with #122CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122CA1; }
p { color: rgb(18,44,161); }
H1.HeaderClassName
{
color: #122CA1;
}
.AnyTagClassName
{
color: #122CA1;
}
</style>
background-color css
<style>
a { background-color: #122CA1; }
a { background-color: rgb(18,44,161); }
div.DivClassName
{
background-color: #122CA1;
}
.BgClassName
{
background-color: #122CA1;
}
</style>
border-color css
<style>
span { border-color: #122CA1; }
span { border-color: rgb(18,44,161); }
td.TdClassName
{
border-color: #122CA1;
}
.TagClassName
{
border-color: #122CA1;
}
</style>