Shades of Sapphire #122975
Tints of Sapphire #122975
RGB
CMYK
RGB Variations
Color information
#122975 (or 0x122975) is known color: Sapphire. HEX triplet: 12, 29 and 75. RGB value is (18,41,117). Sum of RGB (Red+Green+Blue) = 18+41+117=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 117 (46.09% from 255 or 66.48% from 176); Max value from RGB is 117 - color contains mainly: blue. Hex color #122975 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122975 is #EDD68A. Grayscale: #2A2A2A. Windows color (decimal): -15586955 or 7678226. OLE color: 7678226.
HSL color Cylindrical-coordinate representation of color #122975: hue angle of 226.06º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #122975 is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 41 | 117 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.54 |
| HSL | 226.06º | 0.73% | 0.26% | - |
| HSV(B) | 226.06º | 0.85% | 0.46% | - |
| XYZ | 4.25 | 3 | 17.18 | - |
| YUV | 42.79 | 169.88 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 41 | 117 | 0.85 | 0.65 | 0 | 0.54 | 226.06 | 0.73 | 0.26 |
| Hex | 12 | 29 | 75 | 55 | 41 | 0 | 36 | E2 | 49 | 1A |
| Octal | 22 | 51 | 165 | 125 | 101 | 0 | 66 | 342 | 111 | 32 |
| Binary | 10010 | 101001 | 1110101 | 1010101 | 1000001 | 0 | 110110 | 11100010 | 1001001 | 11010 |
Color Harmonies of #122975
Complementary color
Monochromatic Colors of #122975
Black with #122975
Text Example
Text Example
White with #122975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122975; }
p { color: rgb(18,41,117); }
H1.HeaderClassName
{
color: #122975;
}
.AnyTagClassName
{
color: #122975;
}
</style>
background-color css
<style>
a { background-color: #122975; }
a { background-color: rgb(18,41,117); }
div.DivClassName
{
background-color: #122975;
}
.BgClassName
{
background-color: #122975;
}
</style>
border-color css
<style>
span { border-color: #122975; }
span { border-color: rgb(18,41,117); }
td.TdClassName
{
border-color: #122975;
}
.TagClassName
{
border-color: #122975;
}
</style>