Shades of Sapphire #112F5B
Tints of Sapphire #112F5B
RGB
CMYK
RGB Variations
Color information
#112F5B (or 0x112F5B) is known color: Sapphire. HEX triplet: 11, 2F and 5B. RGB value is (17,47,91). Sum of RGB (Red+Green+Blue) = 17+47+91=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 47 (18.75% from 255 or 30.32% from 155); Blue value is 91 (35.94% from 255 or 58.71% from 155); Max value from RGB is 91 - color contains mainly: blue. Hex color #112F5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112F5B is #EED0A4. Grayscale: #2A2A2A. Windows color (decimal): -15650981 or 5975825. OLE color: 5975825.
HSL color Cylindrical-coordinate representation of color #112F5B: hue angle of 215.68º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #112F5B is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 47 | 91 | - |
| CMYK | 0.81 | 0.48 | 0 | 0.64 |
| HSL | 215.68º | 0.69% | 0.21% | - |
| HSV(B) | 215.68º | 0.81% | 0.36% | - |
| XYZ | 3.14 | 2.91 | 10.29 | - |
| YUV | 43.05 | 155.06 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 91 | 0.81 | 0.48 | 0 | 0.64 | 215.68 | 0.69 | 0.21 |
| Hex | 11 | 2F | 5B | 51 | 30 | 0 | 40 | D8 | 45 | 15 |
| Octal | 21 | 57 | 133 | 121 | 60 | 0 | 100 | 330 | 105 | 25 |
| Binary | 10001 | 101111 | 1011011 | 1010001 | 110000 | 0 | 1000000 | 11011000 | 1000101 | 10101 |
Color Harmonies of #112F5B
Complementary color
Monochromatic Colors of #112F5B
Black with #112F5B
Text Example
Text Example
White with #112F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112F5B; }
p { color: rgb(17,47,91); }
H1.HeaderClassName
{
color: #112F5B;
}
.AnyTagClassName
{
color: #112F5B;
}
</style>
background-color css
<style>
a { background-color: #112F5B; }
a { background-color: rgb(17,47,91); }
div.DivClassName
{
background-color: #112F5B;
}
.BgClassName
{
background-color: #112F5B;
}
</style>
border-color css
<style>
span { border-color: #112F5B; }
span { border-color: rgb(17,47,91); }
td.TdClassName
{
border-color: #112F5B;
}
.TagClassName
{
border-color: #112F5B;
}
</style>