Shades of Sapphire #173672
Tints of Sapphire #173672
RGB
CMYK
RGB Variations
Color information
#173672 (or 0x173672) is known color: Sapphire. HEX triplet: 17, 36 and 72. RGB value is (23,54,114). Sum of RGB (Red+Green+Blue) = 23+54+114=191 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.04% from 191); Green value is 54 (21.48% from 255 or 28.27% from 191); Blue value is 114 (44.92% from 255 or 59.69% from 191); Max value from RGB is 114 - color contains mainly: blue. Hex color #173672 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173672 is #E8C98D. Grayscale: #333333. Windows color (decimal): -15255950 or 7484951. OLE color: 7484951.
HSL color Cylindrical-coordinate representation of color #173672: hue angle of 219.56º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #173672 is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 23 | 54 | 114 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.55 |
| HSL | 219.56º | 0.66% | 0.27% | - |
| HSV(B) | 219.56º | 0.8% | 0.45% | - |
| XYZ | 4.71 | 4.04 | 16.45 | - |
| YUV | 51.57 | 163.23 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 54 | 114 | 0.80 | 0.53 | 0 | 0.55 | 219.56 | 0.66 | 0.27 |
| Hex | 17 | 36 | 72 | 50 | 35 | 0 | 37 | DC | 42 | 1B |
| Octal | 27 | 66 | 162 | 120 | 65 | 0 | 67 | 334 | 102 | 33 |
| Binary | 10111 | 110110 | 1110010 | 1010000 | 110101 | 0 | 110111 | 11011100 | 1000010 | 11011 |
Color Harmonies of #173672
Complementary color
Monochromatic Colors of #173672
Black with #173672
Text Example
Text Example
White with #173672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173672; }
p { color: rgb(23,54,114); }
H1.HeaderClassName
{
color: #173672;
}
.AnyTagClassName
{
color: #173672;
}
</style>
background-color css
<style>
a { background-color: #173672; }
a { background-color: rgb(23,54,114); }
div.DivClassName
{
background-color: #173672;
}
.BgClassName
{
background-color: #173672;
}
</style>
border-color css
<style>
span { border-color: #173672; }
span { border-color: rgb(23,54,114); }
td.TdClassName
{
border-color: #173672;
}
.TagClassName
{
border-color: #173672;
}
</style>