Shades of Sapphire #122559
Tints of Sapphire #122559
RGB
CMYK
RGB Variations
Color information
#122559 (or 0x122559) is known color: Sapphire. HEX triplet: 12, 25 and 59. RGB value is (18,37,89). Sum of RGB (Red+Green+Blue) = 18+37+89=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 89 (35.16% from 255 or 61.81% from 144); Max value from RGB is 89 - color contains mainly: blue. Hex color #122559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122559 is #EDDAA6. Grayscale: #252525. Windows color (decimal): -15588007 or 5842194. OLE color: 5842194.
HSL color Cylindrical-coordinate representation of color #122559: hue angle of 223.94º 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 #122559 is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 37 | 89 | - |
| CMYK | 0.80 | 0.58 | 0 | 0.65 |
| HSL | 223.94º | 0.66% | 0.21% | - |
| HSV(B) | 223.94º | 0.8% | 0.35% | - |
| XYZ | 2.71 | 2.17 | 9.73 | - |
| YUV | 37.25 | 157.21 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 37 | 89 | 0.80 | 0.58 | 0 | 0.65 | 223.94 | 0.66 | 0.21 |
| Hex | 12 | 25 | 59 | 50 | 3A | 0 | 41 | E0 | 42 | 15 |
| Octal | 22 | 45 | 131 | 120 | 72 | 0 | 101 | 340 | 102 | 25 |
| Binary | 10010 | 100101 | 1011001 | 1010000 | 111010 | 0 | 1000001 | 11100000 | 1000010 | 10101 |
Color Harmonies of #122559
Complementary color
Monochromatic Colors of #122559
Black with #122559
Text Example
Text Example
White with #122559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122559; }
p { color: rgb(18,37,89); }
H1.HeaderClassName
{
color: #122559;
}
.AnyTagClassName
{
color: #122559;
}
</style>
background-color css
<style>
a { background-color: #122559; }
a { background-color: rgb(18,37,89); }
div.DivClassName
{
background-color: #122559;
}
.BgClassName
{
background-color: #122559;
}
</style>
border-color css
<style>
span { border-color: #122559; }
span { border-color: rgb(18,37,89); }
td.TdClassName
{
border-color: #122559;
}
.TagClassName
{
border-color: #122559;
}
</style>