Shades of Egyptian Blue #122DB1
Tints of Egyptian Blue #122DB1
RGB
CMYK
RGB Variations
Color information
#122DB1 (or 0x122DB1) is known color: Egyptian Blue. HEX triplet: 12, 2D and B1. RGB value is (18,45,177). Sum of RGB (Red+Green+Blue) = 18+45+177=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 177 (69.53% from 255 or 73.75% from 240); Max value from RGB is 177 - color contains mainly: blue. Hex color #122DB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122DB1 is #EDD24E. Grayscale: #333333. Windows color (decimal): -15585871 or 11611410. OLE color: 11611410.
HSL color Cylindrical-coordinate representation of color #122DB1: hue angle of 229.81º degrees, saturation: 0.82, 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 #122DB1 is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 45 | 177 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.31 |
| HSL | 229.81º | 0.82% | 0.38% | - |
| HSV(B) | 229.81º | 0.9% | 0.69% | - |
| XYZ | 9.12 | 5.18 | 42.11 | - |
| YUV | 51.98 | 198.55 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 177 | 0.90 | 0.75 | 0 | 0.31 | 229.81 | 0.82 | 0.38 |
| Hex | 12 | 2D | B1 | 5A | 4B | 0 | 1F | E6 | 52 | 26 |
| Octal | 22 | 55 | 261 | 132 | 113 | 0 | 37 | 346 | 122 | 46 |
| Binary | 10010 | 101101 | 10110001 | 1011010 | 1001011 | 0 | 11111 | 11100110 | 1010010 | 100110 |
Color Harmonies of #122DB1
Complementary color
Monochromatic Colors of #122DB1
Black with #122DB1
Text Example
Text Example
White with #122DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122DB1; }
p { color: rgb(18,45,177); }
H1.HeaderClassName
{
color: #122DB1;
}
.AnyTagClassName
{
color: #122DB1;
}
</style>
background-color css
<style>
a { background-color: #122DB1; }
a { background-color: rgb(18,45,177); }
div.DivClassName
{
background-color: #122DB1;
}
.BgClassName
{
background-color: #122DB1;
}
</style>
border-color css
<style>
span { border-color: #122DB1; }
span { border-color: rgb(18,45,177); }
td.TdClassName
{
border-color: #122DB1;
}
.TagClassName
{
border-color: #122DB1;
}
</style>