Shades of Sapphire #17356F
Tints of Sapphire #17356F
RGB
CMYK
RGB Variations
Color information
#17356F (or 0x17356F) is known color: Sapphire. HEX triplet: 17, 35 and 6F. RGB value is (23,53,111). Sum of RGB (Red+Green+Blue) = 23+53+111=187 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.30% from 187); Green value is 53 (21.09% from 255 or 28.34% from 187); Blue value is 111 (43.75% from 255 or 59.36% from 187); Max value from RGB is 111 - color contains mainly: blue. Hex color #17356F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17356F is #E8CA90. Grayscale: #323232. Windows color (decimal): -15256209 or 7288087. OLE color: 7288087.
HSL color Cylindrical-coordinate representation of color #17356F: hue angle of 219.55º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17356F is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 53 | 111 | - |
| CMYK | 0.79 | 0.52 | 0 | 0.56 |
| HSL | 219.55º | 0.66% | 0.26% | - |
| HSV(B) | 219.55º | 0.79% | 0.44% | - |
| XYZ | 4.5 | 3.88 | 15.55 | - |
| YUV | 50.64 | 162.06 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 53 | 111 | 0.79 | 0.52 | 0 | 0.56 | 219.55 | 0.66 | 0.26 |
| Hex | 17 | 35 | 6F | 4F | 34 | 0 | 38 | DC | 42 | 1A |
| Octal | 27 | 65 | 157 | 117 | 64 | 0 | 70 | 334 | 102 | 32 |
| Binary | 10111 | 110101 | 1101111 | 1001111 | 110100 | 0 | 111000 | 11011100 | 1000010 | 11010 |
Color Harmonies of #17356F
Complementary color
Monochromatic Colors of #17356F
Black with #17356F
Text Example
Text Example
White with #17356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17356F; }
p { color: rgb(23,53,111); }
H1.HeaderClassName
{
color: #17356F;
}
.AnyTagClassName
{
color: #17356F;
}
</style>
background-color css
<style>
a { background-color: #17356F; }
a { background-color: rgb(23,53,111); }
div.DivClassName
{
background-color: #17356F;
}
.BgClassName
{
background-color: #17356F;
}
</style>
border-color css
<style>
span { border-color: #17356F; }
span { border-color: rgb(23,53,111); }
td.TdClassName
{
border-color: #17356F;
}
.TagClassName
{
border-color: #17356F;
}
</style>