Shades of Egyptian Blue #122CB1
Tints of Egyptian Blue #122CB1
RGB
CMYK
RGB Variations
Color information
#122CB1 (or 0x122CB1) is known color: Egyptian Blue. HEX triplet: 12, 2C and B1. RGB value is (18,44,177). Sum of RGB (Red+Green+Blue) = 18+44+177=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 177 (69.53% from 255 or 74.06% from 239); Max value from RGB is 177 - color contains mainly: blue. Hex color #122CB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122CB1 is #EDD34E. Grayscale: #323232. Windows color (decimal): -15586127 or 11611154. OLE color: 11611154.
HSL color Cylindrical-coordinate representation of color #122CB1: hue angle of 230.19º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #122CB1 is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 44 | 177 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.31 |
| HSL | 230.19º | 0.82% | 0.38% | - |
| HSV(B) | 230.19º | 0.9% | 0.69% | - |
| XYZ | 9.09 | 5.1 | 42.1 | - |
| YUV | 51.39 | 198.89 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 44 | 177 | 0.90 | 0.75 | 0 | 0.31 | 230.19 | 0.82 | 0.38 |
| Hex | 12 | 2C | B1 | 5A | 4B | 0 | 1F | E6 | 52 | 26 |
| Octal | 22 | 54 | 261 | 132 | 113 | 0 | 37 | 346 | 122 | 46 |
| Binary | 10010 | 101100 | 10110001 | 1011010 | 1001011 | 0 | 11111 | 11100110 | 1010010 | 100110 |
Color Harmonies of #122CB1
Complementary color
Monochromatic Colors of #122CB1
Black with #122CB1
Text Example
Text Example
White with #122CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122CB1; }
p { color: rgb(18,44,177); }
H1.HeaderClassName
{
color: #122CB1;
}
.AnyTagClassName
{
color: #122CB1;
}
</style>
background-color css
<style>
a { background-color: #122CB1; }
a { background-color: rgb(18,44,177); }
div.DivClassName
{
background-color: #122CB1;
}
.BgClassName
{
background-color: #122CB1;
}
</style>
border-color css
<style>
span { border-color: #122CB1; }
span { border-color: rgb(18,44,177); }
td.TdClassName
{
border-color: #122CB1;
}
.TagClassName
{
border-color: #122CB1;
}
</style>