Shades of Sapphire #173374
Tints of Sapphire #173374
RGB
CMYK
RGB Variations
Color information
#173374 (or 0x173374) is known color: Sapphire. HEX triplet: 17, 33 and 74. RGB value is (23,51,116). Sum of RGB (Red+Green+Blue) = 23+51+116=190 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.11% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 116 (45.70% from 255 or 61.05% from 190); Max value from RGB is 116 - color contains mainly: blue. Hex color #173374 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173374 is #E8CC8B. Grayscale: #313131. Windows color (decimal): -15256716 or 7615255. OLE color: 7615255.
HSL color Cylindrical-coordinate representation of color #173374: hue angle of 221.94º degrees, saturation: 0.67, 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 #173374 is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 23 | 51 | 116 | - |
| CMYK | 0.80 | 0.56 | 0 | 0.55 |
| HSL | 221.94º | 0.67% | 0.27% | - |
| HSV(B) | 221.94º | 0.8% | 0.45% | - |
| XYZ | 4.69 | 3.81 | 17.01 | - |
| YUV | 50.04 | 165.22 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 51 | 116 | 0.80 | 0.56 | 0 | 0.55 | 221.94 | 0.67 | 0.27 |
| Hex | 17 | 33 | 74 | 50 | 38 | 0 | 37 | DE | 43 | 1B |
| Octal | 27 | 63 | 164 | 120 | 70 | 0 | 67 | 336 | 103 | 33 |
| Binary | 10111 | 110011 | 1110100 | 1010000 | 111000 | 0 | 110111 | 11011110 | 1000011 | 11011 |
Color Harmonies of #173374
Complementary color
Monochromatic Colors of #173374
Black with #173374
Text Example
Text Example
White with #173374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173374; }
p { color: rgb(23,51,116); }
H1.HeaderClassName
{
color: #173374;
}
.AnyTagClassName
{
color: #173374;
}
</style>
background-color css
<style>
a { background-color: #173374; }
a { background-color: rgb(23,51,116); }
div.DivClassName
{
background-color: #173374;
}
.BgClassName
{
background-color: #173374;
}
</style>
border-color css
<style>
span { border-color: #173374; }
span { border-color: rgb(23,51,116); }
td.TdClassName
{
border-color: #173374;
}
.TagClassName
{
border-color: #173374;
}
</style>