Shades of Sapphire #122156
Tints of Sapphire #122156
RGB
CMYK
RGB Variations
Color information
#122156 (or 0x122156) is known color: Sapphire. HEX triplet: 12, 21 and 56. RGB value is (18,33,86). Sum of RGB (Red+Green+Blue) = 18+33+86=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 33 (13.28% from 255 or 24.09% from 137); Blue value is 86 (33.98% from 255 or 62.77% from 137); Max value from RGB is 86 - color contains mainly: blue. Hex color #122156 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122156 is #EDDEA9. Grayscale: #222222. Windows color (decimal): -15589034 or 5644562. OLE color: 5644562.
HSL color Cylindrical-coordinate representation of color #122156: hue angle of 226.76º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #122156 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 18 | 33 | 86 | - |
| CMYK | 0.79 | 0.62 | 0 | 0.66 |
| HSL | 226.76º | 0.65% | 0.2% | - |
| HSV(B) | 226.76º | 0.79% | 0.34% | - |
| XYZ | 2.47 | 1.89 | 9.04 | - |
| YUV | 34.56 | 157.03 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 33 | 86 | 0.79 | 0.62 | 0 | 0.66 | 226.76 | 0.65 | 0.2 |
| Hex | 12 | 21 | 56 | 4F | 3E | 0 | 42 | E3 | 41 | 14 |
| Octal | 22 | 41 | 126 | 117 | 76 | 0 | 102 | 343 | 101 | 24 |
| Binary | 10010 | 100001 | 1010110 | 1001111 | 111110 | 0 | 1000010 | 11100011 | 1000001 | 10100 |
Color Harmonies of #122156
Complementary color
Monochromatic Colors of #122156
Black with #122156
Text Example
Text Example
White with #122156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122156; }
p { color: rgb(18,33,86); }
H1.HeaderClassName
{
color: #122156;
}
.AnyTagClassName
{
color: #122156;
}
</style>
background-color css
<style>
a { background-color: #122156; }
a { background-color: rgb(18,33,86); }
div.DivClassName
{
background-color: #122156;
}
.BgClassName
{
background-color: #122156;
}
</style>
border-color css
<style>
span { border-color: #122156; }
span { border-color: rgb(18,33,86); }
td.TdClassName
{
border-color: #122156;
}
.TagClassName
{
border-color: #122156;
}
</style>