Shades of Sapphire #123575
Tints of Sapphire #123575
RGB
CMYK
RGB Variations
Color information
#123575 (or 0x123575) is known color: Sapphire. HEX triplet: 12, 35 and 75. RGB value is (18,53,117). Sum of RGB (Red+Green+Blue) = 18+53+117=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 117 (46.09% from 255 or 62.23% from 188); Max value from RGB is 117 - color contains mainly: blue. Hex color #123575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123575 is #EDCA8A. Grayscale: #313131. Windows color (decimal): -15583883 or 7681298. OLE color: 7681298.
HSL color Cylindrical-coordinate representation of color #123575: hue angle of 218.79º 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 #123575 is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 53 | 117 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.54 |
| HSL | 218.79º | 0.73% | 0.26% | - |
| HSV(B) | 218.79º | 0.85% | 0.46% | - |
| XYZ | 4.73 | 3.96 | 17.34 | - |
| YUV | 49.83 | 165.9 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 53 | 117 | 0.85 | 0.55 | 0 | 0.54 | 218.79 | 0.73 | 0.26 |
| Hex | 12 | 35 | 75 | 55 | 37 | 0 | 36 | DB | 49 | 1A |
| Octal | 22 | 65 | 165 | 125 | 67 | 0 | 66 | 333 | 111 | 32 |
| Binary | 10010 | 110101 | 1110101 | 1010101 | 110111 | 0 | 110110 | 11011011 | 1001001 | 11010 |
Color Harmonies of #123575
Complementary color
Monochromatic Colors of #123575
Black with #123575
Text Example
Text Example
White with #123575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123575; }
p { color: rgb(18,53,117); }
H1.HeaderClassName
{
color: #123575;
}
.AnyTagClassName
{
color: #123575;
}
</style>
background-color css
<style>
a { background-color: #123575; }
a { background-color: rgb(18,53,117); }
div.DivClassName
{
background-color: #123575;
}
.BgClassName
{
background-color: #123575;
}
</style>
border-color css
<style>
span { border-color: #123575; }
span { border-color: rgb(18,53,117); }
td.TdClassName
{
border-color: #123575;
}
.TagClassName
{
border-color: #123575;
}
</style>