Shades of Sapphire #172864
Tints of Sapphire #172864
RGB
CMYK
RGB Variations
Color information
#172864 (or 0x172864) is known color: Sapphire. HEX triplet: 17, 28 and 64. RGB value is (23,40,100). Sum of RGB (Red+Green+Blue) = 23+40+100=163 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.11% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 100 (39.45% from 255 or 61.35% from 163); Max value from RGB is 100 - color contains mainly: blue. Hex color #172864 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172864 is #E8D79B. Grayscale: #292929. Windows color (decimal): -15259548 or 6563863. OLE color: 6563863.
HSL color Cylindrical-coordinate representation of color #172864: hue angle of 226.75º 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 #172864 is Cyan = 0.77, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 23 | 40 | 100 | - |
| CMYK | 0.77 | 0.6 | 0 | 0.61 |
| HSL | 226.75º | 0.63% | 0.24% | - |
| HSV(B) | 226.75º | 0.77% | 0.39% | - |
| XYZ | 3.41 | 2.62 | 12.38 | - |
| YUV | 41.76 | 160.87 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 40 | 100 | 0.77 | 0.6 | 0 | 0.61 | 226.75 | 0.63 | 0.24 |
| Hex | 17 | 28 | 64 | 4D | 3C | 0 | 3D | E3 | 3F | 18 |
| Octal | 27 | 50 | 144 | 115 | 74 | 0 | 75 | 343 | 77 | 30 |
| Binary | 10111 | 101000 | 1100100 | 1001101 | 111100 | 0 | 111101 | 11100011 | 111111 | 11000 |
Color Harmonies of #172864
Complementary color
Monochromatic Colors of #172864
Black with #172864
Text Example
Text Example
White with #172864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172864; }
p { color: rgb(23,40,100); }
H1.HeaderClassName
{
color: #172864;
}
.AnyTagClassName
{
color: #172864;
}
</style>
background-color css
<style>
a { background-color: #172864; }
a { background-color: rgb(23,40,100); }
div.DivClassName
{
background-color: #172864;
}
.BgClassName
{
background-color: #172864;
}
</style>
border-color css
<style>
span { border-color: #172864; }
span { border-color: rgb(23,40,100); }
td.TdClassName
{
border-color: #172864;
}
.TagClassName
{
border-color: #172864;
}
</style>