Shades of Sapphire #112657
Tints of Sapphire #112657
RGB
CMYK
RGB Variations
Color information
#112657 (or 0x112657) is known color: Sapphire. HEX triplet: 11, 26 and 57. RGB value is (17,38,87). Sum of RGB (Red+Green+Blue) = 17+38+87=142 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.97% from 142); Green value is 38 (15.23% from 255 or 26.76% from 142); Blue value is 87 (34.38% from 255 or 61.27% from 142); Max value from RGB is 87 - color contains mainly: blue. Hex color #112657 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112657 is #EED9A8. Grayscale: #252525. Windows color (decimal): -15653289 or 5711377. OLE color: 5711377.
HSL color Cylindrical-coordinate representation of color #112657: hue angle of 222º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #112657 is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 38 | 87 | - |
| CMYK | 0.80 | 0.56 | 0 | 0.66 |
| HSL | 222º | 0.67% | 0.2% | - |
| HSV(B) | 222º | 0.8% | 0.34% | - |
| XYZ | 2.64 | 2.19 | 9.3 | - |
| YUV | 37.31 | 156.04 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 38 | 87 | 0.80 | 0.56 | 0 | 0.66 | 222 | 0.67 | 0.2 |
| Hex | 11 | 26 | 57 | 50 | 38 | 0 | 42 | DE | 43 | 14 |
| Octal | 21 | 46 | 127 | 120 | 70 | 0 | 102 | 336 | 103 | 24 |
| Binary | 10001 | 100110 | 1010111 | 1010000 | 111000 | 0 | 1000010 | 11011110 | 1000011 | 10100 |
Color Harmonies of #112657
Complementary color
Monochromatic Colors of #112657
Black with #112657
Text Example
Text Example
White with #112657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112657; }
p { color: rgb(17,38,87); }
H1.HeaderClassName
{
color: #112657;
}
.AnyTagClassName
{
color: #112657;
}
</style>
background-color css
<style>
a { background-color: #112657; }
a { background-color: rgb(17,38,87); }
div.DivClassName
{
background-color: #112657;
}
.BgClassName
{
background-color: #112657;
}
</style>
border-color css
<style>
span { border-color: #112657; }
span { border-color: rgb(17,38,87); }
td.TdClassName
{
border-color: #112657;
}
.TagClassName
{
border-color: #112657;
}
</style>