Shades of Sapphire #17386E
Tints of Sapphire #17386E
RGB
CMYK
RGB Variations
Color information
#17386E (or 0x17386E) is known color: Sapphire. HEX triplet: 17, 38 and 6E. RGB value is (23,56,110). Sum of RGB (Red+Green+Blue) = 23+56+110=189 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.17% from 189); Green value is 56 (22.27% from 255 or 29.63% from 189); Blue value is 110 (43.36% from 255 or 58.20% from 189); Max value from RGB is 110 - color contains mainly: blue. Hex color #17386E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17386E is #E8C791. Grayscale: #343434. Windows color (decimal): -15255442 or 7223319. OLE color: 7223319.
HSL color Cylindrical-coordinate representation of color #17386E: hue angle of 217.24º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17386E is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 23 | 56 | 110 | - |
| CMYK | 0.79 | 0.49 | 0 | 0.57 |
| HSL | 217.24º | 0.65% | 0.26% | - |
| HSV(B) | 217.24º | 0.79% | 0.43% | - |
| XYZ | 4.58 | 4.14 | 15.31 | - |
| YUV | 52.29 | 160.57 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 56 | 110 | 0.79 | 0.49 | 0 | 0.57 | 217.24 | 0.65 | 0.26 |
| Hex | 17 | 38 | 6E | 4F | 31 | 0 | 39 | D9 | 41 | 1A |
| Octal | 27 | 70 | 156 | 117 | 61 | 0 | 71 | 331 | 101 | 32 |
| Binary | 10111 | 111000 | 1101110 | 1001111 | 110001 | 0 | 111001 | 11011001 | 1000001 | 11010 |
Color Harmonies of #17386E
Complementary color
Monochromatic Colors of #17386E
Black with #17386E
Text Example
Text Example
White with #17386E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17386E; }
p { color: rgb(23,56,110); }
H1.HeaderClassName
{
color: #17386E;
}
.AnyTagClassName
{
color: #17386E;
}
</style>
background-color css
<style>
a { background-color: #17386E; }
a { background-color: rgb(23,56,110); }
div.DivClassName
{
background-color: #17386E;
}
.BgClassName
{
background-color: #17386E;
}
</style>
border-color css
<style>
span { border-color: #17386E; }
span { border-color: rgb(23,56,110); }
td.TdClassName
{
border-color: #17386E;
}
.TagClassName
{
border-color: #17386E;
}
</style>