Shades of Sapphire #17235C
Tints of Sapphire #17235C
RGB
CMYK
RGB Variations
Color information
#17235C (or 0x17235C) is known color: Sapphire. HEX triplet: 17, 23 and 5C. RGB value is (23,35,92). Sum of RGB (Red+Green+Blue) = 23+35+92=150 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.33% from 150); Green value is 35 (14.06% from 255 or 23.33% from 150); Blue value is 92 (36.33% from 255 or 61.33% from 150); Max value from RGB is 92 - color contains mainly: blue. Hex color #17235C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17235C is #E8DCA3. Grayscale: #252525. Windows color (decimal): -15260836 or 6038295. OLE color: 6038295.
HSL color Cylindrical-coordinate representation of color #17235C: hue angle of 229.57º 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 #17235C is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 35 | 92 | - |
| CMYK | 0.75 | 0.62 | 0 | 0.64 |
| HSL | 229.57º | 0.6% | 0.23% | - |
| HSV(B) | 229.57º | 0.75% | 0.36% | - |
| XYZ | 2.89 | 2.16 | 10.39 | - |
| YUV | 37.91 | 158.52 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 35 | 92 | 0.75 | 0.62 | 0 | 0.64 | 229.57 | 0.6 | 0.23 |
| Hex | 17 | 23 | 5C | 4B | 3E | 0 | 40 | E6 | 3C | 17 |
| Octal | 27 | 43 | 134 | 113 | 76 | 0 | 100 | 346 | 74 | 27 |
| Binary | 10111 | 100011 | 1011100 | 1001011 | 111110 | 0 | 1000000 | 11100110 | 111100 | 10111 |
Color Harmonies of #17235C
Complementary color
Monochromatic Colors of #17235C
Black with #17235C
Text Example
Text Example
White with #17235C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17235C; }
p { color: rgb(23,35,92); }
H1.HeaderClassName
{
color: #17235C;
}
.AnyTagClassName
{
color: #17235C;
}
</style>
background-color css
<style>
a { background-color: #17235C; }
a { background-color: rgb(23,35,92); }
div.DivClassName
{
background-color: #17235C;
}
.BgClassName
{
background-color: #17235C;
}
</style>
border-color css
<style>
span { border-color: #17235C; }
span { border-color: rgb(23,35,92); }
td.TdClassName
{
border-color: #17235C;
}
.TagClassName
{
border-color: #17235C;
}
</style>