Shades of Sapphire #112F5C
Tints of Sapphire #112F5C
RGB
CMYK
RGB Variations
Color information
#112F5C (or 0x112F5C) is known color: Sapphire. HEX triplet: 11, 2F and 5C. RGB value is (17,47,92). Sum of RGB (Red+Green+Blue) = 17+47+92=156 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.90% from 156); Green value is 47 (18.75% from 255 or 30.13% from 156); Blue value is 92 (36.33% from 255 or 58.97% from 156); Max value from RGB is 92 - color contains mainly: blue. Hex color #112F5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112F5C is #EED0A3. Grayscale: #2A2A2A. Windows color (decimal): -15650980 or 6041361. OLE color: 6041361.
HSL color Cylindrical-coordinate representation of color #112F5C: hue angle of 216º 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 #112F5C is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 47 | 92 | - |
| CMYK | 0.82 | 0.49 | 0 | 0.64 |
| HSL | 216º | 0.69% | 0.21% | - |
| HSV(B) | 216º | 0.82% | 0.36% | - |
| XYZ | 3.18 | 2.92 | 10.52 | - |
| YUV | 43.16 | 155.56 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 92 | 0.82 | 0.49 | 0 | 0.64 | 216 | 0.69 | 0.21 |
| Hex | 11 | 2F | 5C | 52 | 31 | 0 | 40 | D8 | 45 | 15 |
| Octal | 21 | 57 | 134 | 122 | 61 | 0 | 100 | 330 | 105 | 25 |
| Binary | 10001 | 101111 | 1011100 | 1010010 | 110001 | 0 | 1000000 | 11011000 | 1000101 | 10101 |
Color Harmonies of #112F5C
Complementary color
Monochromatic Colors of #112F5C
Black with #112F5C
Text Example
Text Example
White with #112F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112F5C; }
p { color: rgb(17,47,92); }
H1.HeaderClassName
{
color: #112F5C;
}
.AnyTagClassName
{
color: #112F5C;
}
</style>
background-color css
<style>
a { background-color: #112F5C; }
a { background-color: rgb(17,47,92); }
div.DivClassName
{
background-color: #112F5C;
}
.BgClassName
{
background-color: #112F5C;
}
</style>
border-color css
<style>
span { border-color: #112F5C; }
span { border-color: rgb(17,47,92); }
td.TdClassName
{
border-color: #112F5C;
}
.TagClassName
{
border-color: #112F5C;
}
</style>