Shades of Sapphire #17245E
Tints of Sapphire #17245E
RGB
CMYK
RGB Variations
Color information
#17245E (or 0x17245E) is known color: Sapphire. HEX triplet: 17, 24 and 5E. RGB value is (23,36,94). Sum of RGB (Red+Green+Blue) = 23+36+94=153 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.03% from 153); Green value is 36 (14.45% from 255 or 23.53% from 153); Blue value is 94 (37.11% from 255 or 61.44% from 153); Max value from RGB is 94 - color contains mainly: blue. Hex color #17245E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17245E is #E8DBA1. Grayscale: #262626. Windows color (decimal): -15260578 or 6169623. OLE color: 6169623.
HSL color Cylindrical-coordinate representation of color #17245E: hue angle of 229.01º 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 #17245E is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 23 | 36 | 94 | - |
| CMYK | 0.76 | 0.62 | 0 | 0.63 |
| HSL | 229.01º | 0.61% | 0.23% | - |
| HSV(B) | 229.01º | 0.76% | 0.37% | - |
| XYZ | 3 | 2.25 | 10.87 | - |
| YUV | 38.73 | 159.19 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 36 | 94 | 0.76 | 0.62 | 0 | 0.63 | 229.01 | 0.61 | 0.23 |
| Hex | 17 | 24 | 5E | 4C | 3E | 0 | 3F | E5 | 3D | 17 |
| Octal | 27 | 44 | 136 | 114 | 76 | 0 | 77 | 345 | 75 | 27 |
| Binary | 10111 | 100100 | 1011110 | 1001100 | 111110 | 0 | 111111 | 11100101 | 111101 | 10111 |
Color Harmonies of #17245E
Complementary color
Monochromatic Colors of #17245E
Black with #17245E
Text Example
Text Example
White with #17245E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17245E; }
p { color: rgb(23,36,94); }
H1.HeaderClassName
{
color: #17245E;
}
.AnyTagClassName
{
color: #17245E;
}
</style>
background-color css
<style>
a { background-color: #17245E; }
a { background-color: rgb(23,36,94); }
div.DivClassName
{
background-color: #17245E;
}
.BgClassName
{
background-color: #17245E;
}
</style>
border-color css
<style>
span { border-color: #17245E; }
span { border-color: rgb(23,36,94); }
td.TdClassName
{
border-color: #17245E;
}
.TagClassName
{
border-color: #17245E;
}
</style>