Shades of Sapphire #172F62
Tints of Sapphire #172F62
RGB
CMYK
RGB Variations
Color information
#172F62 (or 0x172F62) is known color: Sapphire. HEX triplet: 17, 2F and 62. RGB value is (23,47,98). Sum of RGB (Red+Green+Blue) = 23+47+98=168 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.69% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 98 (38.67% from 255 or 58.33% from 168); Max value from RGB is 98 - color contains mainly: blue. Hex color #172F62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172F62 is #E8D09D. Grayscale: #2D2D2D. Windows color (decimal): -15257758 or 6434583. OLE color: 6434583.
HSL color Cylindrical-coordinate representation of color #172F62: hue angle of 220.8º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #172F62 is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 23 | 47 | 98 | - |
| CMYK | 0.77 | 0.52 | 0 | 0.62 |
| HSL | 220.8º | 0.62% | 0.24% | - |
| HSV(B) | 220.8º | 0.77% | 0.38% | - |
| XYZ | 3.57 | 3.1 | 11.96 | - |
| YUV | 45.64 | 157.55 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 47 | 98 | 0.77 | 0.52 | 0 | 0.62 | 220.8 | 0.62 | 0.24 |
| Hex | 17 | 2F | 62 | 4D | 34 | 0 | 3E | DD | 3E | 18 |
| Octal | 27 | 57 | 142 | 115 | 64 | 0 | 76 | 335 | 76 | 30 |
| Binary | 10111 | 101111 | 1100010 | 1001101 | 110100 | 0 | 111110 | 11011101 | 111110 | 11000 |
Color Harmonies of #172F62
Complementary color
Monochromatic Colors of #172F62
Black with #172F62
Text Example
Text Example
White with #172F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172F62; }
p { color: rgb(23,47,98); }
H1.HeaderClassName
{
color: #172F62;
}
.AnyTagClassName
{
color: #172F62;
}
</style>
background-color css
<style>
a { background-color: #172F62; }
a { background-color: rgb(23,47,98); }
div.DivClassName
{
background-color: #172F62;
}
.BgClassName
{
background-color: #172F62;
}
</style>
border-color css
<style>
span { border-color: #172F62; }
span { border-color: rgb(23,47,98); }
td.TdClassName
{
border-color: #172F62;
}
.TagClassName
{
border-color: #172F62;
}
</style>