Shades of Sapphire #172C61
Tints of Sapphire #172C61
RGB
CMYK
RGB Variations
Color information
#172C61 (or 0x172C61) is known color: Sapphire. HEX triplet: 17, 2C and 61. RGB value is (23,44,97). Sum of RGB (Red+Green+Blue) = 23+44+97=164 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.02% from 164); Green value is 44 (17.58% from 255 or 26.83% from 164); Blue value is 97 (38.28% from 255 or 59.15% from 164); Max value from RGB is 97 - color contains mainly: blue. Hex color #172C61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172C61 is #E8D39E. Grayscale: #2B2B2B. Windows color (decimal): -15258527 or 6368279. OLE color: 6368279.
HSL color Cylindrical-coordinate representation of color #172C61: hue angle of 222.97º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #172C61 is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 23 | 44 | 97 | - |
| CMYK | 0.76 | 0.55 | 0 | 0.62 |
| HSL | 222.97º | 0.62% | 0.24% | - |
| HSV(B) | 222.97º | 0.76% | 0.38% | - |
| XYZ | 3.41 | 2.85 | 11.68 | - |
| YUV | 43.76 | 158.04 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 44 | 97 | 0.76 | 0.55 | 0 | 0.62 | 222.97 | 0.62 | 0.24 |
| Hex | 17 | 2C | 61 | 4C | 37 | 0 | 3E | DF | 3E | 18 |
| Octal | 27 | 54 | 141 | 114 | 67 | 0 | 76 | 337 | 76 | 30 |
| Binary | 10111 | 101100 | 1100001 | 1001100 | 110111 | 0 | 111110 | 11011111 | 111110 | 11000 |
Color Harmonies of #172C61
Complementary color
Monochromatic Colors of #172C61
Black with #172C61
Text Example
Text Example
White with #172C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172C61; }
p { color: rgb(23,44,97); }
H1.HeaderClassName
{
color: #172C61;
}
.AnyTagClassName
{
color: #172C61;
}
</style>
background-color css
<style>
a { background-color: #172C61; }
a { background-color: rgb(23,44,97); }
div.DivClassName
{
background-color: #172C61;
}
.BgClassName
{
background-color: #172C61;
}
</style>
border-color css
<style>
span { border-color: #172C61; }
span { border-color: rgb(23,44,97); }
td.TdClassName
{
border-color: #172C61;
}
.TagClassName
{
border-color: #172C61;
}
</style>