Shades of Sapphire #123171
Tints of Sapphire #123171
RGB
CMYK
RGB Variations
Color information
#123171 (or 0x123171) is known color: Sapphire. HEX triplet: 12, 31 and 71. RGB value is (18,49,113). Sum of RGB (Red+Green+Blue) = 18+49+113=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 113 (44.53% from 255 or 62.78% from 180); Max value from RGB is 113 - color contains mainly: blue. Hex color #123171 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123171 is #EDCE8E. Grayscale: #2E2E2E. Windows color (decimal): -15584911 or 7418130. OLE color: 7418130.
HSL color Cylindrical-coordinate representation of color #123171: hue angle of 220.42º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #123171 is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 49 | 113 | - |
| CMYK | 0.84 | 0.57 | 0 | 0.56 |
| HSL | 220.42º | 0.73% | 0.26% | - |
| HSV(B) | 220.42º | 0.84% | 0.44% | - |
| XYZ | 4.33 | 3.52 | 16.07 | - |
| YUV | 47.03 | 165.23 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 49 | 113 | 0.84 | 0.57 | 0 | 0.56 | 220.42 | 0.73 | 0.26 |
| Hex | 12 | 31 | 71 | 54 | 39 | 0 | 38 | DC | 49 | 1A |
| Octal | 22 | 61 | 161 | 124 | 71 | 0 | 70 | 334 | 111 | 32 |
| Binary | 10010 | 110001 | 1110001 | 1010100 | 111001 | 0 | 111000 | 11011100 | 1001001 | 11010 |
Color Harmonies of #123171
Complementary color
Monochromatic Colors of #123171
Black with #123171
Text Example
Text Example
White with #123171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123171; }
p { color: rgb(18,49,113); }
H1.HeaderClassName
{
color: #123171;
}
.AnyTagClassName
{
color: #123171;
}
</style>
background-color css
<style>
a { background-color: #123171; }
a { background-color: rgb(18,49,113); }
div.DivClassName
{
background-color: #123171;
}
.BgClassName
{
background-color: #123171;
}
</style>
border-color css
<style>
span { border-color: #123171; }
span { border-color: rgb(18,49,113); }
td.TdClassName
{
border-color: #123171;
}
.TagClassName
{
border-color: #123171;
}
</style>