Shades of Egyptian Blue #122FA4
Tints of Egyptian Blue #122FA4
RGB
CMYK
RGB Variations
Color information
#122FA4 (or 0x122FA4) is known color: Egyptian Blue. HEX triplet: 12, 2F and A4. RGB value is (18,47,164). Sum of RGB (Red+Green+Blue) = 18+47+164=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 47 (18.75% from 255 or 20.52% from 229); Blue value is 164 (64.45% from 255 or 71.62% from 229); Max value from RGB is 164 - color contains mainly: blue. Hex color #122FA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122FA4 is #EDD05B. Grayscale: #333333. Windows color (decimal): -15585372 or 10759954. OLE color: 10759954.
HSL color Cylindrical-coordinate representation of color #122FA4: hue angle of 228.08º 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 #122FA4 is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 47 | 164 | - |
| CMYK | 0.89 | 0.71 | 0 | 0.36 |
| HSL | 228.08º | 0.8% | 0.36% | - |
| HSV(B) | 228.08º | 0.89% | 0.64% | - |
| XYZ | 7.97 | 4.84 | 35.64 | - |
| YUV | 51.67 | 191.39 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 164 | 0.89 | 0.71 | 0 | 0.36 | 228.08 | 0.8 | 0.36 |
| Hex | 12 | 2F | A4 | 59 | 47 | 0 | 24 | E4 | 50 | 24 |
| Octal | 22 | 57 | 244 | 131 | 107 | 0 | 44 | 344 | 120 | 44 |
| Binary | 10010 | 101111 | 10100100 | 1011001 | 1000111 | 0 | 100100 | 11100100 | 1010000 | 100100 |
Color Harmonies of #122FA4
Complementary color
Monochromatic Colors of #122FA4
Black with #122FA4
Text Example
Text Example
White with #122FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122FA4; }
p { color: rgb(18,47,164); }
H1.HeaderClassName
{
color: #122FA4;
}
.AnyTagClassName
{
color: #122FA4;
}
</style>
background-color css
<style>
a { background-color: #122FA4; }
a { background-color: rgb(18,47,164); }
div.DivClassName
{
background-color: #122FA4;
}
.BgClassName
{
background-color: #122FA4;
}
</style>
border-color css
<style>
span { border-color: #122FA4; }
span { border-color: rgb(18,47,164); }
td.TdClassName
{
border-color: #122FA4;
}
.TagClassName
{
border-color: #122FA4;
}
</style>