Shades of Sapphire #112C75
Tints of Sapphire #112C75
RGB
CMYK
RGB Variations
Color information
#112C75 (or 0x112C75) is known color: Sapphire. HEX triplet: 11, 2C and 75. RGB value is (17,44,117). Sum of RGB (Red+Green+Blue) = 17+44+117=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 44 (17.58% from 255 or 24.72% from 178); Blue value is 117 (46.09% from 255 or 65.73% from 178); Max value from RGB is 117 - color contains mainly: blue. Hex color #112C75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112C75 is #EED38A. Grayscale: #2B2B2B. Windows color (decimal): -15651723 or 7678993. OLE color: 7678993.
HSL color Cylindrical-coordinate representation of color #112C75: hue angle of 223.8º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #112C75 is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 44 | 117 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.54 |
| HSL | 223.8º | 0.75% | 0.26% | - |
| HSV(B) | 223.8º | 0.85% | 0.46% | - |
| XYZ | 4.34 | 3.2 | 17.22 | - |
| YUV | 44.25 | 169.05 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 44 | 117 | 0.85 | 0.62 | 0 | 0.54 | 223.8 | 0.75 | 0.26 |
| Hex | 11 | 2C | 75 | 55 | 3E | 0 | 36 | E0 | 4B | 1A |
| Octal | 21 | 54 | 165 | 125 | 76 | 0 | 66 | 340 | 113 | 32 |
| Binary | 10001 | 101100 | 1110101 | 1010101 | 111110 | 0 | 110110 | 11100000 | 1001011 | 11010 |
Color Harmonies of #112C75
Complementary color
Monochromatic Colors of #112C75
Black with #112C75
Text Example
Text Example
White with #112C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112C75; }
p { color: rgb(17,44,117); }
H1.HeaderClassName
{
color: #112C75;
}
.AnyTagClassName
{
color: #112C75;
}
</style>
background-color css
<style>
a { background-color: #112C75; }
a { background-color: rgb(17,44,117); }
div.DivClassName
{
background-color: #112C75;
}
.BgClassName
{
background-color: #112C75;
}
</style>
border-color css
<style>
span { border-color: #112C75; }
span { border-color: rgb(17,44,117); }
td.TdClassName
{
border-color: #112C75;
}
.TagClassName
{
border-color: #112C75;
}
</style>