Shades of Sapphire #122C59
Tints of Sapphire #122C59
RGB
CMYK
RGB Variations
Color information
#122C59 (or 0x122C59) is known color: Sapphire. HEX triplet: 12, 2C and 59. RGB value is (18,44,89). Sum of RGB (Red+Green+Blue) = 18+44+89=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 44 (17.58% from 255 or 29.14% from 151); Blue value is 89 (35.16% from 255 or 58.94% from 151); Max value from RGB is 89 - color contains mainly: blue. Hex color #122C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122C59 is #EDD3A6. Grayscale: #292929. Windows color (decimal): -15586215 or 5843986. OLE color: 5843986.
HSL color Cylindrical-coordinate representation of color #122C59: hue angle of 218.03º 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 #122C59 is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 44 | 89 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.65 |
| HSL | 218.03º | 0.66% | 0.21% | - |
| HSV(B) | 218.03º | 0.8% | 0.35% | - |
| XYZ | 2.95 | 2.65 | 9.81 | - |
| YUV | 41.36 | 154.89 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 44 | 89 | 0.80 | 0.51 | 0 | 0.65 | 218.03 | 0.66 | 0.21 |
| Hex | 12 | 2C | 59 | 50 | 33 | 0 | 41 | DA | 42 | 15 |
| Octal | 22 | 54 | 131 | 120 | 63 | 0 | 101 | 332 | 102 | 25 |
| Binary | 10010 | 101100 | 1011001 | 1010000 | 110011 | 0 | 1000001 | 11011010 | 1000010 | 10101 |
Color Harmonies of #122C59
Complementary color
Monochromatic Colors of #122C59
Black with #122C59
Text Example
Text Example
White with #122C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122C59; }
p { color: rgb(18,44,89); }
H1.HeaderClassName
{
color: #122C59;
}
.AnyTagClassName
{
color: #122C59;
}
</style>
background-color css
<style>
a { background-color: #122C59; }
a { background-color: rgb(18,44,89); }
div.DivClassName
{
background-color: #122C59;
}
.BgClassName
{
background-color: #122C59;
}
</style>
border-color css
<style>
span { border-color: #122C59; }
span { border-color: rgb(18,44,89); }
td.TdClassName
{
border-color: #122C59;
}
.TagClassName
{
border-color: #122C59;
}
</style>