Shades of Egyptian Blue #122FAB
Tints of Egyptian Blue #122FAB
RGB
CMYK
RGB Variations
Color information
#122FAB (or 0x122FAB) is known color: Egyptian Blue. HEX triplet: 12, 2F and AB. RGB value is (18,47,171). Sum of RGB (Red+Green+Blue) = 18+47+171=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 47 (18.75% from 255 or 19.92% from 236); Blue value is 171 (67.19% from 255 or 72.46% from 236); Max value from RGB is 171 - color contains mainly: blue. Hex color #122FAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122FAB is #EDD054. Grayscale: #333333. Windows color (decimal): -15585365 or 11218706. OLE color: 11218706.
HSL color Cylindrical-coordinate representation of color #122FAB: hue angle of 228.63º 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 #122FAB is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 47 | 171 | - |
| CMYK | 0.89 | 0.73 | 0 | 0.33 |
| HSL | 228.63º | 0.81% | 0.37% | - |
| HSV(B) | 228.63º | 0.89% | 0.67% | - |
| XYZ | 8.62 | 5.1 | 39.06 | - |
| YUV | 52.47 | 194.89 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 171 | 0.89 | 0.73 | 0 | 0.33 | 228.63 | 0.81 | 0.37 |
| Hex | 12 | 2F | AB | 59 | 49 | 0 | 21 | E5 | 51 | 25 |
| Octal | 22 | 57 | 253 | 131 | 111 | 0 | 41 | 345 | 121 | 45 |
| Binary | 10010 | 101111 | 10101011 | 1011001 | 1001001 | 0 | 100001 | 11100101 | 1010001 | 100101 |
Color Harmonies of #122FAB
Complementary color
Monochromatic Colors of #122FAB
Black with #122FAB
Text Example
Text Example
White with #122FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122FAB; }
p { color: rgb(18,47,171); }
H1.HeaderClassName
{
color: #122FAB;
}
.AnyTagClassName
{
color: #122FAB;
}
</style>
background-color css
<style>
a { background-color: #122FAB; }
a { background-color: rgb(18,47,171); }
div.DivClassName
{
background-color: #122FAB;
}
.BgClassName
{
background-color: #122FAB;
}
</style>
border-color css
<style>
span { border-color: #122FAB; }
span { border-color: rgb(18,47,171); }
td.TdClassName
{
border-color: #122FAB;
}
.TagClassName
{
border-color: #122FAB;
}
</style>