Shades of Sapphire #122D61
Tints of Sapphire #122D61
RGB
CMYK
RGB Variations
Color information
#122D61 (or 0x122D61) is known color: Sapphire. HEX triplet: 12, 2D and 61. RGB value is (18,45,97). Sum of RGB (Red+Green+Blue) = 18+45+97=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 45 (17.97% from 255 or 28.12% from 160); Blue value is 97 (38.28% from 255 or 60.62% from 160); Max value from RGB is 97 - color contains mainly: blue. Hex color #122D61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122D61 is #EDD29E. Grayscale: #2A2A2A. Windows color (decimal): -15585951 or 6368530. OLE color: 6368530.
HSL color Cylindrical-coordinate representation of color #122D61: hue angle of 219.49º 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 #122D61 is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 45 | 97 | - |
| CMYK | 0.81 | 0.54 | 0 | 0.62 |
| HSL | 219.49º | 0.69% | 0.23% | - |
| HSV(B) | 219.49º | 0.81% | 0.38% | - |
| XYZ | 3.35 | 2.87 | 11.69 | - |
| YUV | 42.86 | 158.55 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 97 | 0.81 | 0.54 | 0 | 0.62 | 219.49 | 0.69 | 0.23 |
| Hex | 12 | 2D | 61 | 51 | 36 | 0 | 3E | DB | 45 | 17 |
| Octal | 22 | 55 | 141 | 121 | 66 | 0 | 76 | 333 | 105 | 27 |
| Binary | 10010 | 101101 | 1100001 | 1010001 | 110110 | 0 | 111110 | 11011011 | 1000101 | 10111 |
Color Harmonies of #122D61
Complementary color
Monochromatic Colors of #122D61
Black with #122D61
Text Example
Text Example
White with #122D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122D61; }
p { color: rgb(18,45,97); }
H1.HeaderClassName
{
color: #122D61;
}
.AnyTagClassName
{
color: #122D61;
}
</style>
background-color css
<style>
a { background-color: #122D61; }
a { background-color: rgb(18,45,97); }
div.DivClassName
{
background-color: #122D61;
}
.BgClassName
{
background-color: #122D61;
}
</style>
border-color css
<style>
span { border-color: #122D61; }
span { border-color: rgb(18,45,97); }
td.TdClassName
{
border-color: #122D61;
}
.TagClassName
{
border-color: #122D61;
}
</style>