Shades of Egyptian Blue #122AB1
Tints of Egyptian Blue #122AB1
RGB
CMYK
RGB Variations
Color information
#122AB1 (or 0x122AB1) is known color: Egyptian Blue. HEX triplet: 12, 2A and B1. RGB value is (18,42,177). Sum of RGB (Red+Green+Blue) = 18+42+177=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 42 (16.80% from 255 or 17.72% from 237); Blue value is 177 (69.53% from 255 or 74.68% from 237); Max value from RGB is 177 - color contains mainly: blue. Hex color #122AB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122AB1 is #EDD54E. Grayscale: #313131. Windows color (decimal): -15586639 or 11610642. OLE color: 11610642.
HSL color Cylindrical-coordinate representation of color #122AB1: hue angle of 230.94º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #122AB1 is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 42 | 177 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.31 |
| HSL | 230.94º | 0.82% | 0.38% | - |
| HSV(B) | 230.94º | 0.9% | 0.69% | - |
| XYZ | 9.01 | 4.96 | 42.08 | - |
| YUV | 50.21 | 199.55 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 42 | 177 | 0.90 | 0.76 | 0 | 0.31 | 230.94 | 0.82 | 0.38 |
| Hex | 12 | 2A | B1 | 5A | 4C | 0 | 1F | E7 | 52 | 26 |
| Octal | 22 | 52 | 261 | 132 | 114 | 0 | 37 | 347 | 122 | 46 |
| Binary | 10010 | 101010 | 10110001 | 1011010 | 1001100 | 0 | 11111 | 11100111 | 1010010 | 100110 |
Color Harmonies of #122AB1
Complementary color
Monochromatic Colors of #122AB1
Black with #122AB1
Text Example
Text Example
White with #122AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122AB1; }
p { color: rgb(18,42,177); }
H1.HeaderClassName
{
color: #122AB1;
}
.AnyTagClassName
{
color: #122AB1;
}
</style>
background-color css
<style>
a { background-color: #122AB1; }
a { background-color: rgb(18,42,177); }
div.DivClassName
{
background-color: #122AB1;
}
.BgClassName
{
background-color: #122AB1;
}
</style>
border-color css
<style>
span { border-color: #122AB1; }
span { border-color: rgb(18,42,177); }
td.TdClassName
{
border-color: #122AB1;
}
.TagClassName
{
border-color: #122AB1;
}
</style>