Shades of Sapphire #112655
Tints of Sapphire #112655
RGB
CMYK
RGB Variations
Color information
#112655 (or 0x112655) is known color: Sapphire. HEX triplet: 11, 26 and 55. RGB value is (17,38,85). Sum of RGB (Red+Green+Blue) = 17+38+85=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 85 (33.59% from 255 or 60.71% from 140); Max value from RGB is 85 - color contains mainly: blue. Hex color #112655 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112655 is #EED9AA. Grayscale: #242424. Windows color (decimal): -15653291 or 5580305. OLE color: 5580305.
HSL color Cylindrical-coordinate representation of color #112655: hue angle of 221.47º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #112655 is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 38 | 85 | - |
| CMYK | 0.80 | 0.55 | 0 | 0.67 |
| HSL | 221.47º | 0.67% | 0.2% | - |
| HSV(B) | 221.47º | 0.8% | 0.33% | - |
| XYZ | 2.56 | 2.16 | 8.88 | - |
| YUV | 37.08 | 155.04 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 38 | 85 | 0.80 | 0.55 | 0 | 0.67 | 221.47 | 0.67 | 0.2 |
| Hex | 11 | 26 | 55 | 50 | 37 | 0 | 43 | DD | 43 | 14 |
| Octal | 21 | 46 | 125 | 120 | 67 | 0 | 103 | 335 | 103 | 24 |
| Binary | 10001 | 100110 | 1010101 | 1010000 | 110111 | 0 | 1000011 | 11011101 | 1000011 | 10100 |
Color Harmonies of #112655
Complementary color
Monochromatic Colors of #112655
Black with #112655
Text Example
Text Example
White with #112655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112655; }
p { color: rgb(17,38,85); }
H1.HeaderClassName
{
color: #112655;
}
.AnyTagClassName
{
color: #112655;
}
</style>
background-color css
<style>
a { background-color: #112655; }
a { background-color: rgb(17,38,85); }
div.DivClassName
{
background-color: #112655;
}
.BgClassName
{
background-color: #112655;
}
</style>
border-color css
<style>
span { border-color: #112655; }
span { border-color: rgb(17,38,85); }
td.TdClassName
{
border-color: #112655;
}
.TagClassName
{
border-color: #112655;
}
</style>