Shades of Sapphire #173276
Tints of Sapphire #173276
RGB
CMYK
RGB Variations
Color information
#173276 (or 0x173276) is known color: Sapphire. HEX triplet: 17, 32 and 76. RGB value is (23,50,118). Sum of RGB (Red+Green+Blue) = 23+50+118=191 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.04% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 118 (46.48% from 255 or 61.78% from 191); Max value from RGB is 118 - color contains mainly: blue. Hex color #173276 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173276 is #E8CD89. Grayscale: #313131. Windows color (decimal): -15256970 or 7746071. OLE color: 7746071.
HSL color Cylindrical-coordinate representation of color #173276: hue angle of 222.95º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #173276 is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 23 | 50 | 118 | - |
| CMYK | 0.81 | 0.58 | 0 | 0.54 |
| HSL | 222.95º | 0.67% | 0.28% | - |
| HSV(B) | 222.95º | 0.81% | 0.46% | - |
| XYZ | 4.76 | 3.77 | 17.62 | - |
| YUV | 49.68 | 166.55 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 50 | 118 | 0.81 | 0.58 | 0 | 0.54 | 222.95 | 0.67 | 0.28 |
| Hex | 17 | 32 | 76 | 51 | 3A | 0 | 36 | DF | 43 | 1C |
| Octal | 27 | 62 | 166 | 121 | 72 | 0 | 66 | 337 | 103 | 34 |
| Binary | 10111 | 110010 | 1110110 | 1010001 | 111010 | 0 | 110110 | 11011111 | 1000011 | 11100 |
Color Harmonies of #173276
Complementary color
Monochromatic Colors of #173276
Black with #173276
Text Example
Text Example
White with #173276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173276; }
p { color: rgb(23,50,118); }
H1.HeaderClassName
{
color: #173276;
}
.AnyTagClassName
{
color: #173276;
}
</style>
background-color css
<style>
a { background-color: #173276; }
a { background-color: rgb(23,50,118); }
div.DivClassName
{
background-color: #173276;
}
.BgClassName
{
background-color: #173276;
}
</style>
border-color css
<style>
span { border-color: #173276; }
span { border-color: rgb(23,50,118); }
td.TdClassName
{
border-color: #173276;
}
.TagClassName
{
border-color: #173276;
}
</style>