Shades of Sapphire #172F5E
Tints of Sapphire #172F5E
RGB
CMYK
RGB Variations
Color information
#172F5E (or 0x172F5E) is known color: Sapphire. HEX triplet: 17, 2F and 5E. RGB value is (23,47,94). Sum of RGB (Red+Green+Blue) = 23+47+94=164 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.02% from 164); Green value is 47 (18.75% from 255 or 28.66% from 164); Blue value is 94 (37.11% from 255 or 57.32% from 164); Max value from RGB is 94 - color contains mainly: blue. Hex color #172F5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172F5E is #E8D0A1. Grayscale: #2C2C2C. Windows color (decimal): -15257762 or 6172439. OLE color: 6172439.
HSL color Cylindrical-coordinate representation of color #172F5E: hue angle of 219.72º 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 #172F5E is Cyan = 0.76, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 23 | 47 | 94 | - |
| CMYK | 0.76 | 0.5 | 0 | 0.63 |
| HSL | 219.72º | 0.61% | 0.23% | - |
| HSV(B) | 219.72º | 0.76% | 0.37% | - |
| XYZ | 3.39 | 3.02 | 10.99 | - |
| YUV | 45.18 | 155.55 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 47 | 94 | 0.76 | 0.5 | 0 | 0.63 | 219.72 | 0.61 | 0.23 |
| Hex | 17 | 2F | 5E | 4C | 32 | 0 | 3F | DC | 3D | 17 |
| Octal | 27 | 57 | 136 | 114 | 62 | 0 | 77 | 334 | 75 | 27 |
| Binary | 10111 | 101111 | 1011110 | 1001100 | 110010 | 0 | 111111 | 11011100 | 111101 | 10111 |
Color Harmonies of #172F5E
Complementary color
Monochromatic Colors of #172F5E
Black with #172F5E
Text Example
Text Example
White with #172F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172F5E; }
p { color: rgb(23,47,94); }
H1.HeaderClassName
{
color: #172F5E;
}
.AnyTagClassName
{
color: #172F5E;
}
</style>
background-color css
<style>
a { background-color: #172F5E; }
a { background-color: rgb(23,47,94); }
div.DivClassName
{
background-color: #172F5E;
}
.BgClassName
{
background-color: #172F5E;
}
</style>
border-color css
<style>
span { border-color: #172F5E; }
span { border-color: rgb(23,47,94); }
td.TdClassName
{
border-color: #172F5E;
}
.TagClassName
{
border-color: #172F5E;
}
</style>