Shades of Egyptian Blue #122DA4
Tints of Egyptian Blue #122DA4
RGB
CMYK
RGB Variations
Color information
#122DA4 (or 0x122DA4) is known color: Egyptian Blue. HEX triplet: 12, 2D and A4. RGB value is (18,45,164). Sum of RGB (Red+Green+Blue) = 18+45+164=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 164 (64.45% from 255 or 72.25% from 227); Max value from RGB is 164 - color contains mainly: blue. Hex color #122DA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122DA4 is #EDD25B. Grayscale: #313131. Windows color (decimal): -15585884 or 10759442. OLE color: 10759442.
HSL color Cylindrical-coordinate representation of color #122DA4: hue angle of 228.9º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #122DA4 is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 45 | 164 | - |
| CMYK | 0.89 | 0.73 | 0 | 0.36 |
| HSL | 228.9º | 0.8% | 0.36% | - |
| HSV(B) | 228.9º | 0.89% | 0.64% | - |
| XYZ | 7.89 | 4.69 | 35.61 | - |
| YUV | 50.49 | 192.05 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 164 | 0.89 | 0.73 | 0 | 0.36 | 228.9 | 0.8 | 0.36 |
| Hex | 12 | 2D | A4 | 59 | 49 | 0 | 24 | E5 | 50 | 24 |
| Octal | 22 | 55 | 244 | 131 | 111 | 0 | 44 | 345 | 120 | 44 |
| Binary | 10010 | 101101 | 10100100 | 1011001 | 1001001 | 0 | 100100 | 11100101 | 1010000 | 100100 |
Color Harmonies of #122DA4
Complementary color
Monochromatic Colors of #122DA4
Black with #122DA4
Text Example
Text Example
White with #122DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122DA4; }
p { color: rgb(18,45,164); }
H1.HeaderClassName
{
color: #122DA4;
}
.AnyTagClassName
{
color: #122DA4;
}
</style>
background-color css
<style>
a { background-color: #122DA4; }
a { background-color: rgb(18,45,164); }
div.DivClassName
{
background-color: #122DA4;
}
.BgClassName
{
background-color: #122DA4;
}
</style>
border-color css
<style>
span { border-color: #122DA4; }
span { border-color: rgb(18,45,164); }
td.TdClassName
{
border-color: #122DA4;
}
.TagClassName
{
border-color: #122DA4;
}
</style>