Shades of Sapphire #113172
Tints of Sapphire #113172
RGB
CMYK
RGB Variations
Color information
#113172 (or 0x113172) is known color: Sapphire. HEX triplet: 11, 31 and 72. RGB value is (17,49,114). Sum of RGB (Red+Green+Blue) = 17+49+114=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 114 (44.92% from 255 or 63.33% from 180); Max value from RGB is 114 - color contains mainly: blue. Hex color #113172 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113172 is #EECE8D. Grayscale: #2E2E2E. Windows color (decimal): -15650446 or 7483665. OLE color: 7483665.
HSL color Cylindrical-coordinate representation of color #113172: hue angle of 220.21º 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 #113172 is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 49 | 114 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.55 |
| HSL | 220.21º | 0.74% | 0.26% | - |
| HSV(B) | 220.21º | 0.85% | 0.45% | - |
| XYZ | 4.37 | 3.53 | 16.37 | - |
| YUV | 46.84 | 165.9 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 49 | 114 | 0.85 | 0.57 | 0 | 0.55 | 220.21 | 0.74 | 0.26 |
| Hex | 11 | 31 | 72 | 55 | 39 | 0 | 37 | DC | 4A | 1A |
| Octal | 21 | 61 | 162 | 125 | 71 | 0 | 67 | 334 | 112 | 32 |
| Binary | 10001 | 110001 | 1110010 | 1010101 | 111001 | 0 | 110111 | 11011100 | 1001010 | 11010 |
Color Harmonies of #113172
Complementary color
Monochromatic Colors of #113172
Black with #113172
Text Example
Text Example
White with #113172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113172; }
p { color: rgb(17,49,114); }
H1.HeaderClassName
{
color: #113172;
}
.AnyTagClassName
{
color: #113172;
}
</style>
background-color css
<style>
a { background-color: #113172; }
a { background-color: rgb(17,49,114); }
div.DivClassName
{
background-color: #113172;
}
.BgClassName
{
background-color: #113172;
}
</style>
border-color css
<style>
span { border-color: #113172; }
span { border-color: rgb(17,49,114); }
td.TdClassName
{
border-color: #113172;
}
.TagClassName
{
border-color: #113172;
}
</style>