Shades of Sapphire #17366F
Tints of Sapphire #17366F
RGB
CMYK
RGB Variations
Color information
#17366F (or 0x17366F) is known color: Sapphire. HEX triplet: 17, 36 and 6F. RGB value is (23,54,111). Sum of RGB (Red+Green+Blue) = 23+54+111=188 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.23% from 188); Green value is 54 (21.48% from 255 or 28.72% from 188); Blue value is 111 (43.75% from 255 or 59.04% from 188); Max value from RGB is 111 - color contains mainly: blue. Hex color #17366F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17366F is #E8C990. Grayscale: #323232. Windows color (decimal): -15255953 or 7288343. OLE color: 7288343.
HSL color Cylindrical-coordinate representation of color #17366F: hue angle of 218.86º 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 #17366F is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 54 | 111 | - |
| CMYK | 0.79 | 0.51 | 0 | 0.56 |
| HSL | 218.86º | 0.66% | 0.26% | - |
| HSV(B) | 218.86º | 0.79% | 0.44% | - |
| XYZ | 4.54 | 3.97 | 15.57 | - |
| YUV | 51.23 | 161.73 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 54 | 111 | 0.79 | 0.51 | 0 | 0.56 | 218.86 | 0.66 | 0.26 |
| Hex | 17 | 36 | 6F | 4F | 33 | 0 | 38 | DB | 42 | 1A |
| Octal | 27 | 66 | 157 | 117 | 63 | 0 | 70 | 333 | 102 | 32 |
| Binary | 10111 | 110110 | 1101111 | 1001111 | 110011 | 0 | 111000 | 11011011 | 1000010 | 11010 |
Color Harmonies of #17366F
Complementary color
Monochromatic Colors of #17366F
Black with #17366F
Text Example
Text Example
White with #17366F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17366F; }
p { color: rgb(23,54,111); }
H1.HeaderClassName
{
color: #17366F;
}
.AnyTagClassName
{
color: #17366F;
}
</style>
background-color css
<style>
a { background-color: #17366F; }
a { background-color: rgb(23,54,111); }
div.DivClassName
{
background-color: #17366F;
}
.BgClassName
{
background-color: #17366F;
}
</style>
border-color css
<style>
span { border-color: #17366F; }
span { border-color: rgb(23,54,111); }
td.TdClassName
{
border-color: #17366F;
}
.TagClassName
{
border-color: #17366F;
}
</style>