Shades of Sapphire #17235D
Tints of Sapphire #17235D
RGB
CMYK
RGB Variations
Color information
#17235D (or 0x17235D) is known color: Sapphire. HEX triplet: 17, 23 and 5D. RGB value is (23,35,93). Sum of RGB (Red+Green+Blue) = 23+35+93=151 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.23% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 93 (36.72% from 255 or 61.59% from 151); Max value from RGB is 93 - color contains mainly: blue. Hex color #17235D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17235D is #E8DCA2. Grayscale: #252525. Windows color (decimal): -15260835 or 6103831. OLE color: 6103831.
HSL color Cylindrical-coordinate representation of color #17235D: hue angle of 229.71º 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 #17235D is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 35 | 93 | - |
| CMYK | 0.75 | 0.62 | 0 | 0.64 |
| HSL | 229.71º | 0.6% | 0.23% | - |
| HSV(B) | 229.71º | 0.75% | 0.36% | - |
| XYZ | 2.93 | 2.17 | 10.62 | - |
| YUV | 38.02 | 159.02 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 35 | 93 | 0.75 | 0.62 | 0 | 0.64 | 229.71 | 0.6 | 0.23 |
| Hex | 17 | 23 | 5D | 4B | 3E | 0 | 40 | E6 | 3C | 17 |
| Octal | 27 | 43 | 135 | 113 | 76 | 0 | 100 | 346 | 74 | 27 |
| Binary | 10111 | 100011 | 1011101 | 1001011 | 111110 | 0 | 1000000 | 11100110 | 111100 | 10111 |
Color Harmonies of #17235D
Complementary color
Monochromatic Colors of #17235D
Black with #17235D
Text Example
Text Example
White with #17235D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17235D; }
p { color: rgb(23,35,93); }
H1.HeaderClassName
{
color: #17235D;
}
.AnyTagClassName
{
color: #17235D;
}
</style>
background-color css
<style>
a { background-color: #17235D; }
a { background-color: rgb(23,35,93); }
div.DivClassName
{
background-color: #17235D;
}
.BgClassName
{
background-color: #17235D;
}
</style>
border-color css
<style>
span { border-color: #17235D; }
span { border-color: rgb(23,35,93); }
td.TdClassName
{
border-color: #17235D;
}
.TagClassName
{
border-color: #17235D;
}
</style>