Shades of Egyptian Blue #122BAB
Tints of Egyptian Blue #122BAB
RGB
CMYK
RGB Variations
Color information
#122BAB (or 0x122BAB) is known color: Egyptian Blue. HEX triplet: 12, 2B and AB. RGB value is (18,43,171). Sum of RGB (Red+Green+Blue) = 18+43+171=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 43 (17.19% from 255 or 18.53% from 232); Blue value is 171 (67.19% from 255 or 73.71% from 232); Max value from RGB is 171 - color contains mainly: blue. Hex color #122BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122BAB is #EDD454. Grayscale: #313131. Windows color (decimal): -15586389 or 11217682. OLE color: 11217682.
HSL color Cylindrical-coordinate representation of color #122BAB: hue angle of 230.2º 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 #122BAB is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 43 | 171 | - |
| CMYK | 0.89 | 0.75 | 0 | 0.33 |
| HSL | 230.2º | 0.81% | 0.37% | - |
| HSV(B) | 230.2º | 0.89% | 0.67% | - |
| XYZ | 8.46 | 4.8 | 39.01 | - |
| YUV | 50.12 | 196.22 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 43 | 171 | 0.89 | 0.75 | 0 | 0.33 | 230.2 | 0.81 | 0.37 |
| Hex | 12 | 2B | AB | 59 | 4B | 0 | 21 | E6 | 51 | 25 |
| Octal | 22 | 53 | 253 | 131 | 113 | 0 | 41 | 346 | 121 | 45 |
| Binary | 10010 | 101011 | 10101011 | 1011001 | 1001011 | 0 | 100001 | 11100110 | 1010001 | 100101 |
Color Harmonies of #122BAB
Complementary color
Monochromatic Colors of #122BAB
Black with #122BAB
Text Example
Text Example
White with #122BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122BAB; }
p { color: rgb(18,43,171); }
H1.HeaderClassName
{
color: #122BAB;
}
.AnyTagClassName
{
color: #122BAB;
}
</style>
background-color css
<style>
a { background-color: #122BAB; }
a { background-color: rgb(18,43,171); }
div.DivClassName
{
background-color: #122BAB;
}
.BgClassName
{
background-color: #122BAB;
}
</style>
border-color css
<style>
span { border-color: #122BAB; }
span { border-color: rgb(18,43,171); }
td.TdClassName
{
border-color: #122BAB;
}
.TagClassName
{
border-color: #122BAB;
}
</style>