Shades of Sapphire #17336F
Tints of Sapphire #17336F
RGB
CMYK
RGB Variations
Color information
#17336F (or 0x17336F) is known color: Sapphire. HEX triplet: 17, 33 and 6F. RGB value is (23,51,111). Sum of RGB (Red+Green+Blue) = 23+51+111=185 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.43% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 111 (43.75% from 255 or 60% from 185); Max value from RGB is 111 - color contains mainly: blue. Hex color #17336F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17336F is #E8CC90. Grayscale: #313131. Windows color (decimal): -15256721 or 7287575. OLE color: 7287575.
HSL color Cylindrical-coordinate representation of color #17336F: hue angle of 220.91º 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 #17336F is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 51 | 111 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.56 |
| HSL | 220.91º | 0.66% | 0.26% | - |
| HSV(B) | 220.91º | 0.79% | 0.44% | - |
| XYZ | 4.41 | 3.7 | 15.52 | - |
| YUV | 49.47 | 162.72 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 51 | 111 | 0.79 | 0.54 | 0 | 0.56 | 220.91 | 0.66 | 0.26 |
| Hex | 17 | 33 | 6F | 4F | 36 | 0 | 38 | DD | 42 | 1A |
| Octal | 27 | 63 | 157 | 117 | 66 | 0 | 70 | 335 | 102 | 32 |
| Binary | 10111 | 110011 | 1101111 | 1001111 | 110110 | 0 | 111000 | 11011101 | 1000010 | 11010 |
Color Harmonies of #17336F
Complementary color
Monochromatic Colors of #17336F
Black with #17336F
Text Example
Text Example
White with #17336F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17336F; }
p { color: rgb(23,51,111); }
H1.HeaderClassName
{
color: #17336F;
}
.AnyTagClassName
{
color: #17336F;
}
</style>
background-color css
<style>
a { background-color: #17336F; }
a { background-color: rgb(23,51,111); }
div.DivClassName
{
background-color: #17336F;
}
.BgClassName
{
background-color: #17336F;
}
</style>
border-color css
<style>
span { border-color: #17336F; }
span { border-color: rgb(23,51,111); }
td.TdClassName
{
border-color: #17336F;
}
.TagClassName
{
border-color: #17336F;
}
</style>