Shades of Sapphire #17235B
Tints of Sapphire #17235B
RGB
CMYK
RGB Variations
Color information
#17235B (or 0x17235B) is known color: Sapphire. HEX triplet: 17, 23 and 5B. RGB value is (23,35,91). Sum of RGB (Red+Green+Blue) = 23+35+91=149 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.44% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 91 (35.94% from 255 or 61.07% from 149); Max value from RGB is 91 - color contains mainly: blue. Hex color #17235B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17235B is #E8DCA4. Grayscale: #252525. Windows color (decimal): -15260837 or 5972759. OLE color: 5972759.
HSL color Cylindrical-coordinate representation of color #17235B: hue angle of 229.41º 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 #17235B is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 35 | 91 | - |
| CMYK | 0.75 | 0.62 | 0 | 0.64 |
| HSL | 229.41º | 0.6% | 0.22% | - |
| HSV(B) | 229.41º | 0.75% | 0.36% | - |
| XYZ | 2.84 | 2.14 | 10.16 | - |
| YUV | 37.8 | 158.02 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 35 | 91 | 0.75 | 0.62 | 0 | 0.64 | 229.41 | 0.6 | 0.22 |
| Hex | 17 | 23 | 5B | 4B | 3E | 0 | 40 | E5 | 3C | 16 |
| Octal | 27 | 43 | 133 | 113 | 76 | 0 | 100 | 345 | 74 | 26 |
| Binary | 10111 | 100011 | 1011011 | 1001011 | 111110 | 0 | 1000000 | 11100101 | 111100 | 10110 |
Color Harmonies of #17235B
Complementary color
Monochromatic Colors of #17235B
Black with #17235B
Text Example
Text Example
White with #17235B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17235B; }
p { color: rgb(23,35,91); }
H1.HeaderClassName
{
color: #17235B;
}
.AnyTagClassName
{
color: #17235B;
}
</style>
background-color css
<style>
a { background-color: #17235B; }
a { background-color: rgb(23,35,91); }
div.DivClassName
{
background-color: #17235B;
}
.BgClassName
{
background-color: #17235B;
}
</style>
border-color css
<style>
span { border-color: #17235B; }
span { border-color: rgb(23,35,91); }
td.TdClassName
{
border-color: #17235B;
}
.TagClassName
{
border-color: #17235B;
}
</style>