Shades of Egyptian Blue #122AB2
Tints of Egyptian Blue #122AB2
RGB
CMYK
RGB Variations
Color information
#122AB2 (or 0x122AB2) is known color: Egyptian Blue. HEX triplet: 12, 2A and B2. RGB value is (18,42,178). Sum of RGB (Red+Green+Blue) = 18+42+178=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 42 (16.80% from 255 or 17.65% from 238); Blue value is 178 (69.92% from 255 or 74.79% from 238); Max value from RGB is 178 - color contains mainly: blue. Hex color #122AB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122AB2 is #EDD54D. Grayscale: #313131. Windows color (decimal): -15586638 or 11676178. OLE color: 11676178.
HSL color Cylindrical-coordinate representation of color #122AB2: hue angle of 231º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #122AB2 is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 42 | 178 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.30 |
| HSL | 231º | 0.82% | 0.38% | - |
| HSV(B) | 231º | 0.9% | 0.7% | - |
| XYZ | 9.11 | 5 | 42.6 | - |
| YUV | 50.33 | 200.05 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 42 | 178 | 0.90 | 0.76 | 0 | 0.30 | 231 | 0.82 | 0.38 |
| Hex | 12 | 2A | B2 | 5A | 4C | 0 | 1E | E7 | 52 | 26 |
| Octal | 22 | 52 | 262 | 132 | 114 | 0 | 36 | 347 | 122 | 46 |
| Binary | 10010 | 101010 | 10110010 | 1011010 | 1001100 | 0 | 11110 | 11100111 | 1010010 | 100110 |
Color Harmonies of #122AB2
Complementary color
Monochromatic Colors of #122AB2
Black with #122AB2
Text Example
Text Example
White with #122AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122AB2; }
p { color: rgb(18,42,178); }
H1.HeaderClassName
{
color: #122AB2;
}
.AnyTagClassName
{
color: #122AB2;
}
</style>
background-color css
<style>
a { background-color: #122AB2; }
a { background-color: rgb(18,42,178); }
div.DivClassName
{
background-color: #122AB2;
}
.BgClassName
{
background-color: #122AB2;
}
</style>
border-color css
<style>
span { border-color: #122AB2; }
span { border-color: rgb(18,42,178); }
td.TdClassName
{
border-color: #122AB2;
}
.TagClassName
{
border-color: #122AB2;
}
</style>