Shades of Sapphire #122D59
Tints of Sapphire #122D59
RGB
CMYK
RGB Variations
Color information
#122D59 (or 0x122D59) is known color: Sapphire. HEX triplet: 12, 2D and 59. RGB value is (18,45,89). Sum of RGB (Red+Green+Blue) = 18+45+89=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 45 (17.97% from 255 or 29.61% from 152); Blue value is 89 (35.16% from 255 or 58.55% from 152); Max value from RGB is 89 - color contains mainly: blue. Hex color #122D59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122D59 is #EDD2A6. Grayscale: #292929. Windows color (decimal): -15585959 or 5844242. OLE color: 5844242.
HSL color Cylindrical-coordinate representation of color #122D59: hue angle of 217.18º 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 #122D59 is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 45 | 89 | - |
| CMYK | 0.80 | 0.49 | 0 | 0.65 |
| HSL | 217.18º | 0.66% | 0.21% | - |
| HSV(B) | 217.18º | 0.8% | 0.35% | - |
| XYZ | 2.99 | 2.73 | 9.82 | - |
| YUV | 41.94 | 154.55 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 89 | 0.80 | 0.49 | 0 | 0.65 | 217.18 | 0.66 | 0.21 |
| Hex | 12 | 2D | 59 | 50 | 31 | 0 | 41 | D9 | 42 | 15 |
| Octal | 22 | 55 | 131 | 120 | 61 | 0 | 101 | 331 | 102 | 25 |
| Binary | 10010 | 101101 | 1011001 | 1010000 | 110001 | 0 | 1000001 | 11011001 | 1000010 | 10101 |
Color Harmonies of #122D59
Complementary color
Monochromatic Colors of #122D59
Black with #122D59
Text Example
Text Example
White with #122D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122D59; }
p { color: rgb(18,45,89); }
H1.HeaderClassName
{
color: #122D59;
}
.AnyTagClassName
{
color: #122D59;
}
</style>
background-color css
<style>
a { background-color: #122D59; }
a { background-color: rgb(18,45,89); }
div.DivClassName
{
background-color: #122D59;
}
.BgClassName
{
background-color: #122D59;
}
</style>
border-color css
<style>
span { border-color: #122D59; }
span { border-color: rgb(18,45,89); }
td.TdClassName
{
border-color: #122D59;
}
.TagClassName
{
border-color: #122D59;
}
</style>