Shades of Sapphire #122251
Tints of Sapphire #122251
RGB
CMYK
RGB Variations
Color information
#122251 (or 0x122251) is known color: Sapphire. HEX triplet: 12, 22 and 51. RGB value is (18,34,81). Sum of RGB (Red+Green+Blue) = 18+34+81=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 81 (32.03% from 255 or 60.90% from 133); Max value from RGB is 81 - color contains mainly: blue. Hex color #122251 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122251 is #EDDDAE. Grayscale: #222222. Windows color (decimal): -15588783 or 5317138. OLE color: 5317138.
HSL color Cylindrical-coordinate representation of color #122251: hue angle of 224.76º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #122251 is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 18 | 34 | 81 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.68 |
| HSL | 224.76º | 0.64% | 0.19% | - |
| HSV(B) | 224.76º | 0.78% | 0.32% | - |
| XYZ | 2.31 | 1.87 | 8.02 | - |
| YUV | 34.57 | 154.2 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 34 | 81 | 0.78 | 0.58 | 0 | 0.68 | 224.76 | 0.64 | 0.19 |
| Hex | 12 | 22 | 51 | 4E | 3A | 0 | 44 | E1 | 40 | 13 |
| Octal | 22 | 42 | 121 | 116 | 72 | 0 | 104 | 341 | 100 | 23 |
| Binary | 10010 | 100010 | 1010001 | 1001110 | 111010 | 0 | 1000100 | 11100001 | 1000000 | 10011 |
Color Harmonies of #122251
Complementary color
Monochromatic Colors of #122251
Black with #122251
Text Example
Text Example
White with #122251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122251; }
p { color: rgb(18,34,81); }
H1.HeaderClassName
{
color: #122251;
}
.AnyTagClassName
{
color: #122251;
}
</style>
background-color css
<style>
a { background-color: #122251; }
a { background-color: rgb(18,34,81); }
div.DivClassName
{
background-color: #122251;
}
.BgClassName
{
background-color: #122251;
}
</style>
border-color css
<style>
span { border-color: #122251; }
span { border-color: rgb(18,34,81); }
td.TdClassName
{
border-color: #122251;
}
.TagClassName
{
border-color: #122251;
}
</style>