Shades of Sapphire #17295B
Tints of Sapphire #17295B
RGB
CMYK
RGB Variations
Color information
#17295B (or 0x17295B) is known color: Sapphire. HEX triplet: 17, 29 and 5B. RGB value is (23,41,91). Sum of RGB (Red+Green+Blue) = 23+41+91=155 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.84% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 91 (35.94% from 255 or 58.71% from 155); Max value from RGB is 91 - color contains mainly: blue. Hex color #17295B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17295B is #E8D6A4. Grayscale: #292929. Windows color (decimal): -15259301 or 5974295. OLE color: 5974295.
HSL color Cylindrical-coordinate representation of color #17295B: hue angle of 224.12º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #17295B is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 41 | 91 | - |
| CMYK | 0.75 | 0.55 | 0 | 0.64 |
| HSL | 224.12º | 0.6% | 0.22% | - |
| HSV(B) | 224.12º | 0.75% | 0.36% | - |
| XYZ | 3.03 | 2.52 | 10.22 | - |
| YUV | 41.32 | 156.04 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 41 | 91 | 0.75 | 0.55 | 0 | 0.64 | 224.12 | 0.6 | 0.22 |
| Hex | 17 | 29 | 5B | 4B | 37 | 0 | 40 | E0 | 3C | 16 |
| Octal | 27 | 51 | 133 | 113 | 67 | 0 | 100 | 340 | 74 | 26 |
| Binary | 10111 | 101001 | 1011011 | 1001011 | 110111 | 0 | 1000000 | 11100000 | 111100 | 10110 |
Color Harmonies of #17295B
Complementary color
Monochromatic Colors of #17295B
Black with #17295B
Text Example
Text Example
White with #17295B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17295B; }
p { color: rgb(23,41,91); }
H1.HeaderClassName
{
color: #17295B;
}
.AnyTagClassName
{
color: #17295B;
}
</style>
background-color css
<style>
a { background-color: #17295B; }
a { background-color: rgb(23,41,91); }
div.DivClassName
{
background-color: #17295B;
}
.BgClassName
{
background-color: #17295B;
}
</style>
border-color css
<style>
span { border-color: #17295B; }
span { border-color: rgb(23,41,91); }
td.TdClassName
{
border-color: #17295B;
}
.TagClassName
{
border-color: #17295B;
}
</style>