Shades of Sapphire #112F69
Tints of Sapphire #112F69
RGB
CMYK
RGB Variations
Color information
#112F69 (or 0x112F69) is known color: Sapphire. HEX triplet: 11, 2F and 69. RGB value is (17,47,105). Sum of RGB (Red+Green+Blue) = 17+47+105=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 47 (18.75% from 255 or 27.81% from 169); Blue value is 105 (41.41% from 255 or 62.13% from 169); Max value from RGB is 105 - color contains mainly: blue. Hex color #112F69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112F69 is #EED096. Grayscale: #2C2C2C. Windows color (decimal): -15650967 or 6893329. OLE color: 6893329.
HSL color Cylindrical-coordinate representation of color #112F69: hue angle of 219.55º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #112F69 is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 47 | 105 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.59 |
| HSL | 219.55º | 0.72% | 0.24% | - |
| HSV(B) | 219.55º | 0.84% | 0.41% | - |
| XYZ | 3.8 | 3.17 | 13.78 | - |
| YUV | 44.64 | 162.06 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 105 | 0.84 | 0.55 | 0 | 0.59 | 219.55 | 0.72 | 0.24 |
| Hex | 11 | 2F | 69 | 54 | 37 | 0 | 3B | DC | 48 | 18 |
| Octal | 21 | 57 | 151 | 124 | 67 | 0 | 73 | 334 | 110 | 30 |
| Binary | 10001 | 101111 | 1101001 | 1010100 | 110111 | 0 | 111011 | 11011100 | 1001000 | 11000 |
Color Harmonies of #112F69
Complementary color
Monochromatic Colors of #112F69
Black with #112F69
Text Example
Text Example
White with #112F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112F69; }
p { color: rgb(17,47,105); }
H1.HeaderClassName
{
color: #112F69;
}
.AnyTagClassName
{
color: #112F69;
}
</style>
background-color css
<style>
a { background-color: #112F69; }
a { background-color: rgb(17,47,105); }
div.DivClassName
{
background-color: #112F69;
}
.BgClassName
{
background-color: #112F69;
}
</style>
border-color css
<style>
span { border-color: #112F69; }
span { border-color: rgb(17,47,105); }
td.TdClassName
{
border-color: #112F69;
}
.TagClassName
{
border-color: #112F69;
}
</style>