Shades of Sapphire #112F57
Tints of Sapphire #112F57
RGB
CMYK
RGB Variations
Color information
#112F57 (or 0x112F57) is known color: Sapphire. HEX triplet: 11, 2F and 57. RGB value is (17,47,87). Sum of RGB (Red+Green+Blue) = 17+47+87=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 47 (18.75% from 255 or 31.13% from 151); Blue value is 87 (34.38% from 255 or 57.62% from 151); Max value from RGB is 87 - color contains mainly: blue. Hex color #112F57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112F57 is #EED0A8. Grayscale: #2A2A2A. Windows color (decimal): -15650985 or 5713681. OLE color: 5713681.
HSL color Cylindrical-coordinate representation of color #112F57: hue angle of 214.29º 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 #112F57 is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 47 | 87 | - |
| CMYK | 0.80 | 0.46 | 0 | 0.66 |
| HSL | 214.29º | 0.67% | 0.2% | - |
| HSV(B) | 214.29º | 0.8% | 0.34% | - |
| XYZ | 2.97 | 2.84 | 9.41 | - |
| YUV | 42.59 | 153.06 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 87 | 0.80 | 0.46 | 0 | 0.66 | 214.29 | 0.67 | 0.2 |
| Hex | 11 | 2F | 57 | 50 | 2E | 0 | 42 | D6 | 43 | 14 |
| Octal | 21 | 57 | 127 | 120 | 56 | 0 | 102 | 326 | 103 | 24 |
| Binary | 10001 | 101111 | 1010111 | 1010000 | 101110 | 0 | 1000010 | 11010110 | 1000011 | 10100 |
Color Harmonies of #112F57
Complementary color
Monochromatic Colors of #112F57
Black with #112F57
Text Example
Text Example
White with #112F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112F57; }
p { color: rgb(17,47,87); }
H1.HeaderClassName
{
color: #112F57;
}
.AnyTagClassName
{
color: #112F57;
}
</style>
background-color css
<style>
a { background-color: #112F57; }
a { background-color: rgb(17,47,87); }
div.DivClassName
{
background-color: #112F57;
}
.BgClassName
{
background-color: #112F57;
}
</style>
border-color css
<style>
span { border-color: #112F57; }
span { border-color: rgb(17,47,87); }
td.TdClassName
{
border-color: #112F57;
}
.TagClassName
{
border-color: #112F57;
}
</style>