Shades of Sapphire #113673
Tints of Sapphire #113673
RGB
CMYK
RGB Variations
Color information
#113673 (or 0x113673) is known color: Sapphire. HEX triplet: 11, 36 and 73. RGB value is (17,54,115). Sum of RGB (Red+Green+Blue) = 17+54+115=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 54 (21.48% from 255 or 29.03% from 186); Blue value is 115 (45.31% from 255 or 61.83% from 186); Max value from RGB is 115 - color contains mainly: blue. Hex color #113673 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113673 is #EEC98C. Grayscale: #313131. Windows color (decimal): -15649165 or 7550481. OLE color: 7550481.
HSL color Cylindrical-coordinate representation of color #113673: hue angle of 217.35º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #113673 is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 54 | 115 | - |
| CMYK | 0.85 | 0.53 | 0 | 0.55 |
| HSL | 217.35º | 0.74% | 0.26% | - |
| HSV(B) | 217.35º | 0.85% | 0.45% | - |
| XYZ | 4.64 | 4 | 16.75 | - |
| YUV | 49.89 | 164.74 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 54 | 115 | 0.85 | 0.53 | 0 | 0.55 | 217.35 | 0.74 | 0.26 |
| Hex | 11 | 36 | 73 | 55 | 35 | 0 | 37 | D9 | 4A | 1A |
| Octal | 21 | 66 | 163 | 125 | 65 | 0 | 67 | 331 | 112 | 32 |
| Binary | 10001 | 110110 | 1110011 | 1010101 | 110101 | 0 | 110111 | 11011001 | 1001010 | 11010 |
Color Harmonies of #113673
Complementary color
Monochromatic Colors of #113673
Black with #113673
Text Example
Text Example
White with #113673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113673; }
p { color: rgb(17,54,115); }
H1.HeaderClassName
{
color: #113673;
}
.AnyTagClassName
{
color: #113673;
}
</style>
background-color css
<style>
a { background-color: #113673; }
a { background-color: rgb(17,54,115); }
div.DivClassName
{
background-color: #113673;
}
.BgClassName
{
background-color: #113673;
}
</style>
border-color css
<style>
span { border-color: #113673; }
span { border-color: rgb(17,54,115); }
td.TdClassName
{
border-color: #113673;
}
.TagClassName
{
border-color: #113673;
}
</style>