Shades of Sapphire #122958
Tints of Sapphire #122958
RGB
CMYK
RGB Variations
Color information
#122958 (or 0x122958) is known color: Sapphire. HEX triplet: 12, 29 and 58. RGB value is (18,41,88). Sum of RGB (Red+Green+Blue) = 18+41+88=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 88 (34.77% from 255 or 59.86% from 147); Max value from RGB is 88 - color contains mainly: blue. Hex color #122958 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122958 is #EDD6A7. Grayscale: #272727. Windows color (decimal): -15586984 or 5777682. OLE color: 5777682.
HSL color Cylindrical-coordinate representation of color #122958: hue angle of 220.29º 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 #122958 is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 41 | 88 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.65 |
| HSL | 220.29º | 0.66% | 0.21% | - |
| HSV(B) | 220.29º | 0.8% | 0.35% | - |
| XYZ | 2.8 | 2.42 | 9.55 | - |
| YUV | 39.48 | 155.38 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 41 | 88 | 0.80 | 0.53 | 0 | 0.65 | 220.29 | 0.66 | 0.21 |
| Hex | 12 | 29 | 58 | 50 | 35 | 0 | 41 | DC | 42 | 15 |
| Octal | 22 | 51 | 130 | 120 | 65 | 0 | 101 | 334 | 102 | 25 |
| Binary | 10010 | 101001 | 1011000 | 1010000 | 110101 | 0 | 1000001 | 11011100 | 1000010 | 10101 |
Color Harmonies of #122958
Complementary color
Monochromatic Colors of #122958
Black with #122958
Text Example
Text Example
White with #122958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122958; }
p { color: rgb(18,41,88); }
H1.HeaderClassName
{
color: #122958;
}
.AnyTagClassName
{
color: #122958;
}
</style>
background-color css
<style>
a { background-color: #122958; }
a { background-color: rgb(18,41,88); }
div.DivClassName
{
background-color: #122958;
}
.BgClassName
{
background-color: #122958;
}
</style>
border-color css
<style>
span { border-color: #122958; }
span { border-color: rgb(18,41,88); }
td.TdClassName
{
border-color: #122958;
}
.TagClassName
{
border-color: #122958;
}
</style>