Shades of Sapphire #112C70
Tints of Sapphire #112C70
RGB
CMYK
RGB Variations
Color information
#112C70 (or 0x112C70) is known color: Sapphire. HEX triplet: 11, 2C and 70. RGB value is (17,44,112). Sum of RGB (Red+Green+Blue) = 17+44+112=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 44 (17.58% from 255 or 25.43% from 173); Blue value is 112 (44.14% from 255 or 64.74% from 173); Max value from RGB is 112 - color contains mainly: blue. Hex color #112C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112C70 is #EED38F. Grayscale: #2B2B2B. Windows color (decimal): -15651728 or 7351313. OLE color: 7351313.
HSL color Cylindrical-coordinate representation of color #112C70: hue angle of 222.95º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #112C70 is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 44 | 112 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.56 |
| HSL | 222.95º | 0.74% | 0.25% | - |
| HSV(B) | 222.95º | 0.85% | 0.44% | - |
| XYZ | 4.06 | 3.09 | 15.71 | - |
| YUV | 43.68 | 166.55 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 44 | 112 | 0.85 | 0.61 | 0 | 0.56 | 222.95 | 0.74 | 0.25 |
| Hex | 11 | 2C | 70 | 55 | 3D | 0 | 38 | DF | 4A | 19 |
| Octal | 21 | 54 | 160 | 125 | 75 | 0 | 70 | 337 | 112 | 31 |
| Binary | 10001 | 101100 | 1110000 | 1010101 | 111101 | 0 | 111000 | 11011111 | 1001010 | 11001 |
Color Harmonies of #112C70
Complementary color
Monochromatic Colors of #112C70
Black with #112C70
Text Example
Text Example
White with #112C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112C70; }
p { color: rgb(17,44,112); }
H1.HeaderClassName
{
color: #112C70;
}
.AnyTagClassName
{
color: #112C70;
}
</style>
background-color css
<style>
a { background-color: #112C70; }
a { background-color: rgb(17,44,112); }
div.DivClassName
{
background-color: #112C70;
}
.BgClassName
{
background-color: #112C70;
}
</style>
border-color css
<style>
span { border-color: #112C70; }
span { border-color: rgb(17,44,112); }
td.TdClassName
{
border-color: #112C70;
}
.TagClassName
{
border-color: #112C70;
}
</style>