Shades of Egyptian Blue #122AAC
Tints of Egyptian Blue #122AAC
RGB
CMYK
RGB Variations
Color information
#122AAC (or 0x122AAC) is known color: Egyptian Blue. HEX triplet: 12, 2A and AC. RGB value is (18,42,172). Sum of RGB (Red+Green+Blue) = 18+42+172=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 172 (67.58% from 255 or 74.14% from 232); Max value from RGB is 172 - color contains mainly: blue. Hex color #122AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122AAC is #EDD553. Grayscale: #313131. Windows color (decimal): -15586644 or 11282962. OLE color: 11282962.
HSL color Cylindrical-coordinate representation of color #122AAC: hue angle of 230.65º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #122AAC is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 42 | 172 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.33 |
| HSL | 230.65º | 0.81% | 0.37% | - |
| HSV(B) | 230.65º | 0.9% | 0.67% | - |
| XYZ | 8.52 | 4.76 | 39.5 | - |
| YUV | 49.64 | 197.05 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 42 | 172 | 0.90 | 0.76 | 0 | 0.33 | 230.65 | 0.81 | 0.37 |
| Hex | 12 | 2A | AC | 5A | 4C | 0 | 21 | E7 | 51 | 25 |
| Octal | 22 | 52 | 254 | 132 | 114 | 0 | 41 | 347 | 121 | 45 |
| Binary | 10010 | 101010 | 10101100 | 1011010 | 1001100 | 0 | 100001 | 11100111 | 1010001 | 100101 |
Color Harmonies of #122AAC
Complementary color
Monochromatic Colors of #122AAC
Black with #122AAC
Text Example
Text Example
White with #122AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122AAC; }
p { color: rgb(18,42,172); }
H1.HeaderClassName
{
color: #122AAC;
}
.AnyTagClassName
{
color: #122AAC;
}
</style>
background-color css
<style>
a { background-color: #122AAC; }
a { background-color: rgb(18,42,172); }
div.DivClassName
{
background-color: #122AAC;
}
.BgClassName
{
background-color: #122AAC;
}
</style>
border-color css
<style>
span { border-color: #122AAC; }
span { border-color: rgb(18,42,172); }
td.TdClassName
{
border-color: #122AAC;
}
.TagClassName
{
border-color: #122AAC;
}
</style>