Shades of Sapphire #173068
Tints of Sapphire #173068
RGB
CMYK
RGB Variations
Color information
#173068 (or 0x173068) is known color: Sapphire. HEX triplet: 17, 30 and 68. RGB value is (23,48,104). Sum of RGB (Red+Green+Blue) = 23+48+104=175 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.14% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 104 (41.02% from 255 or 59.43% from 175); Max value from RGB is 104 - color contains mainly: blue. Hex color #173068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173068 is #E8CF97. Grayscale: #2E2E2E. Windows color (decimal): -15257496 or 6828055. OLE color: 6828055.
HSL color Cylindrical-coordinate representation of color #173068: hue angle of 221.48º 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 #173068 is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 23 | 48 | 104 | - |
| CMYK | 0.78 | 0.54 | 0 | 0.59 |
| HSL | 221.48º | 0.64% | 0.25% | - |
| HSV(B) | 221.48º | 0.78% | 0.41% | - |
| XYZ | 3.91 | 3.3 | 13.53 | - |
| YUV | 46.91 | 160.22 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 48 | 104 | 0.78 | 0.54 | 0 | 0.59 | 221.48 | 0.64 | 0.25 |
| Hex | 17 | 30 | 68 | 4E | 36 | 0 | 3B | DD | 40 | 19 |
| Octal | 27 | 60 | 150 | 116 | 66 | 0 | 73 | 335 | 100 | 31 |
| Binary | 10111 | 110000 | 1101000 | 1001110 | 110110 | 0 | 111011 | 11011101 | 1000000 | 11001 |
Color Harmonies of #173068
Complementary color
Monochromatic Colors of #173068
Black with #173068
Text Example
Text Example
White with #173068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173068; }
p { color: rgb(23,48,104); }
H1.HeaderClassName
{
color: #173068;
}
.AnyTagClassName
{
color: #173068;
}
</style>
background-color css
<style>
a { background-color: #173068; }
a { background-color: rgb(23,48,104); }
div.DivClassName
{
background-color: #173068;
}
.BgClassName
{
background-color: #173068;
}
</style>
border-color css
<style>
span { border-color: #173068; }
span { border-color: rgb(23,48,104); }
td.TdClassName
{
border-color: #173068;
}
.TagClassName
{
border-color: #173068;
}
</style>