Shades of Egyptian Blue #122BA3
Tints of Egyptian Blue #122BA3
RGB
CMYK
RGB Variations
Color information
#122BA3 (or 0x122BA3) is known color: Egyptian Blue. HEX triplet: 12, 2B and A3. RGB value is (18,43,163). Sum of RGB (Red+Green+Blue) = 18+43+163=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 43 (17.19% from 255 or 19.20% from 224); Blue value is 163 (64.06% from 255 or 72.77% from 224); Max value from RGB is 163 - color contains mainly: blue. Hex color #122BA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122BA3 is #EDD45C. Grayscale: #303030. Windows color (decimal): -15586397 or 10693394. OLE color: 10693394.
HSL color Cylindrical-coordinate representation of color #122BA3: hue angle of 229.66º 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 #122BA3 is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 43 | 163 | - |
| CMYK | 0.89 | 0.74 | 0 | 0.36 |
| HSL | 229.66º | 0.8% | 0.35% | - |
| HSV(B) | 229.66º | 0.89% | 0.64% | - |
| XYZ | 7.72 | 4.5 | 35.11 | - |
| YUV | 49.21 | 192.22 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 43 | 163 | 0.89 | 0.74 | 0 | 0.36 | 229.66 | 0.8 | 0.35 |
| Hex | 12 | 2B | A3 | 59 | 4A | 0 | 24 | E6 | 50 | 23 |
| Octal | 22 | 53 | 243 | 131 | 112 | 0 | 44 | 346 | 120 | 43 |
| Binary | 10010 | 101011 | 10100011 | 1011001 | 1001010 | 0 | 100100 | 11100110 | 1010000 | 100011 |
Color Harmonies of #122BA3
Complementary color
Monochromatic Colors of #122BA3
Black with #122BA3
Text Example
Text Example
White with #122BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122BA3; }
p { color: rgb(18,43,163); }
H1.HeaderClassName
{
color: #122BA3;
}
.AnyTagClassName
{
color: #122BA3;
}
</style>
background-color css
<style>
a { background-color: #122BA3; }
a { background-color: rgb(18,43,163); }
div.DivClassName
{
background-color: #122BA3;
}
.BgClassName
{
background-color: #122BA3;
}
</style>
border-color css
<style>
span { border-color: #122BA3; }
span { border-color: rgb(18,43,163); }
td.TdClassName
{
border-color: #122BA3;
}
.TagClassName
{
border-color: #122BA3;
}
</style>