Shades of Sapphire #122976
Tints of Sapphire #122976
RGB
CMYK
RGB Variations
Color information
#122976 (or 0x122976) is known color: Sapphire. HEX triplet: 12, 29 and 76. RGB value is (18,41,118). Sum of RGB (Red+Green+Blue) = 18+41+118=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 118 (46.48% from 255 or 66.67% from 177); Max value from RGB is 118 - color contains mainly: blue. Hex color #122976 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122976 is #EDD689. Grayscale: #2A2A2A. Windows color (decimal): -15586954 or 7743762. OLE color: 7743762.
HSL color Cylindrical-coordinate representation of color #122976: hue angle of 226.2º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #122976 is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 41 | 118 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.54 |
| HSL | 226.2º | 0.74% | 0.27% | - |
| HSV(B) | 226.2º | 0.85% | 0.46% | - |
| XYZ | 4.31 | 3.02 | 17.5 | - |
| YUV | 42.9 | 170.38 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 41 | 118 | 0.85 | 0.65 | 0 | 0.54 | 226.2 | 0.74 | 0.27 |
| Hex | 12 | 29 | 76 | 55 | 41 | 0 | 36 | E2 | 4A | 1B |
| Octal | 22 | 51 | 166 | 125 | 101 | 0 | 66 | 342 | 112 | 33 |
| Binary | 10010 | 101001 | 1110110 | 1010101 | 1000001 | 0 | 110110 | 11100010 | 1001010 | 11011 |
Color Harmonies of #122976
Complementary color
Monochromatic Colors of #122976
Black with #122976
Text Example
Text Example
White with #122976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122976; }
p { color: rgb(18,41,118); }
H1.HeaderClassName
{
color: #122976;
}
.AnyTagClassName
{
color: #122976;
}
</style>
background-color css
<style>
a { background-color: #122976; }
a { background-color: rgb(18,41,118); }
div.DivClassName
{
background-color: #122976;
}
.BgClassName
{
background-color: #122976;
}
</style>
border-color css
<style>
span { border-color: #122976; }
span { border-color: rgb(18,41,118); }
td.TdClassName
{
border-color: #122976;
}
.TagClassName
{
border-color: #122976;
}
</style>