Shades of Egyptian Blue #122CAD
Tints of Egyptian Blue #122CAD
RGB
CMYK
RGB Variations
Color information
#122CAD (or 0x122CAD) is known color: Egyptian Blue. HEX triplet: 12, 2C and AD. RGB value is (18,44,173). Sum of RGB (Red+Green+Blue) = 18+44+173=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 44 (17.58% from 255 or 18.72% from 235); Blue value is 173 (67.97% from 255 or 73.62% from 235); Max value from RGB is 173 - color contains mainly: blue. Hex color #122CAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122CAD is #EDD352. Grayscale: #323232. Windows color (decimal): -15586131 or 11349010. OLE color: 11349010.
HSL color Cylindrical-coordinate representation of color #122CAD: hue angle of 229.94º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #122CAD is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 44 | 173 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.32 |
| HSL | 229.94º | 0.81% | 0.37% | - |
| HSV(B) | 229.94º | 0.9% | 0.68% | - |
| XYZ | 8.69 | 4.95 | 40.03 | - |
| YUV | 50.93 | 196.89 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 44 | 173 | 0.90 | 0.75 | 0 | 0.32 | 229.94 | 0.81 | 0.37 |
| Hex | 12 | 2C | AD | 5A | 4B | 0 | 20 | E6 | 51 | 25 |
| Octal | 22 | 54 | 255 | 132 | 113 | 0 | 40 | 346 | 121 | 45 |
| Binary | 10010 | 101100 | 10101101 | 1011010 | 1001011 | 0 | 100000 | 11100110 | 1010001 | 100101 |
Color Harmonies of #122CAD
Complementary color
Monochromatic Colors of #122CAD
Black with #122CAD
Text Example
Text Example
White with #122CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122CAD; }
p { color: rgb(18,44,173); }
H1.HeaderClassName
{
color: #122CAD;
}
.AnyTagClassName
{
color: #122CAD;
}
</style>
background-color css
<style>
a { background-color: #122CAD; }
a { background-color: rgb(18,44,173); }
div.DivClassName
{
background-color: #122CAD;
}
.BgClassName
{
background-color: #122CAD;
}
</style>
border-color css
<style>
span { border-color: #122CAD; }
span { border-color: rgb(18,44,173); }
td.TdClassName
{
border-color: #122CAD;
}
.TagClassName
{
border-color: #122CAD;
}
</style>