Shades of Sapphire #17366E
Tints of Sapphire #17366E
RGB
CMYK
RGB Variations
Color information
#17366E (or 0x17366E) is known color: Sapphire. HEX triplet: 17, 36 and 6E. RGB value is (23,54,110). Sum of RGB (Red+Green+Blue) = 23+54+110=187 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.30% from 187); Green value is 54 (21.48% from 255 or 28.88% from 187); Blue value is 110 (43.36% from 255 or 58.82% from 187); Max value from RGB is 110 - color contains mainly: blue. Hex color #17366E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17366E is #E8C991. Grayscale: #323232. Windows color (decimal): -15255954 or 7222807. OLE color: 7222807.
HSL color Cylindrical-coordinate representation of color #17366E: hue angle of 218.62º 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 #17366E is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 23 | 54 | 110 | - |
| CMYK | 0.79 | 0.51 | 0 | 0.57 |
| HSL | 218.62º | 0.65% | 0.26% | - |
| HSV(B) | 218.62º | 0.79% | 0.43% | - |
| XYZ | 4.49 | 3.95 | 15.28 | - |
| YUV | 51.12 | 161.23 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 54 | 110 | 0.79 | 0.51 | 0 | 0.57 | 218.62 | 0.65 | 0.26 |
| Hex | 17 | 36 | 6E | 4F | 33 | 0 | 39 | DB | 41 | 1A |
| Octal | 27 | 66 | 156 | 117 | 63 | 0 | 71 | 333 | 101 | 32 |
| Binary | 10111 | 110110 | 1101110 | 1001111 | 110011 | 0 | 111001 | 11011011 | 1000001 | 11010 |
Color Harmonies of #17366E
Complementary color
Monochromatic Colors of #17366E
Black with #17366E
Text Example
Text Example
White with #17366E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17366E; }
p { color: rgb(23,54,110); }
H1.HeaderClassName
{
color: #17366E;
}
.AnyTagClassName
{
color: #17366E;
}
</style>
background-color css
<style>
a { background-color: #17366E; }
a { background-color: rgb(23,54,110); }
div.DivClassName
{
background-color: #17366E;
}
.BgClassName
{
background-color: #17366E;
}
</style>
border-color css
<style>
span { border-color: #17366E; }
span { border-color: rgb(23,54,110); }
td.TdClassName
{
border-color: #17366E;
}
.TagClassName
{
border-color: #17366E;
}
</style>