Shades of Sapphire #17346F
Tints of Sapphire #17346F
RGB
CMYK
RGB Variations
Color information
#17346F (or 0x17346F) is known color: Sapphire. HEX triplet: 17, 34 and 6F. RGB value is (23,52,111). Sum of RGB (Red+Green+Blue) = 23+52+111=186 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.37% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 111 (43.75% from 255 or 59.68% from 186); Max value from RGB is 111 - color contains mainly: blue. Hex color #17346F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17346F is #E8CB90. Grayscale: #313131. Windows color (decimal): -15256465 or 7287831. OLE color: 7287831.
HSL color Cylindrical-coordinate representation of color #17346F: hue angle of 220.23º 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 #17346F is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 52 | 111 | - |
| CMYK | 0.79 | 0.53 | 0 | 0.56 |
| HSL | 220.23º | 0.66% | 0.26% | - |
| HSV(B) | 220.23º | 0.79% | 0.44% | - |
| XYZ | 4.45 | 3.79 | 15.54 | - |
| YUV | 50.06 | 162.39 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 52 | 111 | 0.79 | 0.53 | 0 | 0.56 | 220.23 | 0.66 | 0.26 |
| Hex | 17 | 34 | 6F | 4F | 35 | 0 | 38 | DC | 42 | 1A |
| Octal | 27 | 64 | 157 | 117 | 65 | 0 | 70 | 334 | 102 | 32 |
| Binary | 10111 | 110100 | 1101111 | 1001111 | 110101 | 0 | 111000 | 11011100 | 1000010 | 11010 |
Color Harmonies of #17346F
Complementary color
Monochromatic Colors of #17346F
Black with #17346F
Text Example
Text Example
White with #17346F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17346F; }
p { color: rgb(23,52,111); }
H1.HeaderClassName
{
color: #17346F;
}
.AnyTagClassName
{
color: #17346F;
}
</style>
background-color css
<style>
a { background-color: #17346F; }
a { background-color: rgb(23,52,111); }
div.DivClassName
{
background-color: #17346F;
}
.BgClassName
{
background-color: #17346F;
}
</style>
border-color css
<style>
span { border-color: #17346F; }
span { border-color: rgb(23,52,111); }
td.TdClassName
{
border-color: #17346F;
}
.TagClassName
{
border-color: #17346F;
}
</style>