Shades of Sapphire #122959
Tints of Sapphire #122959
RGB
CMYK
RGB Variations
Color information
#122959 (or 0x122959) is known color: Sapphire. HEX triplet: 12, 29 and 59. RGB value is (18,41,89). Sum of RGB (Red+Green+Blue) = 18+41+89=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 89 (35.16% from 255 or 60.14% from 148); Max value from RGB is 89 - color contains mainly: blue. Hex color #122959 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122959 is #EDD6A6. Grayscale: #272727. Windows color (decimal): -15586983 or 5843218. OLE color: 5843218.
HSL color Cylindrical-coordinate representation of color #122959: hue angle of 220.56º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #122959 is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 41 | 89 | - |
| CMYK | 0.80 | 0.54 | 0 | 0.65 |
| HSL | 220.56º | 0.66% | 0.21% | - |
| HSV(B) | 220.56º | 0.8% | 0.35% | - |
| XYZ | 2.85 | 2.44 | 9.77 | - |
| YUV | 39.6 | 155.88 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 41 | 89 | 0.80 | 0.54 | 0 | 0.65 | 220.56 | 0.66 | 0.21 |
| Hex | 12 | 29 | 59 | 50 | 36 | 0 | 41 | DD | 42 | 15 |
| Octal | 22 | 51 | 131 | 120 | 66 | 0 | 101 | 335 | 102 | 25 |
| Binary | 10010 | 101001 | 1011001 | 1010000 | 110110 | 0 | 1000001 | 11011101 | 1000010 | 10101 |
Color Harmonies of #122959
Complementary color
Monochromatic Colors of #122959
Black with #122959
Text Example
Text Example
White with #122959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122959; }
p { color: rgb(18,41,89); }
H1.HeaderClassName
{
color: #122959;
}
.AnyTagClassName
{
color: #122959;
}
</style>
background-color css
<style>
a { background-color: #122959; }
a { background-color: rgb(18,41,89); }
div.DivClassName
{
background-color: #122959;
}
.BgClassName
{
background-color: #122959;
}
</style>
border-color css
<style>
span { border-color: #122959; }
span { border-color: rgb(18,41,89); }
td.TdClassName
{
border-color: #122959;
}
.TagClassName
{
border-color: #122959;
}
</style>