Shades of Sapphire #113270
Tints of Sapphire #113270
RGB
CMYK
RGB Variations
Color information
#113270 (or 0x113270) is known color: Sapphire. HEX triplet: 11, 32 and 70. RGB value is (17,50,112). Sum of RGB (Red+Green+Blue) = 17+50+112=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 112 (44.14% from 255 or 62.57% from 179); Max value from RGB is 112 - color contains mainly: blue. Hex color #113270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113270 is #EECD8F. Grayscale: #2E2E2E. Windows color (decimal): -15650192 or 7352849. OLE color: 7352849.
HSL color Cylindrical-coordinate representation of color #113270: hue angle of 219.16º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #113270 is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 50 | 112 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.56 |
| HSL | 219.16º | 0.74% | 0.25% | - |
| HSV(B) | 219.16º | 0.85% | 0.44% | - |
| XYZ | 4.3 | 3.57 | 15.79 | - |
| YUV | 47.2 | 164.57 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 50 | 112 | 0.85 | 0.55 | 0 | 0.56 | 219.16 | 0.74 | 0.25 |
| Hex | 11 | 32 | 70 | 55 | 37 | 0 | 38 | DB | 4A | 19 |
| Octal | 21 | 62 | 160 | 125 | 67 | 0 | 70 | 333 | 112 | 31 |
| Binary | 10001 | 110010 | 1110000 | 1010101 | 110111 | 0 | 111000 | 11011011 | 1001010 | 11001 |
Color Harmonies of #113270
Complementary color
Monochromatic Colors of #113270
Black with #113270
Text Example
Text Example
White with #113270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113270; }
p { color: rgb(17,50,112); }
H1.HeaderClassName
{
color: #113270;
}
.AnyTagClassName
{
color: #113270;
}
</style>
background-color css
<style>
a { background-color: #113270; }
a { background-color: rgb(17,50,112); }
div.DivClassName
{
background-color: #113270;
}
.BgClassName
{
background-color: #113270;
}
</style>
border-color css
<style>
span { border-color: #113270; }
span { border-color: rgb(17,50,112); }
td.TdClassName
{
border-color: #113270;
}
.TagClassName
{
border-color: #113270;
}
</style>