Shades of Sapphire #112C5C
Tints of Sapphire #112C5C
RGB
CMYK
RGB Variations
Color information
#112C5C (or 0x112C5C) is known color: Sapphire. HEX triplet: 11, 2C and 5C. RGB value is (17,44,92). Sum of RGB (Red+Green+Blue) = 17+44+92=153 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.11% from 153); Green value is 44 (17.58% from 255 or 28.76% from 153); Blue value is 92 (36.33% from 255 or 60.13% from 153); Max value from RGB is 92 - color contains mainly: blue. Hex color #112C5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112C5C is #EED3A3. Grayscale: #292929. Windows color (decimal): -15651748 or 6040593. OLE color: 6040593.
HSL color Cylindrical-coordinate representation of color #112C5C: hue angle of 218.4º 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 #112C5C is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 44 | 92 | - |
| CMYK | 0.82 | 0.52 | 0 | 0.64 |
| HSL | 218.4º | 0.69% | 0.21% | - |
| HSV(B) | 218.4º | 0.82% | 0.36% | - |
| XYZ | 3.06 | 2.69 | 10.48 | - |
| YUV | 41.4 | 156.55 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 44 | 92 | 0.82 | 0.52 | 0 | 0.64 | 218.4 | 0.69 | 0.21 |
| Hex | 11 | 2C | 5C | 52 | 34 | 0 | 40 | DA | 45 | 15 |
| Octal | 21 | 54 | 134 | 122 | 64 | 0 | 100 | 332 | 105 | 25 |
| Binary | 10001 | 101100 | 1011100 | 1010010 | 110100 | 0 | 1000000 | 11011010 | 1000101 | 10101 |
Color Harmonies of #112C5C
Complementary color
Monochromatic Colors of #112C5C
Black with #112C5C
Text Example
Text Example
White with #112C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112C5C; }
p { color: rgb(17,44,92); }
H1.HeaderClassName
{
color: #112C5C;
}
.AnyTagClassName
{
color: #112C5C;
}
</style>
background-color css
<style>
a { background-color: #112C5C; }
a { background-color: rgb(17,44,92); }
div.DivClassName
{
background-color: #112C5C;
}
.BgClassName
{
background-color: #112C5C;
}
</style>
border-color css
<style>
span { border-color: #112C5C; }
span { border-color: rgb(17,44,92); }
td.TdClassName
{
border-color: #112C5C;
}
.TagClassName
{
border-color: #112C5C;
}
</style>