Shades of Egyptian Blue #122CB3
Tints of Egyptian Blue #122CB3
RGB
CMYK
RGB Variations
Color information
#122CB3 (or 0x122CB3) is known color: Egyptian Blue. HEX triplet: 12, 2C and B3. RGB value is (18,44,179). Sum of RGB (Red+Green+Blue) = 18+44+179=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 179 (70.31% from 255 or 74.27% from 241); Max value from RGB is 179 - color contains mainly: blue. Hex color #122CB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122CB3 is #EDD34C. Grayscale: #333333. Windows color (decimal): -15586125 or 11742226. OLE color: 11742226.
HSL color Cylindrical-coordinate representation of color #122CB3: hue angle of 230.31º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #122CB3 is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 44 | 179 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.30 |
| HSL | 230.31º | 0.82% | 0.39% | - |
| HSV(B) | 230.31º | 0.9% | 0.7% | - |
| XYZ | 9.29 | 5.18 | 43.16 | - |
| YUV | 51.62 | 199.89 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 44 | 179 | 0.90 | 0.75 | 0 | 0.30 | 230.31 | 0.82 | 0.39 |
| Hex | 12 | 2C | B3 | 5A | 4B | 0 | 1E | E6 | 52 | 27 |
| Octal | 22 | 54 | 263 | 132 | 113 | 0 | 36 | 346 | 122 | 47 |
| Binary | 10010 | 101100 | 10110011 | 1011010 | 1001011 | 0 | 11110 | 11100110 | 1010010 | 100111 |
Color Harmonies of #122CB3
Complementary color
Monochromatic Colors of #122CB3
Black with #122CB3
Text Example
Text Example
White with #122CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122CB3; }
p { color: rgb(18,44,179); }
H1.HeaderClassName
{
color: #122CB3;
}
.AnyTagClassName
{
color: #122CB3;
}
</style>
background-color css
<style>
a { background-color: #122CB3; }
a { background-color: rgb(18,44,179); }
div.DivClassName
{
background-color: #122CB3;
}
.BgClassName
{
background-color: #122CB3;
}
</style>
border-color css
<style>
span { border-color: #122CB3; }
span { border-color: rgb(18,44,179); }
td.TdClassName
{
border-color: #122CB3;
}
.TagClassName
{
border-color: #122CB3;
}
</style>