Shades of Sapphire #112D69
Tints of Sapphire #112D69
RGB
CMYK
RGB Variations
Color information
#112D69 (or 0x112D69) is known color: Sapphire. HEX triplet: 11, 2D and 69. RGB value is (17,45,105). Sum of RGB (Red+Green+Blue) = 17+45+105=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 45 (17.97% from 255 or 26.95% from 167); Blue value is 105 (41.41% from 255 or 62.87% from 167); Max value from RGB is 105 - color contains mainly: blue. Hex color #112D69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112D69 is #EED296. Grayscale: #2B2B2B. Windows color (decimal): -15651479 or 6892817. OLE color: 6892817.
HSL color Cylindrical-coordinate representation of color #112D69: hue angle of 220.91º 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 #112D69 is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 45 | 105 | - |
| CMYK | 0.84 | 0.57 | 0 | 0.59 |
| HSL | 220.91º | 0.72% | 0.24% | - |
| HSV(B) | 220.91º | 0.84% | 0.41% | - |
| XYZ | 3.72 | 3.02 | 13.75 | - |
| YUV | 43.47 | 162.72 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 45 | 105 | 0.84 | 0.57 | 0 | 0.59 | 220.91 | 0.72 | 0.24 |
| Hex | 11 | 2D | 69 | 54 | 39 | 0 | 3B | DD | 48 | 18 |
| Octal | 21 | 55 | 151 | 124 | 71 | 0 | 73 | 335 | 110 | 30 |
| Binary | 10001 | 101101 | 1101001 | 1010100 | 111001 | 0 | 111011 | 11011101 | 1001000 | 11000 |
Color Harmonies of #112D69
Complementary color
Monochromatic Colors of #112D69
Black with #112D69
Text Example
Text Example
White with #112D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112D69; }
p { color: rgb(17,45,105); }
H1.HeaderClassName
{
color: #112D69;
}
.AnyTagClassName
{
color: #112D69;
}
</style>
background-color css
<style>
a { background-color: #112D69; }
a { background-color: rgb(17,45,105); }
div.DivClassName
{
background-color: #112D69;
}
.BgClassName
{
background-color: #112D69;
}
</style>
border-color css
<style>
span { border-color: #112D69; }
span { border-color: rgb(17,45,105); }
td.TdClassName
{
border-color: #112D69;
}
.TagClassName
{
border-color: #112D69;
}
</style>