Shades of Sapphire #172C6C
Tints of Sapphire #172C6C
RGB
CMYK
RGB Variations
Color information
#172C6C (or 0x172C6C) is known color: Sapphire. HEX triplet: 17, 2C and 6C. RGB value is (23,44,108). Sum of RGB (Red+Green+Blue) = 23+44+108=175 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.14% from 175); Green value is 44 (17.58% from 255 or 25.14% from 175); Blue value is 108 (42.58% from 255 or 61.71% from 175); Max value from RGB is 108 - color contains mainly: blue. Hex color #172C6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172C6C is #E8D393. Grayscale: #2C2C2C. Windows color (decimal): -15258516 or 7089175. OLE color: 7089175.
HSL color Cylindrical-coordinate representation of color #172C6C: hue angle of 225.18º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #172C6C is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 23 | 44 | 108 | - |
| CMYK | 0.79 | 0.59 | 0 | 0.58 |
| HSL | 225.18º | 0.65% | 0.26% | - |
| HSV(B) | 225.18º | 0.79% | 0.42% | - |
| XYZ | 3.96 | 3.07 | 14.57 | - |
| YUV | 45.02 | 163.54 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 44 | 108 | 0.79 | 0.59 | 0 | 0.58 | 225.18 | 0.65 | 0.26 |
| Hex | 17 | 2C | 6C | 4F | 3B | 0 | 3A | E1 | 41 | 1A |
| Octal | 27 | 54 | 154 | 117 | 73 | 0 | 72 | 341 | 101 | 32 |
| Binary | 10111 | 101100 | 1101100 | 1001111 | 111011 | 0 | 111010 | 11100001 | 1000001 | 11010 |
Color Harmonies of #172C6C
Complementary color
Monochromatic Colors of #172C6C
Black with #172C6C
Text Example
Text Example
White with #172C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172C6C; }
p { color: rgb(23,44,108); }
H1.HeaderClassName
{
color: #172C6C;
}
.AnyTagClassName
{
color: #172C6C;
}
</style>
background-color css
<style>
a { background-color: #172C6C; }
a { background-color: rgb(23,44,108); }
div.DivClassName
{
background-color: #172C6C;
}
.BgClassName
{
background-color: #172C6C;
}
</style>
border-color css
<style>
span { border-color: #172C6C; }
span { border-color: rgb(23,44,108); }
td.TdClassName
{
border-color: #172C6C;
}
.TagClassName
{
border-color: #172C6C;
}
</style>