Shades of Sapphire #17305F
Tints of Sapphire #17305F
RGB
CMYK
RGB Variations
Color information
#17305F (or 0x17305F) is known color: Sapphire. HEX triplet: 17, 30 and 5F. RGB value is (23,48,95). Sum of RGB (Red+Green+Blue) = 23+48+95=166 (21% of max value = 765). Red value is 23 (9.38% from 255 or 13.86% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 95 (37.5% from 255 or 57.23% from 166); Max value from RGB is 95 - color contains mainly: blue. Hex color #17305F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17305F is #E8CFA0. Grayscale: #2D2D2D. Windows color (decimal): -15257505 or 6238231. OLE color: 6238231.
HSL color Cylindrical-coordinate representation of color #17305F: hue angle of 219.17º 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 #17305F is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 23 | 48 | 95 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.63 |
| HSL | 219.17º | 0.61% | 0.23% | - |
| HSV(B) | 219.17º | 0.76% | 0.37% | - |
| XYZ | 3.48 | 3.12 | 11.25 | - |
| YUV | 45.88 | 155.72 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 48 | 95 | 0.76 | 0.49 | 0 | 0.63 | 219.17 | 0.61 | 0.23 |
| Hex | 17 | 30 | 5F | 4C | 31 | 0 | 3F | DB | 3D | 17 |
| Octal | 27 | 60 | 137 | 114 | 61 | 0 | 77 | 333 | 75 | 27 |
| Binary | 10111 | 110000 | 1011111 | 1001100 | 110001 | 0 | 111111 | 11011011 | 111101 | 10111 |
Color Harmonies of #17305F
Complementary color
Monochromatic Colors of #17305F
Black with #17305F
Text Example
Text Example
White with #17305F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17305F; }
p { color: rgb(23,48,95); }
H1.HeaderClassName
{
color: #17305F;
}
.AnyTagClassName
{
color: #17305F;
}
</style>
background-color css
<style>
a { background-color: #17305F; }
a { background-color: rgb(23,48,95); }
div.DivClassName
{
background-color: #17305F;
}
.BgClassName
{
background-color: #17305F;
}
</style>
border-color css
<style>
span { border-color: #17305F; }
span { border-color: rgb(23,48,95); }
td.TdClassName
{
border-color: #17305F;
}
.TagClassName
{
border-color: #17305F;
}
</style>