Shades of Sapphire #113376
Tints of Sapphire #113376
RGB
CMYK
RGB Variations
Color information
#113376 (or 0x113376) is known color: Sapphire. HEX triplet: 11, 33 and 76. RGB value is (17,51,118). Sum of RGB (Red+Green+Blue) = 17+51+118=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 118 (46.48% from 255 or 63.44% from 186); Max value from RGB is 118 - color contains mainly: blue. Hex color #113376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113376 is #EECC89. Grayscale: #303030. Windows color (decimal): -15649930 or 7746321. OLE color: 7746321.
HSL color Cylindrical-coordinate representation of color #113376: hue angle of 219.8º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #113376 is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 51 | 118 | - |
| CMYK | 0.86 | 0.57 | 0 | 0.54 |
| HSL | 219.8º | 0.75% | 0.26% | - |
| HSV(B) | 219.8º | 0.86% | 0.46% | - |
| XYZ | 4.69 | 3.79 | 17.63 | - |
| YUV | 48.47 | 167.24 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 51 | 118 | 0.86 | 0.57 | 0 | 0.54 | 219.8 | 0.75 | 0.26 |
| Hex | 11 | 33 | 76 | 56 | 39 | 0 | 36 | DC | 4B | 1A |
| Octal | 21 | 63 | 166 | 126 | 71 | 0 | 66 | 334 | 113 | 32 |
| Binary | 10001 | 110011 | 1110110 | 1010110 | 111001 | 0 | 110110 | 11011100 | 1001011 | 11010 |
Color Harmonies of #113376
Complementary color
Monochromatic Colors of #113376
Black with #113376
Text Example
Text Example
White with #113376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113376; }
p { color: rgb(17,51,118); }
H1.HeaderClassName
{
color: #113376;
}
.AnyTagClassName
{
color: #113376;
}
</style>
background-color css
<style>
a { background-color: #113376; }
a { background-color: rgb(17,51,118); }
div.DivClassName
{
background-color: #113376;
}
.BgClassName
{
background-color: #113376;
}
</style>
border-color css
<style>
span { border-color: #113376; }
span { border-color: rgb(17,51,118); }
td.TdClassName
{
border-color: #113376;
}
.TagClassName
{
border-color: #113376;
}
</style>