Shades of Egyptian Blue #122AB3
Tints of Egyptian Blue #122AB3
RGB
CMYK
RGB Variations
Color information
#122AB3 (or 0x122AB3) is known color: Egyptian Blue. HEX triplet: 12, 2A and B3. RGB value is (18,42,179). Sum of RGB (Red+Green+Blue) = 18+42+179=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 42 (16.80% from 255 or 17.57% from 239); Blue value is 179 (70.31% from 255 or 74.90% from 239); Max value from RGB is 179 - color contains mainly: blue. Hex color #122AB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122AB3 is #EDD54C. Grayscale: #313131. Windows color (decimal): -15586637 or 11741714. OLE color: 11741714.
HSL color Cylindrical-coordinate representation of color #122AB3: hue angle of 231.06º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #122AB3 is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 42 | 179 | - |
| CMYK | 0.90 | 0.77 | 0 | 0.30 |
| HSL | 231.06º | 0.82% | 0.39% | - |
| HSV(B) | 231.06º | 0.9% | 0.7% | - |
| XYZ | 9.21 | 5.04 | 43.13 | - |
| YUV | 50.44 | 200.55 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 42 | 179 | 0.90 | 0.77 | 0 | 0.30 | 231.06 | 0.82 | 0.39 |
| Hex | 12 | 2A | B3 | 5A | 4D | 0 | 1E | E7 | 52 | 27 |
| Octal | 22 | 52 | 263 | 132 | 115 | 0 | 36 | 347 | 122 | 47 |
| Binary | 10010 | 101010 | 10110011 | 1011010 | 1001101 | 0 | 11110 | 11100111 | 1010010 | 100111 |
Color Harmonies of #122AB3
Complementary color
Monochromatic Colors of #122AB3
Black with #122AB3
Text Example
Text Example
White with #122AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122AB3; }
p { color: rgb(18,42,179); }
H1.HeaderClassName
{
color: #122AB3;
}
.AnyTagClassName
{
color: #122AB3;
}
</style>
background-color css
<style>
a { background-color: #122AB3; }
a { background-color: rgb(18,42,179); }
div.DivClassName
{
background-color: #122AB3;
}
.BgClassName
{
background-color: #122AB3;
}
</style>
border-color css
<style>
span { border-color: #122AB3; }
span { border-color: rgb(18,42,179); }
td.TdClassName
{
border-color: #122AB3;
}
.TagClassName
{
border-color: #122AB3;
}
</style>