Shades of Sapphire #17286B
Tints of Sapphire #17286B
RGB
CMYK
RGB Variations
Color information
#17286B (or 0x17286B) is known color: Sapphire. HEX triplet: 17, 28 and 6B. RGB value is (23,40,107). Sum of RGB (Red+Green+Blue) = 23+40+107=170 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.53% from 170); Green value is 40 (16.02% from 255 or 23.53% from 170); Blue value is 107 (42.19% from 255 or 62.94% from 170); Max value from RGB is 107 - color contains mainly: blue. Hex color #17286B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17286B is #E8D794. Grayscale: #2A2A2A. Windows color (decimal): -15259541 or 7022615. OLE color: 7022615.
HSL color Cylindrical-coordinate representation of color #17286B: hue angle of 227.86º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17286B is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 23 | 40 | 107 | - |
| CMYK | 0.79 | 0.63 | 0 | 0.58 |
| HSL | 227.86º | 0.65% | 0.25% | - |
| HSV(B) | 227.86º | 0.79% | 0.42% | - |
| XYZ | 3.77 | 2.76 | 14.24 | - |
| YUV | 42.56 | 164.37 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 40 | 107 | 0.79 | 0.63 | 0 | 0.58 | 227.86 | 0.65 | 0.25 |
| Hex | 17 | 28 | 6B | 4F | 3F | 0 | 3A | E4 | 41 | 19 |
| Octal | 27 | 50 | 153 | 117 | 77 | 0 | 72 | 344 | 101 | 31 |
| Binary | 10111 | 101000 | 1101011 | 1001111 | 111111 | 0 | 111010 | 11100100 | 1000001 | 11001 |
Color Harmonies of #17286B
Complementary color
Monochromatic Colors of #17286B
Black with #17286B
Text Example
Text Example
White with #17286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17286B; }
p { color: rgb(23,40,107); }
H1.HeaderClassName
{
color: #17286B;
}
.AnyTagClassName
{
color: #17286B;
}
</style>
background-color css
<style>
a { background-color: #17286B; }
a { background-color: rgb(23,40,107); }
div.DivClassName
{
background-color: #17286B;
}
.BgClassName
{
background-color: #17286B;
}
</style>
border-color css
<style>
span { border-color: #17286B; }
span { border-color: rgb(23,40,107); }
td.TdClassName
{
border-color: #17286B;
}
.TagClassName
{
border-color: #17286B;
}
</style>