Shades of Sapphire #17336E
Tints of Sapphire #17336E
RGB
CMYK
RGB Variations
Color information
#17336E (or 0x17336E) is known color: Sapphire. HEX triplet: 17, 33 and 6E. RGB value is (23,51,110). Sum of RGB (Red+Green+Blue) = 23+51+110=184 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.5% from 184); Green value is 51 (20.31% from 255 or 27.72% from 184); Blue value is 110 (43.36% from 255 or 59.78% from 184); Max value from RGB is 110 - color contains mainly: blue. Hex color #17336E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17336E is #E8CC91. Grayscale: #313131. Windows color (decimal): -15256722 or 7222039. OLE color: 7222039.
HSL color Cylindrical-coordinate representation of color #17336E: hue angle of 220.69º 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 #17336E is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 23 | 51 | 110 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.57 |
| HSL | 220.69º | 0.65% | 0.26% | - |
| HSV(B) | 220.69º | 0.79% | 0.43% | - |
| XYZ | 4.35 | 3.68 | 15.23 | - |
| YUV | 49.35 | 162.22 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 51 | 110 | 0.79 | 0.54 | 0 | 0.57 | 220.69 | 0.65 | 0.26 |
| Hex | 17 | 33 | 6E | 4F | 36 | 0 | 39 | DD | 41 | 1A |
| Octal | 27 | 63 | 156 | 117 | 66 | 0 | 71 | 335 | 101 | 32 |
| Binary | 10111 | 110011 | 1101110 | 1001111 | 110110 | 0 | 111001 | 11011101 | 1000001 | 11010 |
Color Harmonies of #17336E
Complementary color
Monochromatic Colors of #17336E
Black with #17336E
Text Example
Text Example
White with #17336E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17336E; }
p { color: rgb(23,51,110); }
H1.HeaderClassName
{
color: #17336E;
}
.AnyTagClassName
{
color: #17336E;
}
</style>
background-color css
<style>
a { background-color: #17336E; }
a { background-color: rgb(23,51,110); }
div.DivClassName
{
background-color: #17336E;
}
.BgClassName
{
background-color: #17336E;
}
</style>
border-color css
<style>
span { border-color: #17336E; }
span { border-color: rgb(23,51,110); }
td.TdClassName
{
border-color: #17336E;
}
.TagClassName
{
border-color: #17336E;
}
</style>