Shades of Sapphire #172564
Tints of Sapphire #172564
RGB
CMYK
RGB Variations
Color information
#172564 (or 0x172564) is known color: Sapphire. HEX triplet: 17, 25 and 64. RGB value is (23,37,100). Sum of RGB (Red+Green+Blue) = 23+37+100=160 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.38% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 100 (39.45% from 255 or 62.5% from 160); Max value from RGB is 100 - color contains mainly: blue. Hex color #172564 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172564 is #E8DA9B. Grayscale: #272727. Windows color (decimal): -15260316 or 6563095. OLE color: 6563095.
HSL color Cylindrical-coordinate representation of color #172564: hue angle of 229.09º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #172564 is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 23 | 37 | 100 | - |
| CMYK | 0.77 | 0.63 | 0 | 0.61 |
| HSL | 229.09º | 0.63% | 0.24% | - |
| HSV(B) | 229.09º | 0.77% | 0.39% | - |
| XYZ | 3.32 | 2.43 | 12.35 | - |
| YUV | 40 | 161.86 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 37 | 100 | 0.77 | 0.63 | 0 | 0.61 | 229.09 | 0.63 | 0.24 |
| Hex | 17 | 25 | 64 | 4D | 3F | 0 | 3D | E5 | 3F | 18 |
| Octal | 27 | 45 | 144 | 115 | 77 | 0 | 75 | 345 | 77 | 30 |
| Binary | 10111 | 100101 | 1100100 | 1001101 | 111111 | 0 | 111101 | 11100101 | 111111 | 11000 |
Color Harmonies of #172564
Complementary color
Monochromatic Colors of #172564
Black with #172564
Text Example
Text Example
White with #172564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172564; }
p { color: rgb(23,37,100); }
H1.HeaderClassName
{
color: #172564;
}
.AnyTagClassName
{
color: #172564;
}
</style>
background-color css
<style>
a { background-color: #172564; }
a { background-color: rgb(23,37,100); }
div.DivClassName
{
background-color: #172564;
}
.BgClassName
{
background-color: #172564;
}
</style>
border-color css
<style>
span { border-color: #172564; }
span { border-color: rgb(23,37,100); }
td.TdClassName
{
border-color: #172564;
}
.TagClassName
{
border-color: #172564;
}
</style>