Shades of Sapphire #123173
Tints of Sapphire #123173
RGB
CMYK
RGB Variations
Color information
#123173 (or 0x123173) is known color: Sapphire. HEX triplet: 12, 31 and 73. RGB value is (18,49,115). Sum of RGB (Red+Green+Blue) = 18+49+115=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 49 (19.53% from 255 or 26.92% from 182); Blue value is 115 (45.31% from 255 or 63.19% from 182); Max value from RGB is 115 - color contains mainly: blue. Hex color #123173 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123173 is #EDCE8C. Grayscale: #2E2E2E. Windows color (decimal): -15584909 or 7549202. OLE color: 7549202.
HSL color Cylindrical-coordinate representation of color #123173: hue angle of 220.82º 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 #123173 is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 49 | 115 | - |
| CMYK | 0.84 | 0.57 | 0 | 0.55 |
| HSL | 220.82º | 0.73% | 0.26% | - |
| HSV(B) | 220.82º | 0.84% | 0.45% | - |
| XYZ | 4.44 | 3.56 | 16.67 | - |
| YUV | 47.26 | 166.23 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 49 | 115 | 0.84 | 0.57 | 0 | 0.55 | 220.82 | 0.73 | 0.26 |
| Hex | 12 | 31 | 73 | 54 | 39 | 0 | 37 | DD | 49 | 1A |
| Octal | 22 | 61 | 163 | 124 | 71 | 0 | 67 | 335 | 111 | 32 |
| Binary | 10010 | 110001 | 1110011 | 1010100 | 111001 | 0 | 110111 | 11011101 | 1001001 | 11010 |
Color Harmonies of #123173
Complementary color
Monochromatic Colors of #123173
Black with #123173
Text Example
Text Example
White with #123173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123173; }
p { color: rgb(18,49,115); }
H1.HeaderClassName
{
color: #123173;
}
.AnyTagClassName
{
color: #123173;
}
</style>
background-color css
<style>
a { background-color: #123173; }
a { background-color: rgb(18,49,115); }
div.DivClassName
{
background-color: #123173;
}
.BgClassName
{
background-color: #123173;
}
</style>
border-color css
<style>
span { border-color: #123173; }
span { border-color: rgb(18,49,115); }
td.TdClassName
{
border-color: #123173;
}
.TagClassName
{
border-color: #123173;
}
</style>