Shades of Sapphire #122675
Tints of Sapphire #122675
RGB
CMYK
RGB Variations
Color information
#122675 (or 0x122675) is known color: Sapphire. HEX triplet: 12, 26 and 75. RGB value is (18,38,117). Sum of RGB (Red+Green+Blue) = 18+38+117=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 117 (46.09% from 255 or 67.63% from 173); Max value from RGB is 117 - color contains mainly: blue. Hex color #122675 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122675 is #EDD98A. Grayscale: #282828. Windows color (decimal): -15587723 or 7677458. OLE color: 7677458.
HSL color Cylindrical-coordinate representation of color #122675: hue angle of 227.88º 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 #122675 is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 38 | 117 | - |
| CMYK | 0.85 | 0.68 | 0 | 0.54 |
| HSL | 227.88º | 0.73% | 0.26% | - |
| HSV(B) | 227.88º | 0.85% | 0.46% | - |
| XYZ | 4.15 | 2.8 | 17.15 | - |
| YUV | 41.03 | 170.87 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 38 | 117 | 0.85 | 0.68 | 0 | 0.54 | 227.88 | 0.73 | 0.26 |
| Hex | 12 | 26 | 75 | 55 | 44 | 0 | 36 | E4 | 49 | 1A |
| Octal | 22 | 46 | 165 | 125 | 104 | 0 | 66 | 344 | 111 | 32 |
| Binary | 10010 | 100110 | 1110101 | 1010101 | 1000100 | 0 | 110110 | 11100100 | 1001001 | 11010 |
Color Harmonies of #122675
Complementary color
Monochromatic Colors of #122675
Black with #122675
Text Example
Text Example
White with #122675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122675; }
p { color: rgb(18,38,117); }
H1.HeaderClassName
{
color: #122675;
}
.AnyTagClassName
{
color: #122675;
}
</style>
background-color css
<style>
a { background-color: #122675; }
a { background-color: rgb(18,38,117); }
div.DivClassName
{
background-color: #122675;
}
.BgClassName
{
background-color: #122675;
}
</style>
border-color css
<style>
span { border-color: #122675; }
span { border-color: rgb(18,38,117); }
td.TdClassName
{
border-color: #122675;
}
.TagClassName
{
border-color: #122675;
}
</style>