Shades of Egyptian Blue #122DB2
Tints of Egyptian Blue #122DB2
RGB
CMYK
RGB Variations
Color information
#122DB2 (or 0x122DB2) is known color: Egyptian Blue. HEX triplet: 12, 2D and B2. RGB value is (18,45,178). Sum of RGB (Red+Green+Blue) = 18+45+178=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 178 (69.92% from 255 or 73.86% from 241); Max value from RGB is 178 - color contains mainly: blue. Hex color #122DB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122DB2 is #EDD24D. Grayscale: #333333. Windows color (decimal): -15585870 or 11676946. OLE color: 11676946.
HSL color Cylindrical-coordinate representation of color #122DB2: hue angle of 229.88º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #122DB2 is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 45 | 178 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.30 |
| HSL | 229.88º | 0.82% | 0.38% | - |
| HSV(B) | 229.88º | 0.9% | 0.7% | - |
| XYZ | 9.22 | 5.22 | 42.64 | - |
| YUV | 52.09 | 199.05 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 178 | 0.90 | 0.75 | 0 | 0.30 | 229.88 | 0.82 | 0.38 |
| Hex | 12 | 2D | B2 | 5A | 4B | 0 | 1E | E6 | 52 | 26 |
| Octal | 22 | 55 | 262 | 132 | 113 | 0 | 36 | 346 | 122 | 46 |
| Binary | 10010 | 101101 | 10110010 | 1011010 | 1001011 | 0 | 11110 | 11100110 | 1010010 | 100110 |
Color Harmonies of #122DB2
Complementary color
Monochromatic Colors of #122DB2
Black with #122DB2
Text Example
Text Example
White with #122DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122DB2; }
p { color: rgb(18,45,178); }
H1.HeaderClassName
{
color: #122DB2;
}
.AnyTagClassName
{
color: #122DB2;
}
</style>
background-color css
<style>
a { background-color: #122DB2; }
a { background-color: rgb(18,45,178); }
div.DivClassName
{
background-color: #122DB2;
}
.BgClassName
{
background-color: #122DB2;
}
</style>
border-color css
<style>
span { border-color: #122DB2; }
span { border-color: rgb(18,45,178); }
td.TdClassName
{
border-color: #122DB2;
}
.TagClassName
{
border-color: #122DB2;
}
</style>