Shades of Sapphire #113374
Tints of Sapphire #113374
RGB
CMYK
RGB Variations
Color information
#113374 (or 0x113374) is known color: Sapphire. HEX triplet: 11, 33 and 74. RGB value is (17,51,116). Sum of RGB (Red+Green+Blue) = 17+51+116=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 51 (20.31% from 255 or 27.72% from 184); Blue value is 116 (45.70% from 255 or 63.04% from 184); Max value from RGB is 116 - color contains mainly: blue. Hex color #113374 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113374 is #EECC8B. Grayscale: #2F2F2F. Windows color (decimal): -15649932 or 7615249. OLE color: 7615249.
HSL color Cylindrical-coordinate representation of color #113374: hue angle of 219.39º 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 #113374 is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 51 | 116 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.55 |
| HSL | 219.39º | 0.74% | 0.26% | - |
| HSV(B) | 219.39º | 0.85% | 0.45% | - |
| XYZ | 4.57 | 3.75 | 17.01 | - |
| YUV | 48.24 | 166.24 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 51 | 116 | 0.85 | 0.56 | 0 | 0.55 | 219.39 | 0.74 | 0.26 |
| Hex | 11 | 33 | 74 | 55 | 38 | 0 | 37 | DB | 4A | 1A |
| Octal | 21 | 63 | 164 | 125 | 70 | 0 | 67 | 333 | 112 | 32 |
| Binary | 10001 | 110011 | 1110100 | 1010101 | 111000 | 0 | 110111 | 11011011 | 1001010 | 11010 |
Color Harmonies of #113374
Complementary color
Monochromatic Colors of #113374
Black with #113374
Text Example
Text Example
White with #113374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113374; }
p { color: rgb(17,51,116); }
H1.HeaderClassName
{
color: #113374;
}
.AnyTagClassName
{
color: #113374;
}
</style>
background-color css
<style>
a { background-color: #113374; }
a { background-color: rgb(17,51,116); }
div.DivClassName
{
background-color: #113374;
}
.BgClassName
{
background-color: #113374;
}
</style>
border-color css
<style>
span { border-color: #113374; }
span { border-color: rgb(17,51,116); }
td.TdClassName
{
border-color: #113374;
}
.TagClassName
{
border-color: #113374;
}
</style>