Shades of Egyptian Blue #122DA3
Tints of Egyptian Blue #122DA3
RGB
CMYK
RGB Variations
Color information
#122DA3 (or 0x122DA3) is known color: Egyptian Blue. HEX triplet: 12, 2D and A3. RGB value is (18,45,163). Sum of RGB (Red+Green+Blue) = 18+45+163=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 163 (64.06% from 255 or 72.12% from 226); Max value from RGB is 163 - color contains mainly: blue. Hex color #122DA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122DA3 is #EDD25C. Grayscale: #313131. Windows color (decimal): -15585885 or 10693906. OLE color: 10693906.
HSL color Cylindrical-coordinate representation of color #122DA3: hue angle of 228.83º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #122DA3 is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 45 | 163 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.36 |
| HSL | 228.83º | 0.8% | 0.35% | - |
| HSV(B) | 228.83º | 0.89% | 0.64% | - |
| XYZ | 7.8 | 4.65 | 35.14 | - |
| YUV | 50.38 | 191.55 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 163 | 0.89 | 0.72 | 0 | 0.36 | 228.83 | 0.8 | 0.35 |
| Hex | 12 | 2D | A3 | 59 | 48 | 0 | 24 | E5 | 50 | 23 |
| Octal | 22 | 55 | 243 | 131 | 110 | 0 | 44 | 345 | 120 | 43 |
| Binary | 10010 | 101101 | 10100011 | 1011001 | 1001000 | 0 | 100100 | 11100101 | 1010000 | 100011 |
Color Harmonies of #122DA3
Complementary color
Monochromatic Colors of #122DA3
Black with #122DA3
Text Example
Text Example
White with #122DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122DA3; }
p { color: rgb(18,45,163); }
H1.HeaderClassName
{
color: #122DA3;
}
.AnyTagClassName
{
color: #122DA3;
}
</style>
background-color css
<style>
a { background-color: #122DA3; }
a { background-color: rgb(18,45,163); }
div.DivClassName
{
background-color: #122DA3;
}
.BgClassName
{
background-color: #122DA3;
}
</style>
border-color css
<style>
span { border-color: #122DA3; }
span { border-color: rgb(18,45,163); }
td.TdClassName
{
border-color: #122DA3;
}
.TagClassName
{
border-color: #122DA3;
}
</style>