Shades of Sapphire #112C65
Tints of Sapphire #112C65
RGB
CMYK
RGB Variations
Color information
#112C65 (or 0x112C65) is known color: Sapphire. HEX triplet: 11, 2C and 65. RGB value is (17,44,101). Sum of RGB (Red+Green+Blue) = 17+44+101=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 44 (17.58% from 255 or 27.16% from 162); Blue value is 101 (39.84% from 255 or 62.35% from 162); Max value from RGB is 101 - color contains mainly: blue. Hex color #112C65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112C65 is #EED39A. Grayscale: #2A2A2A. Windows color (decimal): -15651739 or 6630417. OLE color: 6630417.
HSL color Cylindrical-coordinate representation of color #112C65: hue angle of 220.71º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #112C65 is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 17 | 44 | 101 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.60 |
| HSL | 220.71º | 0.71% | 0.23% | - |
| HSV(B) | 220.71º | 0.83% | 0.4% | - |
| XYZ | 3.48 | 2.86 | 12.68 | - |
| YUV | 42.43 | 161.05 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 44 | 101 | 0.83 | 0.56 | 0 | 0.60 | 220.71 | 0.71 | 0.23 |
| Hex | 11 | 2C | 65 | 53 | 38 | 0 | 3C | DD | 47 | 17 |
| Octal | 21 | 54 | 145 | 123 | 70 | 0 | 74 | 335 | 107 | 27 |
| Binary | 10001 | 101100 | 1100101 | 1010011 | 111000 | 0 | 111100 | 11011101 | 1000111 | 10111 |
Color Harmonies of #112C65
Complementary color
Monochromatic Colors of #112C65
Black with #112C65
Text Example
Text Example
White with #112C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112C65; }
p { color: rgb(17,44,101); }
H1.HeaderClassName
{
color: #112C65;
}
.AnyTagClassName
{
color: #112C65;
}
</style>
background-color css
<style>
a { background-color: #112C65; }
a { background-color: rgb(17,44,101); }
div.DivClassName
{
background-color: #112C65;
}
.BgClassName
{
background-color: #112C65;
}
</style>
border-color css
<style>
span { border-color: #112C65; }
span { border-color: rgb(17,44,101); }
td.TdClassName
{
border-color: #112C65;
}
.TagClassName
{
border-color: #112C65;
}
</style>