Shades of Sapphire #17255F
Tints of Sapphire #17255F
RGB
CMYK
RGB Variations
Color information
#17255F (or 0x17255F) is known color: Sapphire. HEX triplet: 17, 25 and 5F. RGB value is (23,37,95). Sum of RGB (Red+Green+Blue) = 23+37+95=155 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.84% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 95 (37.5% from 255 or 61.29% from 155); Max value from RGB is 95 - color contains mainly: blue. Hex color #17255F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17255F is #E8DAA0. Grayscale: #272727. Windows color (decimal): -15260321 or 6235415. OLE color: 6235415.
HSL color Cylindrical-coordinate representation of color #17255F: hue angle of 228.33º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #17255F is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 23 | 37 | 95 | - |
| CMYK | 0.76 | 0.61 | 0 | 0.63 |
| HSL | 228.33º | 0.61% | 0.23% | - |
| HSV(B) | 228.33º | 0.76% | 0.37% | - |
| XYZ | 3.08 | 2.33 | 11.11 | - |
| YUV | 39.43 | 159.36 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 37 | 95 | 0.76 | 0.61 | 0 | 0.63 | 228.33 | 0.61 | 0.23 |
| Hex | 17 | 25 | 5F | 4C | 3D | 0 | 3F | E4 | 3D | 17 |
| Octal | 27 | 45 | 137 | 114 | 75 | 0 | 77 | 344 | 75 | 27 |
| Binary | 10111 | 100101 | 1011111 | 1001100 | 111101 | 0 | 111111 | 11100100 | 111101 | 10111 |
Color Harmonies of #17255F
Complementary color
Monochromatic Colors of #17255F
Black with #17255F
Text Example
Text Example
White with #17255F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17255F; }
p { color: rgb(23,37,95); }
H1.HeaderClassName
{
color: #17255F;
}
.AnyTagClassName
{
color: #17255F;
}
</style>
background-color css
<style>
a { background-color: #17255F; }
a { background-color: rgb(23,37,95); }
div.DivClassName
{
background-color: #17255F;
}
.BgClassName
{
background-color: #17255F;
}
</style>
border-color css
<style>
span { border-color: #17255F; }
span { border-color: rgb(23,37,95); }
td.TdClassName
{
border-color: #17255F;
}
.TagClassName
{
border-color: #17255F;
}
</style>