Shades of Egyptian Blue #122FA3
Tints of Egyptian Blue #122FA3
RGB
CMYK
RGB Variations
Color information
#122FA3 (or 0x122FA3) is known color: Egyptian Blue. HEX triplet: 12, 2F and A3. RGB value is (18,47,163). Sum of RGB (Red+Green+Blue) = 18+47+163=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 47 (18.75% from 255 or 20.61% from 228); Blue value is 163 (64.06% from 255 or 71.49% from 228); Max value from RGB is 163 - color contains mainly: blue. Hex color #122FA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122FA3 is #EDD05C. Grayscale: #333333. Windows color (decimal): -15585373 or 10694418. OLE color: 10694418.
HSL color Cylindrical-coordinate representation of color #122FA3: hue angle of 228º 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 #122FA3 is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 47 | 163 | - |
| CMYK | 0.89 | 0.71 | 0 | 0.36 |
| HSL | 228º | 0.8% | 0.35% | - |
| HSV(B) | 228º | 0.89% | 0.64% | - |
| XYZ | 7.88 | 4.81 | 35.16 | - |
| YUV | 51.55 | 190.89 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 163 | 0.89 | 0.71 | 0 | 0.36 | 228 | 0.8 | 0.35 |
| Hex | 12 | 2F | A3 | 59 | 47 | 0 | 24 | E4 | 50 | 23 |
| Octal | 22 | 57 | 243 | 131 | 107 | 0 | 44 | 344 | 120 | 43 |
| Binary | 10010 | 101111 | 10100011 | 1011001 | 1000111 | 0 | 100100 | 11100100 | 1010000 | 100011 |
Color Harmonies of #122FA3
Complementary color
Monochromatic Colors of #122FA3
Black with #122FA3
Text Example
Text Example
White with #122FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122FA3; }
p { color: rgb(18,47,163); }
H1.HeaderClassName
{
color: #122FA3;
}
.AnyTagClassName
{
color: #122FA3;
}
</style>
background-color css
<style>
a { background-color: #122FA3; }
a { background-color: rgb(18,47,163); }
div.DivClassName
{
background-color: #122FA3;
}
.BgClassName
{
background-color: #122FA3;
}
</style>
border-color css
<style>
span { border-color: #122FA3; }
span { border-color: rgb(18,47,163); }
td.TdClassName
{
border-color: #122FA3;
}
.TagClassName
{
border-color: #122FA3;
}
</style>