Shades of Sapphire #122575
Tints of Sapphire #122575
RGB
CMYK
RGB Variations
Color information
#122575 (or 0x122575) is known color: Sapphire. HEX triplet: 12, 25 and 75. RGB value is (18,37,117). Sum of RGB (Red+Green+Blue) = 18+37+117=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 117 (46.09% from 255 or 68.02% from 172); Max value from RGB is 117 - color contains mainly: blue. Hex color #122575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122575 is #EDDA8A. Grayscale: #282828. Windows color (decimal): -15587979 or 7677202. OLE color: 7677202.
HSL color Cylindrical-coordinate representation of color #122575: hue angle of 228.48º 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 #122575 is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 37 | 117 | - |
| CMYK | 0.85 | 0.68 | 0 | 0.54 |
| HSL | 228.48º | 0.73% | 0.26% | - |
| HSV(B) | 228.48º | 0.85% | 0.46% | - |
| XYZ | 4.12 | 2.74 | 17.14 | - |
| YUV | 40.44 | 171.21 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 37 | 117 | 0.85 | 0.68 | 0 | 0.54 | 228.48 | 0.73 | 0.26 |
| Hex | 12 | 25 | 75 | 55 | 44 | 0 | 36 | E4 | 49 | 1A |
| Octal | 22 | 45 | 165 | 125 | 104 | 0 | 66 | 344 | 111 | 32 |
| Binary | 10010 | 100101 | 1110101 | 1010101 | 1000100 | 0 | 110110 | 11100100 | 1001001 | 11010 |
Color Harmonies of #122575
Complementary color
Monochromatic Colors of #122575
Black with #122575
Text Example
Text Example
White with #122575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122575; }
p { color: rgb(18,37,117); }
H1.HeaderClassName
{
color: #122575;
}
.AnyTagClassName
{
color: #122575;
}
</style>
background-color css
<style>
a { background-color: #122575; }
a { background-color: rgb(18,37,117); }
div.DivClassName
{
background-color: #122575;
}
.BgClassName
{
background-color: #122575;
}
</style>
border-color css
<style>
span { border-color: #122575; }
span { border-color: rgb(18,37,117); }
td.TdClassName
{
border-color: #122575;
}
.TagClassName
{
border-color: #122575;
}
</style>