Shades of Sapphire #112F6B
Tints of Sapphire #112F6B
RGB
CMYK
RGB Variations
Color information
#112F6B (or 0x112F6B) is known color: Sapphire. HEX triplet: 11, 2F and 6B. RGB value is (17,47,107). Sum of RGB (Red+Green+Blue) = 17+47+107=171 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.94% from 171); Green value is 47 (18.75% from 255 or 27.49% from 171); Blue value is 107 (42.19% from 255 or 62.57% from 171); Max value from RGB is 107 - color contains mainly: blue. Hex color #112F6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112F6B is #EED094. Grayscale: #2C2C2C. Windows color (decimal): -15650965 or 7024401. OLE color: 7024401.
HSL color Cylindrical-coordinate representation of color #112F6B: hue angle of 220º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #112F6B is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 47 | 107 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.58 |
| HSL | 220º | 0.73% | 0.24% | - |
| HSV(B) | 220º | 0.84% | 0.42% | - |
| XYZ | 3.9 | 3.21 | 14.32 | - |
| YUV | 44.87 | 163.06 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 107 | 0.84 | 0.56 | 0 | 0.58 | 220 | 0.73 | 0.24 |
| Hex | 11 | 2F | 6B | 54 | 38 | 0 | 3A | DC | 49 | 18 |
| Octal | 21 | 57 | 153 | 124 | 70 | 0 | 72 | 334 | 111 | 30 |
| Binary | 10001 | 101111 | 1101011 | 1010100 | 111000 | 0 | 111010 | 11011100 | 1001001 | 11000 |
Color Harmonies of #112F6B
Complementary color
Monochromatic Colors of #112F6B
Black with #112F6B
Text Example
Text Example
White with #112F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112F6B; }
p { color: rgb(17,47,107); }
H1.HeaderClassName
{
color: #112F6B;
}
.AnyTagClassName
{
color: #112F6B;
}
</style>
background-color css
<style>
a { background-color: #112F6B; }
a { background-color: rgb(17,47,107); }
div.DivClassName
{
background-color: #112F6B;
}
.BgClassName
{
background-color: #112F6B;
}
</style>
border-color css
<style>
span { border-color: #112F6B; }
span { border-color: rgb(17,47,107); }
td.TdClassName
{
border-color: #112F6B;
}
.TagClassName
{
border-color: #112F6B;
}
</style>