Shades of Sapphire #123174
Tints of Sapphire #123174
RGB
CMYK
RGB Variations
Color information
#123174 (or 0x123174) is known color: Sapphire. HEX triplet: 12, 31 and 74. RGB value is (18,49,116). Sum of RGB (Red+Green+Blue) = 18+49+116=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 116 (45.70% from 255 or 63.39% from 183); Max value from RGB is 116 - color contains mainly: blue. Hex color #123174 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123174 is #EDCE8B. Grayscale: #2F2F2F. Windows color (decimal): -15584908 or 7614738. OLE color: 7614738.
HSL color Cylindrical-coordinate representation of color #123174: hue angle of 221.02º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #123174 is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 49 | 116 | - |
| CMYK | 0.84 | 0.58 | 0 | 0.55 |
| HSL | 221.02º | 0.73% | 0.26% | - |
| HSV(B) | 221.02º | 0.84% | 0.45% | - |
| XYZ | 4.5 | 3.59 | 16.98 | - |
| YUV | 47.37 | 166.73 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 49 | 116 | 0.84 | 0.58 | 0 | 0.55 | 221.02 | 0.73 | 0.26 |
| Hex | 12 | 31 | 74 | 54 | 3A | 0 | 37 | DD | 49 | 1A |
| Octal | 22 | 61 | 164 | 124 | 72 | 0 | 67 | 335 | 111 | 32 |
| Binary | 10010 | 110001 | 1110100 | 1010100 | 111010 | 0 | 110111 | 11011101 | 1001001 | 11010 |
Color Harmonies of #123174
Complementary color
Monochromatic Colors of #123174
Black with #123174
Text Example
Text Example
White with #123174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123174; }
p { color: rgb(18,49,116); }
H1.HeaderClassName
{
color: #123174;
}
.AnyTagClassName
{
color: #123174;
}
</style>
background-color css
<style>
a { background-color: #123174; }
a { background-color: rgb(18,49,116); }
div.DivClassName
{
background-color: #123174;
}
.BgClassName
{
background-color: #123174;
}
</style>
border-color css
<style>
span { border-color: #123174; }
span { border-color: rgb(18,49,116); }
td.TdClassName
{
border-color: #123174;
}
.TagClassName
{
border-color: #123174;
}
</style>