Shades of Egyptian Blue #122FB0
Tints of Egyptian Blue #122FB0
RGB
CMYK
RGB Variations
Color information
#122FB0 (or 0x122FB0) is known color: Egyptian Blue. HEX triplet: 12, 2F and B0. RGB value is (18,47,176). Sum of RGB (Red+Green+Blue) = 18+47+176=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 176 (69.14% from 255 or 73.03% from 241); Max value from RGB is 176 - color contains mainly: blue. Hex color #122FB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122FB0 is #EDD04F. Grayscale: #343434. Windows color (decimal): -15585360 or 11546386. OLE color: 11546386.
HSL color Cylindrical-coordinate representation of color #122FB0: hue angle of 228.99º degrees, saturation: 0.81, 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 #122FB0 is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 47 | 176 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.31 |
| HSL | 228.99º | 0.81% | 0.38% | - |
| HSV(B) | 228.99º | 0.9% | 0.69% | - |
| XYZ | 9.1 | 5.3 | 41.62 | - |
| YUV | 53.04 | 197.39 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 176 | 0.90 | 0.73 | 0 | 0.31 | 228.99 | 0.81 | 0.38 |
| Hex | 12 | 2F | B0 | 5A | 49 | 0 | 1F | E5 | 51 | 26 |
| Octal | 22 | 57 | 260 | 132 | 111 | 0 | 37 | 345 | 121 | 46 |
| Binary | 10010 | 101111 | 10110000 | 1011010 | 1001001 | 0 | 11111 | 11100101 | 1010001 | 100110 |
Color Harmonies of #122FB0
Complementary color
Monochromatic Colors of #122FB0
Black with #122FB0
Text Example
Text Example
White with #122FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122FB0; }
p { color: rgb(18,47,176); }
H1.HeaderClassName
{
color: #122FB0;
}
.AnyTagClassName
{
color: #122FB0;
}
</style>
background-color css
<style>
a { background-color: #122FB0; }
a { background-color: rgb(18,47,176); }
div.DivClassName
{
background-color: #122FB0;
}
.BgClassName
{
background-color: #122FB0;
}
</style>
border-color css
<style>
span { border-color: #122FB0; }
span { border-color: rgb(18,47,176); }
td.TdClassName
{
border-color: #122FB0;
}
.TagClassName
{
border-color: #122FB0;
}
</style>