Shades of Egyptian Blue #122B9F
Tints of Egyptian Blue #122B9F
RGB
CMYK
RGB Variations
Color information
#122B9F (or 0x122B9F) is known color: Egyptian Blue. HEX triplet: 12, 2B and 9F. RGB value is (18,43,159). Sum of RGB (Red+Green+Blue) = 18+43+159=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 43 (17.19% from 255 or 19.55% from 220); Blue value is 159 (62.5% from 255 or 72.27% from 220); Max value from RGB is 159 - color contains mainly: blue. Hex color #122B9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122B9F is #EDD460. Grayscale: #303030. Windows color (decimal): -15586401 or 10431250. OLE color: 10431250.
HSL color Cylindrical-coordinate representation of color #122B9F: hue angle of 229.36º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #122B9F is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 43 | 159 | - |
| CMYK | 0.89 | 0.73 | 0 | 0.38 |
| HSL | 229.36º | 0.8% | 0.35% | - |
| HSV(B) | 229.36º | 0.89% | 0.62% | - |
| XYZ | 7.37 | 4.36 | 33.25 | - |
| YUV | 48.75 | 190.22 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 43 | 159 | 0.89 | 0.73 | 0 | 0.38 | 229.36 | 0.8 | 0.35 |
| Hex | 12 | 2B | 9F | 59 | 49 | 0 | 26 | E5 | 50 | 23 |
| Octal | 22 | 53 | 237 | 131 | 111 | 0 | 46 | 345 | 120 | 43 |
| Binary | 10010 | 101011 | 10011111 | 1011001 | 1001001 | 0 | 100110 | 11100101 | 1010000 | 100011 |
Color Harmonies of #122B9F
Complementary color
Monochromatic Colors of #122B9F
Black with #122B9F
Text Example
Text Example
White with #122B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122B9F; }
p { color: rgb(18,43,159); }
H1.HeaderClassName
{
color: #122B9F;
}
.AnyTagClassName
{
color: #122B9F;
}
</style>
background-color css
<style>
a { background-color: #122B9F; }
a { background-color: rgb(18,43,159); }
div.DivClassName
{
background-color: #122B9F;
}
.BgClassName
{
background-color: #122B9F;
}
</style>
border-color css
<style>
span { border-color: #122B9F; }
span { border-color: rgb(18,43,159); }
td.TdClassName
{
border-color: #122B9F;
}
.TagClassName
{
border-color: #122B9F;
}
</style>