Shades of Sapphire #17245B
Tints of Sapphire #17245B
RGB
CMYK
RGB Variations
Color information
#17245B (or 0x17245B) is known color: Sapphire. HEX triplet: 17, 24 and 5B. RGB value is (23,36,91). Sum of RGB (Red+Green+Blue) = 23+36+91=150 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.33% from 150); Green value is 36 (14.45% from 255 or 24% from 150); Blue value is 91 (35.94% from 255 or 60.67% from 150); Max value from RGB is 91 - color contains mainly: blue. Hex color #17245B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17245B is #E8DBA4. Grayscale: #262626. Windows color (decimal): -15260581 or 5973015. OLE color: 5973015.
HSL color Cylindrical-coordinate representation of color #17245B: hue angle of 228.53º 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 #17245B is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 36 | 91 | - |
| CMYK | 0.75 | 0.60 | 0 | 0.64 |
| HSL | 228.53º | 0.6% | 0.22% | - |
| HSV(B) | 228.53º | 0.75% | 0.36% | - |
| XYZ | 2.87 | 2.2 | 10.17 | - |
| YUV | 38.38 | 157.69 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 36 | 91 | 0.75 | 0.60 | 0 | 0.64 | 228.53 | 0.6 | 0.22 |
| Hex | 17 | 24 | 5B | 4B | 3C | 0 | 40 | E5 | 3C | 16 |
| Octal | 27 | 44 | 133 | 113 | 74 | 0 | 100 | 345 | 74 | 26 |
| Binary | 10111 | 100100 | 1011011 | 1001011 | 111100 | 0 | 1000000 | 11100101 | 111100 | 10110 |
Color Harmonies of #17245B
Complementary color
Monochromatic Colors of #17245B
Black with #17245B
Text Example
Text Example
White with #17245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17245B; }
p { color: rgb(23,36,91); }
H1.HeaderClassName
{
color: #17245B;
}
.AnyTagClassName
{
color: #17245B;
}
</style>
background-color css
<style>
a { background-color: #17245B; }
a { background-color: rgb(23,36,91); }
div.DivClassName
{
background-color: #17245B;
}
.BgClassName
{
background-color: #17245B;
}
</style>
border-color css
<style>
span { border-color: #17245B; }
span { border-color: rgb(23,36,91); }
td.TdClassName
{
border-color: #17245B;
}
.TagClassName
{
border-color: #17245B;
}
</style>