Shades of Sapphire #172D5C
Tints of Sapphire #172D5C
RGB
CMYK
RGB Variations
Color information
#172D5C (or 0x172D5C) is known color: Sapphire. HEX triplet: 17, 2D and 5C. RGB value is (23,45,92). Sum of RGB (Red+Green+Blue) = 23+45+92=160 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.38% from 160); Green value is 45 (17.97% from 255 or 28.12% from 160); Blue value is 92 (36.33% from 255 or 57.5% from 160); Max value from RGB is 92 - color contains mainly: blue. Hex color #172D5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172D5C is #E8D2A3. Grayscale: #2B2B2B. Windows color (decimal): -15258276 or 6040855. OLE color: 6040855.
HSL color Cylindrical-coordinate representation of color #172D5C: hue angle of 220.87º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #172D5C is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 45 | 92 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.64 |
| HSL | 220.87º | 0.6% | 0.23% | - |
| HSV(B) | 220.87º | 0.75% | 0.36% | - |
| XYZ | 3.22 | 2.83 | 10.5 | - |
| YUV | 43.78 | 155.21 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 45 | 92 | 0.75 | 0.51 | 0 | 0.64 | 220.87 | 0.6 | 0.23 |
| Hex | 17 | 2D | 5C | 4B | 33 | 0 | 40 | DD | 3C | 17 |
| Octal | 27 | 55 | 134 | 113 | 63 | 0 | 100 | 335 | 74 | 27 |
| Binary | 10111 | 101101 | 1011100 | 1001011 | 110011 | 0 | 1000000 | 11011101 | 111100 | 10111 |
Color Harmonies of #172D5C
Complementary color
Monochromatic Colors of #172D5C
Black with #172D5C
Text Example
Text Example
White with #172D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172D5C; }
p { color: rgb(23,45,92); }
H1.HeaderClassName
{
color: #172D5C;
}
.AnyTagClassName
{
color: #172D5C;
}
</style>
background-color css
<style>
a { background-color: #172D5C; }
a { background-color: rgb(23,45,92); }
div.DivClassName
{
background-color: #172D5C;
}
.BgClassName
{
background-color: #172D5C;
}
</style>
border-color css
<style>
span { border-color: #172D5C; }
span { border-color: rgb(23,45,92); }
td.TdClassName
{
border-color: #172D5C;
}
.TagClassName
{
border-color: #172D5C;
}
</style>