Shades of Sapphire #172F5F
Tints of Sapphire #172F5F
RGB
CMYK
RGB Variations
Color information
#172F5F (or 0x172F5F) is known color: Sapphire. HEX triplet: 17, 2F and 5F. RGB value is (23,47,95). Sum of RGB (Red+Green+Blue) = 23+47+95=165 (21% of max value = 765). Red value is 23 (9.38% from 255 or 13.94% from 165); Green value is 47 (18.75% from 255 or 28.48% from 165); Blue value is 95 (37.5% from 255 or 57.58% from 165); Max value from RGB is 95 - color contains mainly: blue. Hex color #172F5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172F5F is #E8D0A0. Grayscale: #2D2D2D. Windows color (decimal): -15257761 or 6237975. OLE color: 6237975.
HSL color Cylindrical-coordinate representation of color #172F5F: hue angle of 220º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #172F5F is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 23 | 47 | 95 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.63 |
| HSL | 220º | 0.61% | 0.23% | - |
| HSV(B) | 220º | 0.76% | 0.37% | - |
| XYZ | 3.44 | 3.04 | 11.23 | - |
| YUV | 45.3 | 156.05 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 47 | 95 | 0.76 | 0.51 | 0 | 0.63 | 220 | 0.61 | 0.23 |
| Hex | 17 | 2F | 5F | 4C | 33 | 0 | 3F | DC | 3D | 17 |
| Octal | 27 | 57 | 137 | 114 | 63 | 0 | 77 | 334 | 75 | 27 |
| Binary | 10111 | 101111 | 1011111 | 1001100 | 110011 | 0 | 111111 | 11011100 | 111101 | 10111 |
Color Harmonies of #172F5F
Complementary color
Monochromatic Colors of #172F5F
Black with #172F5F
Text Example
Text Example
White with #172F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172F5F; }
p { color: rgb(23,47,95); }
H1.HeaderClassName
{
color: #172F5F;
}
.AnyTagClassName
{
color: #172F5F;
}
</style>
background-color css
<style>
a { background-color: #172F5F; }
a { background-color: rgb(23,47,95); }
div.DivClassName
{
background-color: #172F5F;
}
.BgClassName
{
background-color: #172F5F;
}
</style>
border-color css
<style>
span { border-color: #172F5F; }
span { border-color: rgb(23,47,95); }
td.TdClassName
{
border-color: #172F5F;
}
.TagClassName
{
border-color: #172F5F;
}
</style>