Shades of Sapphire #173468
Tints of Sapphire #173468
RGB
CMYK
RGB Variations
Color information
#173468 (or 0x173468) is known color: Sapphire. HEX triplet: 17, 34 and 68. RGB value is (23,52,104). Sum of RGB (Red+Green+Blue) = 23+52+104=179 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.85% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 104 (41.02% from 255 or 58.10% from 179); Max value from RGB is 104 - color contains mainly: blue. Hex color #173468 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173468 is #E8CB97. Grayscale: #313131. Windows color (decimal): -15256472 or 6829079. OLE color: 6829079.
HSL color Cylindrical-coordinate representation of color #173468: hue angle of 218.52º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #173468 is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 23 | 52 | 104 | - |
| CMYK | 0.78 | 0.50 | 0 | 0.59 |
| HSL | 218.52º | 0.64% | 0.25% | - |
| HSV(B) | 218.52º | 0.78% | 0.41% | - |
| XYZ | 4.08 | 3.64 | 13.58 | - |
| YUV | 49.26 | 158.89 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 52 | 104 | 0.78 | 0.50 | 0 | 0.59 | 218.52 | 0.64 | 0.25 |
| Hex | 17 | 34 | 68 | 4E | 32 | 0 | 3B | DB | 40 | 19 |
| Octal | 27 | 64 | 150 | 116 | 62 | 0 | 73 | 333 | 100 | 31 |
| Binary | 10111 | 110100 | 1101000 | 1001110 | 110010 | 0 | 111011 | 11011011 | 1000000 | 11001 |
Color Harmonies of #173468
Complementary color
Monochromatic Colors of #173468
Black with #173468
Text Example
Text Example
White with #173468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173468; }
p { color: rgb(23,52,104); }
H1.HeaderClassName
{
color: #173468;
}
.AnyTagClassName
{
color: #173468;
}
</style>
background-color css
<style>
a { background-color: #173468; }
a { background-color: rgb(23,52,104); }
div.DivClassName
{
background-color: #173468;
}
.BgClassName
{
background-color: #173468;
}
</style>
border-color css
<style>
span { border-color: #173468; }
span { border-color: rgb(23,52,104); }
td.TdClassName
{
border-color: #173468;
}
.TagClassName
{
border-color: #173468;
}
</style>