Shades of Sapphire #113268
Tints of Sapphire #113268
RGB
CMYK
RGB Variations
Color information
#113268 (or 0x113268) is known color: Sapphire. HEX triplet: 11, 32 and 68. RGB value is (17,50,104). Sum of RGB (Red+Green+Blue) = 17+50+104=171 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.94% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 104 (41.02% from 255 or 60.82% from 171); Max value from RGB is 104 - color contains mainly: blue. Hex color #113268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113268 is #EECD97. Grayscale: #2E2E2E. Windows color (decimal): -15650200 or 6828561. OLE color: 6828561.
HSL color Cylindrical-coordinate representation of color #113268: hue angle of 217.24º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #113268 is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 50 | 104 | - |
| CMYK | 0.84 | 0.52 | 0 | 0.59 |
| HSL | 217.24º | 0.72% | 0.24% | - |
| HSV(B) | 217.24º | 0.84% | 0.41% | - |
| XYZ | 3.87 | 3.4 | 13.55 | - |
| YUV | 46.29 | 160.57 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 50 | 104 | 0.84 | 0.52 | 0 | 0.59 | 217.24 | 0.72 | 0.24 |
| Hex | 11 | 32 | 68 | 54 | 34 | 0 | 3B | D9 | 48 | 18 |
| Octal | 21 | 62 | 150 | 124 | 64 | 0 | 73 | 331 | 110 | 30 |
| Binary | 10001 | 110010 | 1101000 | 1010100 | 110100 | 0 | 111011 | 11011001 | 1001000 | 11000 |
Color Harmonies of #113268
Complementary color
Monochromatic Colors of #113268
Black with #113268
Text Example
Text Example
White with #113268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113268; }
p { color: rgb(17,50,104); }
H1.HeaderClassName
{
color: #113268;
}
.AnyTagClassName
{
color: #113268;
}
</style>
background-color css
<style>
a { background-color: #113268; }
a { background-color: rgb(17,50,104); }
div.DivClassName
{
background-color: #113268;
}
.BgClassName
{
background-color: #113268;
}
</style>
border-color css
<style>
span { border-color: #113268; }
span { border-color: rgb(17,50,104); }
td.TdClassName
{
border-color: #113268;
}
.TagClassName
{
border-color: #113268;
}
</style>