Shades of Egyptian Blue #122DB3
Tints of Egyptian Blue #122DB3
RGB
CMYK
RGB Variations
Color information
#122DB3 (or 0x122DB3) is known color: Egyptian Blue. HEX triplet: 12, 2D and B3. RGB value is (18,45,179). Sum of RGB (Red+Green+Blue) = 18+45+179=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 179 (70.31% from 255 or 73.97% from 242); Max value from RGB is 179 - color contains mainly: blue. Hex color #122DB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122DB3 is #EDD24C. Grayscale: #333333. Windows color (decimal): -15585869 or 11742482. OLE color: 11742482.
HSL color Cylindrical-coordinate representation of color #122DB3: hue angle of 229.94º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #122DB3 is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 45 | 179 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.30 |
| HSL | 229.94º | 0.82% | 0.39% | - |
| HSV(B) | 229.94º | 0.9% | 0.7% | - |
| XYZ | 9.32 | 5.26 | 43.17 | - |
| YUV | 52.2 | 199.55 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 179 | 0.90 | 0.75 | 0 | 0.30 | 229.94 | 0.82 | 0.39 |
| Hex | 12 | 2D | B3 | 5A | 4B | 0 | 1E | E6 | 52 | 27 |
| Octal | 22 | 55 | 263 | 132 | 113 | 0 | 36 | 346 | 122 | 47 |
| Binary | 10010 | 101101 | 10110011 | 1011010 | 1001011 | 0 | 11110 | 11100110 | 1010010 | 100111 |
Color Harmonies of #122DB3
Complementary color
Monochromatic Colors of #122DB3
Black with #122DB3
Text Example
Text Example
White with #122DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122DB3; }
p { color: rgb(18,45,179); }
H1.HeaderClassName
{
color: #122DB3;
}
.AnyTagClassName
{
color: #122DB3;
}
</style>
background-color css
<style>
a { background-color: #122DB3; }
a { background-color: rgb(18,45,179); }
div.DivClassName
{
background-color: #122DB3;
}
.BgClassName
{
background-color: #122DB3;
}
</style>
border-color css
<style>
span { border-color: #122DB3; }
span { border-color: rgb(18,45,179); }
td.TdClassName
{
border-color: #122DB3;
}
.TagClassName
{
border-color: #122DB3;
}
</style>