Shades of Sapphire #113164
Tints of Sapphire #113164
RGB
CMYK
RGB Variations
Color information
#113164 (or 0x113164) is known color: Sapphire. HEX triplet: 11, 31 and 64. RGB value is (17,49,100). Sum of RGB (Red+Green+Blue) = 17+49+100=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 49 (19.53% from 255 or 29.52% from 166); Blue value is 100 (39.45% from 255 or 60.24% from 166); Max value from RGB is 100 - color contains mainly: blue. Hex color #113164 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113164 is #EECE9B. Grayscale: #2D2D2D. Windows color (decimal): -15650460 or 6566161. OLE color: 6566161.
HSL color Cylindrical-coordinate representation of color #113164: hue angle of 216.87º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #113164 is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 49 | 100 | - |
| CMYK | 0.83 | 0.51 | 0 | 0.61 |
| HSL | 216.87º | 0.71% | 0.23% | - |
| HSV(B) | 216.87º | 0.83% | 0.39% | - |
| XYZ | 3.63 | 3.24 | 12.49 | - |
| YUV | 45.25 | 158.9 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 49 | 100 | 0.83 | 0.51 | 0 | 0.61 | 216.87 | 0.71 | 0.23 |
| Hex | 11 | 31 | 64 | 53 | 33 | 0 | 3D | D9 | 47 | 17 |
| Octal | 21 | 61 | 144 | 123 | 63 | 0 | 75 | 331 | 107 | 27 |
| Binary | 10001 | 110001 | 1100100 | 1010011 | 110011 | 0 | 111101 | 11011001 | 1000111 | 10111 |
Color Harmonies of #113164
Complementary color
Monochromatic Colors of #113164
Black with #113164
Text Example
Text Example
White with #113164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113164; }
p { color: rgb(17,49,100); }
H1.HeaderClassName
{
color: #113164;
}
.AnyTagClassName
{
color: #113164;
}
</style>
background-color css
<style>
a { background-color: #113164; }
a { background-color: rgb(17,49,100); }
div.DivClassName
{
background-color: #113164;
}
.BgClassName
{
background-color: #113164;
}
</style>
border-color css
<style>
span { border-color: #113164; }
span { border-color: rgb(17,49,100); }
td.TdClassName
{
border-color: #113164;
}
.TagClassName
{
border-color: #113164;
}
</style>