Shades of Sapphire #17366D
Tints of Sapphire #17366D
RGB
CMYK
RGB Variations
Color information
#17366D (or 0x17366D) is known color: Sapphire. HEX triplet: 17, 36 and 6D. RGB value is (23,54,109). Sum of RGB (Red+Green+Blue) = 23+54+109=186 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.37% from 186); Green value is 54 (21.48% from 255 or 29.03% from 186); Blue value is 109 (42.97% from 255 or 58.60% from 186); Max value from RGB is 109 - color contains mainly: blue. Hex color #17366D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17366D is #E8C992. Grayscale: #323232. Windows color (decimal): -15255955 or 7157271. OLE color: 7157271.
HSL color Cylindrical-coordinate representation of color #17366D: hue angle of 218.37º 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 #17366D is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 23 | 54 | 109 | - |
| CMYK | 0.79 | 0.50 | 0 | 0.57 |
| HSL | 218.37º | 0.65% | 0.26% | - |
| HSV(B) | 218.37º | 0.79% | 0.43% | - |
| XYZ | 4.43 | 3.92 | 14.99 | - |
| YUV | 51 | 160.73 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 54 | 109 | 0.79 | 0.50 | 0 | 0.57 | 218.37 | 0.65 | 0.26 |
| Hex | 17 | 36 | 6D | 4F | 32 | 0 | 39 | DA | 41 | 1A |
| Octal | 27 | 66 | 155 | 117 | 62 | 0 | 71 | 332 | 101 | 32 |
| Binary | 10111 | 110110 | 1101101 | 1001111 | 110010 | 0 | 111001 | 11011010 | 1000001 | 11010 |
Color Harmonies of #17366D
Complementary color
Monochromatic Colors of #17366D
Black with #17366D
Text Example
Text Example
White with #17366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17366D; }
p { color: rgb(23,54,109); }
H1.HeaderClassName
{
color: #17366D;
}
.AnyTagClassName
{
color: #17366D;
}
</style>
background-color css
<style>
a { background-color: #17366D; }
a { background-color: rgb(23,54,109); }
div.DivClassName
{
background-color: #17366D;
}
.BgClassName
{
background-color: #17366D;
}
</style>
border-color css
<style>
span { border-color: #17366D; }
span { border-color: rgb(23,54,109); }
td.TdClassName
{
border-color: #17366D;
}
.TagClassName
{
border-color: #17366D;
}
</style>