Shades of Sapphire #122776
Tints of Sapphire #122776
RGB
CMYK
RGB Variations
Color information
#122776 (or 0x122776) is known color: Sapphire. HEX triplet: 12, 27 and 76. RGB value is (18,39,118). Sum of RGB (Red+Green+Blue) = 18+39+118=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 118 (46.48% from 255 or 67.43% from 175); Max value from RGB is 118 - color contains mainly: blue. Hex color #122776 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122776 is #EDD889. Grayscale: #292929. Windows color (decimal): -15587466 or 7743250. OLE color: 7743250.
HSL color Cylindrical-coordinate representation of color #122776: hue angle of 227.4º 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 #122776 is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 39 | 118 | - |
| CMYK | 0.85 | 0.67 | 0 | 0.54 |
| HSL | 227.4º | 0.74% | 0.27% | - |
| HSV(B) | 227.4º | 0.85% | 0.46% | - |
| XYZ | 4.24 | 2.89 | 17.47 | - |
| YUV | 41.73 | 171.04 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 39 | 118 | 0.85 | 0.67 | 0 | 0.54 | 227.4 | 0.74 | 0.27 |
| Hex | 12 | 27 | 76 | 55 | 43 | 0 | 36 | E3 | 4A | 1B |
| Octal | 22 | 47 | 166 | 125 | 103 | 0 | 66 | 343 | 112 | 33 |
| Binary | 10010 | 100111 | 1110110 | 1010101 | 1000011 | 0 | 110110 | 11100011 | 1001010 | 11011 |
Color Harmonies of #122776
Complementary color
Monochromatic Colors of #122776
Black with #122776
Text Example
Text Example
White with #122776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122776; }
p { color: rgb(18,39,118); }
H1.HeaderClassName
{
color: #122776;
}
.AnyTagClassName
{
color: #122776;
}
</style>
background-color css
<style>
a { background-color: #122776; }
a { background-color: rgb(18,39,118); }
div.DivClassName
{
background-color: #122776;
}
.BgClassName
{
background-color: #122776;
}
</style>
border-color css
<style>
span { border-color: #122776; }
span { border-color: rgb(18,39,118); }
td.TdClassName
{
border-color: #122776;
}
.TagClassName
{
border-color: #122776;
}
</style>