Shades of Sapphire #112D5C
Tints of Sapphire #112D5C
RGB
CMYK
RGB Variations
Color information
#112D5C (or 0x112D5C) is known color: Sapphire. HEX triplet: 11, 2D and 5C. RGB value is (17,45,92). Sum of RGB (Red+Green+Blue) = 17+45+92=154 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.04% from 154); Green value is 45 (17.97% from 255 or 29.22% from 154); Blue value is 92 (36.33% from 255 or 59.74% from 154); Max value from RGB is 92 - color contains mainly: blue. Hex color #112D5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112D5C is #EED2A3. Grayscale: #292929. Windows color (decimal): -15651492 or 6040849. OLE color: 6040849.
HSL color Cylindrical-coordinate representation of color #112D5C: hue angle of 217.6º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #112D5C is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 45 | 92 | - |
| CMYK | 0.82 | 0.51 | 0 | 0.64 |
| HSL | 217.6º | 0.69% | 0.21% | - |
| HSV(B) | 217.6º | 0.82% | 0.36% | - |
| XYZ | 3.1 | 2.77 | 10.5 | - |
| YUV | 41.99 | 156.22 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 45 | 92 | 0.82 | 0.51 | 0 | 0.64 | 217.6 | 0.69 | 0.21 |
| Hex | 11 | 2D | 5C | 52 | 33 | 0 | 40 | DA | 45 | 15 |
| Octal | 21 | 55 | 134 | 122 | 63 | 0 | 100 | 332 | 105 | 25 |
| Binary | 10001 | 101101 | 1011100 | 1010010 | 110011 | 0 | 1000000 | 11011010 | 1000101 | 10101 |
Color Harmonies of #112D5C
Complementary color
Monochromatic Colors of #112D5C
Black with #112D5C
Text Example
Text Example
White with #112D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112D5C; }
p { color: rgb(17,45,92); }
H1.HeaderClassName
{
color: #112D5C;
}
.AnyTagClassName
{
color: #112D5C;
}
</style>
background-color css
<style>
a { background-color: #112D5C; }
a { background-color: rgb(17,45,92); }
div.DivClassName
{
background-color: #112D5C;
}
.BgClassName
{
background-color: #112D5C;
}
</style>
border-color css
<style>
span { border-color: #112D5C; }
span { border-color: rgb(17,45,92); }
td.TdClassName
{
border-color: #112D5C;
}
.TagClassName
{
border-color: #112D5C;
}
</style>