Shades of Sapphire #173181
Tints of Sapphire #173181
RGB
CMYK
RGB Variations
Color information
#173181 (or 0x173181) is known color: Sapphire. HEX triplet: 17, 31 and 81. RGB value is (23,49,129). Sum of RGB (Red+Green+Blue) = 23+49+129=201 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.44% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 129 (50.78% from 255 or 64.18% from 201); Max value from RGB is 129 - color contains mainly: blue. Hex color #173181 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #173181 is #E8CE7E. Grayscale: #323232. Windows color (decimal): -15257215 or 8466711. OLE color: 8466711.
HSL color Cylindrical-coordinate representation of color #173181: hue angle of 225.28º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #173181 is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 23 | 49 | 129 | - |
| CMYK | 0.82 | 0.62 | 0 | 0.49 |
| HSL | 225.28º | 0.7% | 0.3% | - |
| HSV(B) | 225.28º | 0.82% | 0.51% | - |
| XYZ | 5.41 | 3.96 | 21.25 | - |
| YUV | 50.35 | 172.39 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 49 | 129 | 0.82 | 0.62 | 0 | 0.49 | 225.28 | 0.7 | 0.3 |
| Hex | 17 | 31 | 81 | 52 | 3E | 0 | 31 | E1 | 46 | 1E |
| Octal | 27 | 61 | 201 | 122 | 76 | 0 | 61 | 341 | 106 | 36 |
| Binary | 10111 | 110001 | 10000001 | 1010010 | 111110 | 0 | 110001 | 11100001 | 1000110 | 11110 |
Color Harmonies of #173181
Complementary color
Monochromatic Colors of #173181
Black with #173181
Text Example
Text Example
White with #173181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173181; }
p { color: rgb(23,49,129); }
H1.HeaderClassName
{
color: #173181;
}
.AnyTagClassName
{
color: #173181;
}
</style>
background-color css
<style>
a { background-color: #173181; }
a { background-color: rgb(23,49,129); }
div.DivClassName
{
background-color: #173181;
}
.BgClassName
{
background-color: #173181;
}
</style>
border-color css
<style>
span { border-color: #173181; }
span { border-color: rgb(23,49,129); }
td.TdClassName
{
border-color: #173181;
}
.TagClassName
{
border-color: #173181;
}
</style>