Shades of Sapphire #112F6A
Tints of Sapphire #112F6A
RGB
CMYK
RGB Variations
Color information
#112F6A (or 0x112F6A) is known color: Sapphire. HEX triplet: 11, 2F and 6A. RGB value is (17,47,106). Sum of RGB (Red+Green+Blue) = 17+47+106=170 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10% from 170); Green value is 47 (18.75% from 255 or 27.65% from 170); Blue value is 106 (41.80% from 255 or 62.35% from 170); Max value from RGB is 106 - color contains mainly: blue. Hex color #112F6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112F6A is #EED095. Grayscale: #2C2C2C. Windows color (decimal): -15650966 or 6958865. OLE color: 6958865.
HSL color Cylindrical-coordinate representation of color #112F6A: hue angle of 219.78º degrees, saturation: 0.72, 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 #112F6A is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 47 | 106 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.58 |
| HSL | 219.78º | 0.72% | 0.24% | - |
| HSV(B) | 219.78º | 0.84% | 0.42% | - |
| XYZ | 3.85 | 3.19 | 14.05 | - |
| YUV | 44.76 | 162.56 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 106 | 0.84 | 0.56 | 0 | 0.58 | 219.78 | 0.72 | 0.24 |
| Hex | 11 | 2F | 6A | 54 | 38 | 0 | 3A | DC | 48 | 18 |
| Octal | 21 | 57 | 152 | 124 | 70 | 0 | 72 | 334 | 110 | 30 |
| Binary | 10001 | 101111 | 1101010 | 1010100 | 111000 | 0 | 111010 | 11011100 | 1001000 | 11000 |
Color Harmonies of #112F6A
Complementary color
Monochromatic Colors of #112F6A
Black with #112F6A
Text Example
Text Example
White with #112F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112F6A; }
p { color: rgb(17,47,106); }
H1.HeaderClassName
{
color: #112F6A;
}
.AnyTagClassName
{
color: #112F6A;
}
</style>
background-color css
<style>
a { background-color: #112F6A; }
a { background-color: rgb(17,47,106); }
div.DivClassName
{
background-color: #112F6A;
}
.BgClassName
{
background-color: #112F6A;
}
</style>
border-color css
<style>
span { border-color: #112F6A; }
span { border-color: rgb(17,47,106); }
td.TdClassName
{
border-color: #112F6A;
}
.TagClassName
{
border-color: #112F6A;
}
</style>