Shades of Sapphire #17255B
Tints of Sapphire #17255B
RGB
CMYK
RGB Variations
Color information
#17255B (or 0x17255B) is known color: Sapphire. HEX triplet: 17, 25 and 5B. RGB value is (23,37,91). Sum of RGB (Red+Green+Blue) = 23+37+91=151 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.23% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 91 (35.94% from 255 or 60.26% from 151); Max value from RGB is 91 - color contains mainly: blue. Hex color #17255B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17255B is #E8DAA4. Grayscale: #262626. Windows color (decimal): -15260325 or 5973271. OLE color: 5973271.
HSL color Cylindrical-coordinate representation of color #17255B: hue angle of 227.65º 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 #17255B is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 37 | 91 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.64 |
| HSL | 227.65º | 0.6% | 0.22% | - |
| HSV(B) | 227.65º | 0.75% | 0.36% | - |
| XYZ | 2.9 | 2.26 | 10.18 | - |
| YUV | 38.97 | 157.36 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 37 | 91 | 0.75 | 0.59 | 0 | 0.64 | 227.65 | 0.6 | 0.22 |
| Hex | 17 | 25 | 5B | 4B | 3B | 0 | 40 | E4 | 3C | 16 |
| Octal | 27 | 45 | 133 | 113 | 73 | 0 | 100 | 344 | 74 | 26 |
| Binary | 10111 | 100101 | 1011011 | 1001011 | 111011 | 0 | 1000000 | 11100100 | 111100 | 10110 |
Color Harmonies of #17255B
Complementary color
Monochromatic Colors of #17255B
Black with #17255B
Text Example
Text Example
White with #17255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17255B; }
p { color: rgb(23,37,91); }
H1.HeaderClassName
{
color: #17255B;
}
.AnyTagClassName
{
color: #17255B;
}
</style>
background-color css
<style>
a { background-color: #17255B; }
a { background-color: rgb(23,37,91); }
div.DivClassName
{
background-color: #17255B;
}
.BgClassName
{
background-color: #17255B;
}
</style>
border-color css
<style>
span { border-color: #17255B; }
span { border-color: rgb(23,37,91); }
td.TdClassName
{
border-color: #17255B;
}
.TagClassName
{
border-color: #17255B;
}
</style>