Shades of Sapphire #17275D
Tints of Sapphire #17275D
RGB
CMYK
RGB Variations
Color information
#17275D (or 0x17275D) is known color: Sapphire. HEX triplet: 17, 27 and 5D. RGB value is (23,39,93). Sum of RGB (Red+Green+Blue) = 23+39+93=155 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.84% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 93 (36.72% from 255 or 60% from 155); Max value from RGB is 93 - color contains mainly: blue. Hex color #17275D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17275D is #E8D8A2. Grayscale: #282828. Windows color (decimal): -15259811 or 6104855. OLE color: 6104855.
HSL color Cylindrical-coordinate representation of color #17275D: hue angle of 226.29º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #17275D is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 39 | 93 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.64 |
| HSL | 226.29º | 0.6% | 0.23% | - |
| HSV(B) | 226.29º | 0.75% | 0.36% | - |
| XYZ | 3.05 | 2.42 | 10.66 | - |
| YUV | 40.37 | 157.7 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 39 | 93 | 0.75 | 0.58 | 0 | 0.64 | 226.29 | 0.6 | 0.23 |
| Hex | 17 | 27 | 5D | 4B | 3A | 0 | 40 | E2 | 3C | 17 |
| Octal | 27 | 47 | 135 | 113 | 72 | 0 | 100 | 342 | 74 | 27 |
| Binary | 10111 | 100111 | 1011101 | 1001011 | 111010 | 0 | 1000000 | 11100010 | 111100 | 10111 |
Color Harmonies of #17275D
Complementary color
Monochromatic Colors of #17275D
Black with #17275D
Text Example
Text Example
White with #17275D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17275D; }
p { color: rgb(23,39,93); }
H1.HeaderClassName
{
color: #17275D;
}
.AnyTagClassName
{
color: #17275D;
}
</style>
background-color css
<style>
a { background-color: #17275D; }
a { background-color: rgb(23,39,93); }
div.DivClassName
{
background-color: #17275D;
}
.BgClassName
{
background-color: #17275D;
}
</style>
border-color css
<style>
span { border-color: #17275D; }
span { border-color: rgb(23,39,93); }
td.TdClassName
{
border-color: #17275D;
}
.TagClassName
{
border-color: #17275D;
}
</style>