Shades of Sapphire #122759
Tints of Sapphire #122759
RGB
CMYK
RGB Variations
Color information
#122759 (or 0x122759) is known color: Sapphire. HEX triplet: 12, 27 and 59. RGB value is (18,39,89). Sum of RGB (Red+Green+Blue) = 18+39+89=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 39 (15.62% from 255 or 26.71% from 146); Blue value is 89 (35.16% from 255 or 60.96% from 146); Max value from RGB is 89 - color contains mainly: blue. Hex color #122759 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122759 is #EDD8A6. Grayscale: #262626. Windows color (decimal): -15587495 or 5842706. OLE color: 5842706.
HSL color Cylindrical-coordinate representation of color #122759: hue angle of 222.25º 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 #122759 is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 39 | 89 | - |
| CMYK | 0.80 | 0.56 | 0 | 0.65 |
| HSL | 222.25º | 0.66% | 0.21% | - |
| HSV(B) | 222.25º | 0.8% | 0.35% | - |
| XYZ | 2.78 | 2.3 | 9.75 | - |
| YUV | 38.42 | 156.54 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 39 | 89 | 0.80 | 0.56 | 0 | 0.65 | 222.25 | 0.66 | 0.21 |
| Hex | 12 | 27 | 59 | 50 | 38 | 0 | 41 | DE | 42 | 15 |
| Octal | 22 | 47 | 131 | 120 | 70 | 0 | 101 | 336 | 102 | 25 |
| Binary | 10010 | 100111 | 1011001 | 1010000 | 111000 | 0 | 1000001 | 11011110 | 1000010 | 10101 |
Color Harmonies of #122759
Complementary color
Monochromatic Colors of #122759
Black with #122759
Text Example
Text Example
White with #122759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122759; }
p { color: rgb(18,39,89); }
H1.HeaderClassName
{
color: #122759;
}
.AnyTagClassName
{
color: #122759;
}
</style>
background-color css
<style>
a { background-color: #122759; }
a { background-color: rgb(18,39,89); }
div.DivClassName
{
background-color: #122759;
}
.BgClassName
{
background-color: #122759;
}
</style>
border-color css
<style>
span { border-color: #122759; }
span { border-color: rgb(18,39,89); }
td.TdClassName
{
border-color: #122759;
}
.TagClassName
{
border-color: #122759;
}
</style>