Shades of Sapphire #112B5C
Tints of Sapphire #112B5C
RGB
CMYK
RGB Variations
Color information
#112B5C (or 0x112B5C) is known color: Sapphire. HEX triplet: 11, 2B and 5C. RGB value is (17,43,92). Sum of RGB (Red+Green+Blue) = 17+43+92=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 43 (17.19% from 255 or 28.29% from 152); Blue value is 92 (36.33% from 255 or 60.53% from 152); Max value from RGB is 92 - color contains mainly: blue. Hex color #112B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112B5C is #EED4A3. Grayscale: #282828. Windows color (decimal): -15652004 or 6040337. OLE color: 6040337.
HSL color Cylindrical-coordinate representation of color #112B5C: hue angle of 219.2º 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 #112B5C is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 43 | 92 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.64 |
| HSL | 219.2º | 0.69% | 0.21% | - |
| HSV(B) | 219.2º | 0.82% | 0.36% | - |
| XYZ | 3.03 | 2.62 | 10.47 | - |
| YUV | 40.81 | 156.89 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 43 | 92 | 0.82 | 0.53 | 0 | 0.64 | 219.2 | 0.69 | 0.21 |
| Hex | 11 | 2B | 5C | 52 | 35 | 0 | 40 | DB | 45 | 15 |
| Octal | 21 | 53 | 134 | 122 | 65 | 0 | 100 | 333 | 105 | 25 |
| Binary | 10001 | 101011 | 1011100 | 1010010 | 110101 | 0 | 1000000 | 11011011 | 1000101 | 10101 |
Color Harmonies of #112B5C
Complementary color
Monochromatic Colors of #112B5C
Black with #112B5C
Text Example
Text Example
White with #112B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112B5C; }
p { color: rgb(17,43,92); }
H1.HeaderClassName
{
color: #112B5C;
}
.AnyTagClassName
{
color: #112B5C;
}
</style>
background-color css
<style>
a { background-color: #112B5C; }
a { background-color: rgb(17,43,92); }
div.DivClassName
{
background-color: #112B5C;
}
.BgClassName
{
background-color: #112B5C;
}
</style>
border-color css
<style>
span { border-color: #112B5C; }
span { border-color: rgb(17,43,92); }
td.TdClassName
{
border-color: #112B5C;
}
.TagClassName
{
border-color: #112B5C;
}
</style>