Shades of Sapphire #172C65
Tints of Sapphire #172C65
RGB
CMYK
RGB Variations
Color information
#172C65 (or 0x172C65) is known color: Sapphire. HEX triplet: 17, 2C and 65. RGB value is (23,44,101). Sum of RGB (Red+Green+Blue) = 23+44+101=168 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.69% from 168); Green value is 44 (17.58% from 255 or 26.19% from 168); Blue value is 101 (39.84% from 255 or 60.12% from 168); Max value from RGB is 101 - color contains mainly: blue. Hex color #172C65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172C65 is #E8D39A. Grayscale: #2B2B2B. Windows color (decimal): -15258523 or 6630423. OLE color: 6630423.
HSL color Cylindrical-coordinate representation of color #172C65: hue angle of 223.85º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #172C65 is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 23 | 44 | 101 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.60 |
| HSL | 223.85º | 0.63% | 0.24% | - |
| HSV(B) | 223.85º | 0.77% | 0.4% | - |
| XYZ | 3.6 | 2.92 | 12.69 | - |
| YUV | 44.22 | 160.04 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 44 | 101 | 0.77 | 0.56 | 0 | 0.60 | 223.85 | 0.63 | 0.24 |
| Hex | 17 | 2C | 65 | 4D | 38 | 0 | 3C | E0 | 3F | 18 |
| Octal | 27 | 54 | 145 | 115 | 70 | 0 | 74 | 340 | 77 | 30 |
| Binary | 10111 | 101100 | 1100101 | 1001101 | 111000 | 0 | 111100 | 11100000 | 111111 | 11000 |
Color Harmonies of #172C65
Complementary color
Monochromatic Colors of #172C65
Black with #172C65
Text Example
Text Example
White with #172C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172C65; }
p { color: rgb(23,44,101); }
H1.HeaderClassName
{
color: #172C65;
}
.AnyTagClassName
{
color: #172C65;
}
</style>
background-color css
<style>
a { background-color: #172C65; }
a { background-color: rgb(23,44,101); }
div.DivClassName
{
background-color: #172C65;
}
.BgClassName
{
background-color: #172C65;
}
</style>
border-color css
<style>
span { border-color: #172C65; }
span { border-color: rgb(23,44,101); }
td.TdClassName
{
border-color: #172C65;
}
.TagClassName
{
border-color: #172C65;
}
</style>