Shades of Sapphire #172F75
Tints of Sapphire #172F75
RGB
CMYK
RGB Variations
Color information
#172F75 (or 0x172F75) is known color: Sapphire. HEX triplet: 17, 2F and 75. RGB value is (23,47,117). Sum of RGB (Red+Green+Blue) = 23+47+117=187 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.30% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 117 (46.09% from 255 or 62.57% from 187); Max value from RGB is 117 - color contains mainly: blue. Hex color #172F75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172F75 is #E8D08A. Grayscale: #2F2F2F. Windows color (decimal): -15257739 or 7679767. OLE color: 7679767.
HSL color Cylindrical-coordinate representation of color #172F75: hue angle of 224.68º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #172F75 is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 23 | 47 | 117 | - |
| CMYK | 0.80 | 0.60 | 0 | 0.54 |
| HSL | 224.68º | 0.67% | 0.27% | - |
| HSV(B) | 224.68º | 0.8% | 0.46% | - |
| XYZ | 4.58 | 3.5 | 17.26 | - |
| YUV | 47.8 | 167.05 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 47 | 117 | 0.80 | 0.60 | 0 | 0.54 | 224.68 | 0.67 | 0.27 |
| Hex | 17 | 2F | 75 | 50 | 3C | 0 | 36 | E1 | 43 | 1B |
| Octal | 27 | 57 | 165 | 120 | 74 | 0 | 66 | 341 | 103 | 33 |
| Binary | 10111 | 101111 | 1110101 | 1010000 | 111100 | 0 | 110110 | 11100001 | 1000011 | 11011 |
Color Harmonies of #172F75
Complementary color
Monochromatic Colors of #172F75
Black with #172F75
Text Example
Text Example
White with #172F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172F75; }
p { color: rgb(23,47,117); }
H1.HeaderClassName
{
color: #172F75;
}
.AnyTagClassName
{
color: #172F75;
}
</style>
background-color css
<style>
a { background-color: #172F75; }
a { background-color: rgb(23,47,117); }
div.DivClassName
{
background-color: #172F75;
}
.BgClassName
{
background-color: #172F75;
}
</style>
border-color css
<style>
span { border-color: #172F75; }
span { border-color: rgb(23,47,117); }
td.TdClassName
{
border-color: #172F75;
}
.TagClassName
{
border-color: #172F75;
}
</style>