Shades of Sapphire #172F61
Tints of Sapphire #172F61
RGB
CMYK
RGB Variations
Color information
#172F61 (or 0x172F61) is known color: Sapphire. HEX triplet: 17, 2F and 61. RGB value is (23,47,97). Sum of RGB (Red+Green+Blue) = 23+47+97=167 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.77% from 167); Green value is 47 (18.75% from 255 or 28.14% from 167); Blue value is 97 (38.28% from 255 or 58.08% from 167); Max value from RGB is 97 - color contains mainly: blue. Hex color #172F61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172F61 is #E8D09E. Grayscale: #2D2D2D. Windows color (decimal): -15257759 or 6369047. OLE color: 6369047.
HSL color Cylindrical-coordinate representation of color #172F61: hue angle of 220.54º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #172F61 is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 23 | 47 | 97 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.62 |
| HSL | 220.54º | 0.62% | 0.24% | - |
| HSV(B) | 220.54º | 0.76% | 0.38% | - |
| XYZ | 3.53 | 3.08 | 11.72 | - |
| YUV | 45.52 | 157.05 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 47 | 97 | 0.76 | 0.52 | 0 | 0.62 | 220.54 | 0.62 | 0.24 |
| Hex | 17 | 2F | 61 | 4C | 34 | 0 | 3E | DD | 3E | 18 |
| Octal | 27 | 57 | 141 | 114 | 64 | 0 | 76 | 335 | 76 | 30 |
| Binary | 10111 | 101111 | 1100001 | 1001100 | 110100 | 0 | 111110 | 11011101 | 111110 | 11000 |
Color Harmonies of #172F61
Complementary color
Monochromatic Colors of #172F61
Black with #172F61
Text Example
Text Example
White with #172F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172F61; }
p { color: rgb(23,47,97); }
H1.HeaderClassName
{
color: #172F61;
}
.AnyTagClassName
{
color: #172F61;
}
</style>
background-color css
<style>
a { background-color: #172F61; }
a { background-color: rgb(23,47,97); }
div.DivClassName
{
background-color: #172F61;
}
.BgClassName
{
background-color: #172F61;
}
</style>
border-color css
<style>
span { border-color: #172F61; }
span { border-color: rgb(23,47,97); }
td.TdClassName
{
border-color: #172F61;
}
.TagClassName
{
border-color: #172F61;
}
</style>