Shades of Sapphire #113167
Tints of Sapphire #113167
RGB
CMYK
RGB Variations
Color information
#113167 (or 0x113167) is known color: Sapphire. HEX triplet: 11, 31 and 67. RGB value is (17,49,103). Sum of RGB (Red+Green+Blue) = 17+49+103=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 49 (19.53% from 255 or 28.99% from 169); Blue value is 103 (40.62% from 255 or 60.95% from 169); Max value from RGB is 103 - color contains mainly: blue. Hex color #113167 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113167 is #EECE98. Grayscale: #2D2D2D. Windows color (decimal): -15650457 or 6762769. OLE color: 6762769.
HSL color Cylindrical-coordinate representation of color #113167: hue angle of 217.67º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #113167 is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 17 | 49 | 103 | - |
| CMYK | 0.83 | 0.52 | 0 | 0.60 |
| HSL | 217.67º | 0.72% | 0.24% | - |
| HSV(B) | 217.67º | 0.83% | 0.4% | - |
| XYZ | 3.78 | 3.3 | 13.27 | - |
| YUV | 45.59 | 160.4 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 49 | 103 | 0.83 | 0.52 | 0 | 0.60 | 217.67 | 0.72 | 0.24 |
| Hex | 11 | 31 | 67 | 53 | 34 | 0 | 3C | DA | 48 | 18 |
| Octal | 21 | 61 | 147 | 123 | 64 | 0 | 74 | 332 | 110 | 30 |
| Binary | 10001 | 110001 | 1100111 | 1010011 | 110100 | 0 | 111100 | 11011010 | 1001000 | 11000 |
Color Harmonies of #113167
Complementary color
Monochromatic Colors of #113167
Black with #113167
Text Example
Text Example
White with #113167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113167; }
p { color: rgb(17,49,103); }
H1.HeaderClassName
{
color: #113167;
}
.AnyTagClassName
{
color: #113167;
}
</style>
background-color css
<style>
a { background-color: #113167; }
a { background-color: rgb(17,49,103); }
div.DivClassName
{
background-color: #113167;
}
.BgClassName
{
background-color: #113167;
}
</style>
border-color css
<style>
span { border-color: #113167; }
span { border-color: rgb(17,49,103); }
td.TdClassName
{
border-color: #113167;
}
.TagClassName
{
border-color: #113167;
}
</style>