Shades of Sapphire #172D66
Tints of Sapphire #172D66
RGB
CMYK
RGB Variations
Color information
#172D66 (or 0x172D66) is known color: Sapphire. HEX triplet: 17, 2D and 66. RGB value is (23,45,102). Sum of RGB (Red+Green+Blue) = 23+45+102=170 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.53% from 170); Green value is 45 (17.97% from 255 or 26.47% from 170); Blue value is 102 (40.23% from 255 or 60% from 170); Max value from RGB is 102 - color contains mainly: blue. Hex color #172D66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172D66 is #E8D299. Grayscale: #2C2C2C. Windows color (decimal): -15258266 or 6696215. OLE color: 6696215.
HSL color Cylindrical-coordinate representation of color #172D66: hue angle of 223.29º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #172D66 is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 23 | 45 | 102 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.6 |
| HSL | 223.29º | 0.63% | 0.25% | - |
| HSV(B) | 223.29º | 0.77% | 0.4% | - |
| XYZ | 3.69 | 3.02 | 12.96 | - |
| YUV | 44.92 | 160.21 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 45 | 102 | 0.77 | 0.56 | 0 | 0.6 | 223.29 | 0.63 | 0.25 |
| Hex | 17 | 2D | 66 | 4D | 38 | 0 | 3C | DF | 3F | 19 |
| Octal | 27 | 55 | 146 | 115 | 70 | 0 | 74 | 337 | 77 | 31 |
| Binary | 10111 | 101101 | 1100110 | 1001101 | 111000 | 0 | 111100 | 11011111 | 111111 | 11001 |
Color Harmonies of #172D66
Complementary color
Monochromatic Colors of #172D66
Black with #172D66
Text Example
Text Example
White with #172D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172D66; }
p { color: rgb(23,45,102); }
H1.HeaderClassName
{
color: #172D66;
}
.AnyTagClassName
{
color: #172D66;
}
</style>
background-color css
<style>
a { background-color: #172D66; }
a { background-color: rgb(23,45,102); }
div.DivClassName
{
background-color: #172D66;
}
.BgClassName
{
background-color: #172D66;
}
</style>
border-color css
<style>
span { border-color: #172D66; }
span { border-color: rgb(23,45,102); }
td.TdClassName
{
border-color: #172D66;
}
.TagClassName
{
border-color: #172D66;
}
</style>