Shades of Egyptian Blue #122DB0
Tints of Egyptian Blue #122DB0
RGB
CMYK
RGB Variations
Color information
#122DB0 (or 0x122DB0) is known color: Egyptian Blue. HEX triplet: 12, 2D and B0. RGB value is (18,45,176). Sum of RGB (Red+Green+Blue) = 18+45+176=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 45 (17.97% from 255 or 18.83% from 239); Blue value is 176 (69.14% from 255 or 73.64% from 239); Max value from RGB is 176 - color contains mainly: blue. Hex color #122DB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122DB0 is #EDD24F. Grayscale: #333333. Windows color (decimal): -15585872 or 11545874. OLE color: 11545874.
HSL color Cylindrical-coordinate representation of color #122DB0: hue angle of 229.75º 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 #122DB0 is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 45 | 176 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.31 |
| HSL | 229.75º | 0.81% | 0.38% | - |
| HSV(B) | 229.75º | 0.9% | 0.69% | - |
| XYZ | 9.02 | 5.14 | 41.59 | - |
| YUV | 51.86 | 198.05 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 176 | 0.90 | 0.74 | 0 | 0.31 | 229.75 | 0.81 | 0.38 |
| Hex | 12 | 2D | B0 | 5A | 4A | 0 | 1F | E6 | 51 | 26 |
| Octal | 22 | 55 | 260 | 132 | 112 | 0 | 37 | 346 | 121 | 46 |
| Binary | 10010 | 101101 | 10110000 | 1011010 | 1001010 | 0 | 11111 | 11100110 | 1010001 | 100110 |
Color Harmonies of #122DB0
Complementary color
Monochromatic Colors of #122DB0
Black with #122DB0
Text Example
Text Example
White with #122DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122DB0; }
p { color: rgb(18,45,176); }
H1.HeaderClassName
{
color: #122DB0;
}
.AnyTagClassName
{
color: #122DB0;
}
</style>
background-color css
<style>
a { background-color: #122DB0; }
a { background-color: rgb(18,45,176); }
div.DivClassName
{
background-color: #122DB0;
}
.BgClassName
{
background-color: #122DB0;
}
</style>
border-color css
<style>
span { border-color: #122DB0; }
span { border-color: rgb(18,45,176); }
td.TdClassName
{
border-color: #122DB0;
}
.TagClassName
{
border-color: #122DB0;
}
</style>