Shades of Egyptian Blue #122CA3
Tints of Egyptian Blue #122CA3
RGB
CMYK
RGB Variations
Color information
#122CA3 (or 0x122CA3) is known color: Egyptian Blue. HEX triplet: 12, 2C and A3. RGB value is (18,44,163). Sum of RGB (Red+Green+Blue) = 18+44+163=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 163 (64.06% from 255 or 72.44% from 225); Max value from RGB is 163 - color contains mainly: blue. Hex color #122CA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122CA3 is #EDD35C. Grayscale: #313131. Windows color (decimal): -15586141 or 10693650. OLE color: 10693650.
HSL color Cylindrical-coordinate representation of color #122CA3: hue angle of 229.24º 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 #122CA3 is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 44 | 163 | - |
| CMYK | 0.89 | 0.73 | 0 | 0.36 |
| HSL | 229.24º | 0.8% | 0.35% | - |
| HSV(B) | 229.24º | 0.89% | 0.64% | - |
| XYZ | 7.76 | 4.57 | 35.12 | - |
| YUV | 49.79 | 191.89 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 44 | 163 | 0.89 | 0.73 | 0 | 0.36 | 229.24 | 0.8 | 0.35 |
| Hex | 12 | 2C | A3 | 59 | 49 | 0 | 24 | E5 | 50 | 23 |
| Octal | 22 | 54 | 243 | 131 | 111 | 0 | 44 | 345 | 120 | 43 |
| Binary | 10010 | 101100 | 10100011 | 1011001 | 1001001 | 0 | 100100 | 11100101 | 1010000 | 100011 |
Color Harmonies of #122CA3
Complementary color
Monochromatic Colors of #122CA3
Black with #122CA3
Text Example
Text Example
White with #122CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122CA3; }
p { color: rgb(18,44,163); }
H1.HeaderClassName
{
color: #122CA3;
}
.AnyTagClassName
{
color: #122CA3;
}
</style>
background-color css
<style>
a { background-color: #122CA3; }
a { background-color: rgb(18,44,163); }
div.DivClassName
{
background-color: #122CA3;
}
.BgClassName
{
background-color: #122CA3;
}
</style>
border-color css
<style>
span { border-color: #122CA3; }
span { border-color: rgb(18,44,163); }
td.TdClassName
{
border-color: #122CA3;
}
.TagClassName
{
border-color: #122CA3;
}
</style>