Shades of Sapphire #122C65
Tints of Sapphire #122C65
RGB
CMYK
RGB Variations
Color information
#122C65 (or 0x122C65) is known color: Sapphire. HEX triplet: 12, 2C and 65. RGB value is (18,44,101). Sum of RGB (Red+Green+Blue) = 18+44+101=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 44 (17.58% from 255 or 26.99% from 163); Blue value is 101 (39.84% from 255 or 61.96% from 163); Max value from RGB is 101 - color contains mainly: blue. Hex color #122C65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122C65 is #EDD39A. Grayscale: #2A2A2A. Windows color (decimal): -15586203 or 6630418. OLE color: 6630418.
HSL color Cylindrical-coordinate representation of color #122C65: hue angle of 221.2º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #122C65 is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 44 | 101 | - |
| CMYK | 0.82 | 0.56 | 0 | 0.60 |
| HSL | 221.2º | 0.7% | 0.23% | - |
| HSV(B) | 221.2º | 0.82% | 0.4% | - |
| XYZ | 3.5 | 2.87 | 12.68 | - |
| YUV | 42.72 | 160.89 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 44 | 101 | 0.82 | 0.56 | 0 | 0.60 | 221.2 | 0.7 | 0.23 |
| Hex | 12 | 2C | 65 | 52 | 38 | 0 | 3C | DD | 46 | 17 |
| Octal | 22 | 54 | 145 | 122 | 70 | 0 | 74 | 335 | 106 | 27 |
| Binary | 10010 | 101100 | 1100101 | 1010010 | 111000 | 0 | 111100 | 11011101 | 1000110 | 10111 |
Color Harmonies of #122C65
Complementary color
Monochromatic Colors of #122C65
Black with #122C65
Text Example
Text Example
White with #122C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122C65; }
p { color: rgb(18,44,101); }
H1.HeaderClassName
{
color: #122C65;
}
.AnyTagClassName
{
color: #122C65;
}
</style>
background-color css
<style>
a { background-color: #122C65; }
a { background-color: rgb(18,44,101); }
div.DivClassName
{
background-color: #122C65;
}
.BgClassName
{
background-color: #122C65;
}
</style>
border-color css
<style>
span { border-color: #122C65; }
span { border-color: rgb(18,44,101); }
td.TdClassName
{
border-color: #122C65;
}
.TagClassName
{
border-color: #122C65;
}
</style>