Shades of Sapphire #122C61
Tints of Sapphire #122C61
RGB
CMYK
RGB Variations
Color information
#122C61 (or 0x122C61) is known color: Sapphire. HEX triplet: 12, 2C and 61. RGB value is (18,44,97). Sum of RGB (Red+Green+Blue) = 18+44+97=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 97 (38.28% from 255 or 61.01% from 159); Max value from RGB is 97 - color contains mainly: blue. Hex color #122C61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122C61 is #EDD39E. Grayscale: #2A2A2A. Windows color (decimal): -15586207 or 6368274. OLE color: 6368274.
HSL color Cylindrical-coordinate representation of color #122C61: hue angle of 220.25º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #122C61 is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 44 | 97 | - |
| CMYK | 0.81 | 0.55 | 0 | 0.62 |
| HSL | 220.25º | 0.69% | 0.23% | - |
| HSV(B) | 220.25º | 0.81% | 0.38% | - |
| XYZ | 3.31 | 2.79 | 11.67 | - |
| YUV | 42.27 | 158.89 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 44 | 97 | 0.81 | 0.55 | 0 | 0.62 | 220.25 | 0.69 | 0.23 |
| Hex | 12 | 2C | 61 | 51 | 37 | 0 | 3E | DC | 45 | 17 |
| Octal | 22 | 54 | 141 | 121 | 67 | 0 | 76 | 334 | 105 | 27 |
| Binary | 10010 | 101100 | 1100001 | 1010001 | 110111 | 0 | 111110 | 11011100 | 1000101 | 10111 |
Color Harmonies of #122C61
Complementary color
Monochromatic Colors of #122C61
Black with #122C61
Text Example
Text Example
White with #122C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122C61; }
p { color: rgb(18,44,97); }
H1.HeaderClassName
{
color: #122C61;
}
.AnyTagClassName
{
color: #122C61;
}
</style>
background-color css
<style>
a { background-color: #122C61; }
a { background-color: rgb(18,44,97); }
div.DivClassName
{
background-color: #122C61;
}
.BgClassName
{
background-color: #122C61;
}
</style>
border-color css
<style>
span { border-color: #122C61; }
span { border-color: rgb(18,44,97); }
td.TdClassName
{
border-color: #122C61;
}
.TagClassName
{
border-color: #122C61;
}
</style>