Shades of Sapphire #112D7D
Tints of Sapphire #112D7D
RGB
CMYK
RGB Variations
Color information
#112D7D (or 0x112D7D) is known color: Sapphire. HEX triplet: 11, 2D and 7D. RGB value is (17,45,125). Sum of RGB (Red+Green+Blue) = 17+45+125=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 45 (17.97% from 255 or 24.06% from 187); Blue value is 125 (49.22% from 255 or 66.84% from 187); Max value from RGB is 125 - color contains mainly: blue. Hex color #112D7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112D7D is #EED282. Grayscale: #2D2D2D. Windows color (decimal): -15651459 or 8203537. OLE color: 8203537.
HSL color Cylindrical-coordinate representation of color #112D7D: hue angle of 224.44º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #112D7D is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 45 | 125 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.51 |
| HSL | 224.44º | 0.76% | 0.28% | - |
| HSV(B) | 224.44º | 0.86% | 0.49% | - |
| XYZ | 4.87 | 3.48 | 19.82 | - |
| YUV | 45.75 | 172.72 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 45 | 125 | 0.86 | 0.64 | 0 | 0.51 | 224.44 | 0.76 | 0.28 |
| Hex | 11 | 2D | 7D | 56 | 40 | 0 | 33 | E0 | 4C | 1C |
| Octal | 21 | 55 | 175 | 126 | 100 | 0 | 63 | 340 | 114 | 34 |
| Binary | 10001 | 101101 | 1111101 | 1010110 | 1000000 | 0 | 110011 | 11100000 | 1001100 | 11100 |
Color Harmonies of #112D7D
Complementary color
Monochromatic Colors of #112D7D
Black with #112D7D
Text Example
Text Example
White with #112D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112D7D; }
p { color: rgb(17,45,125); }
H1.HeaderClassName
{
color: #112D7D;
}
.AnyTagClassName
{
color: #112D7D;
}
</style>
background-color css
<style>
a { background-color: #112D7D; }
a { background-color: rgb(17,45,125); }
div.DivClassName
{
background-color: #112D7D;
}
.BgClassName
{
background-color: #112D7D;
}
</style>
border-color css
<style>
span { border-color: #112D7D; }
span { border-color: rgb(17,45,125); }
td.TdClassName
{
border-color: #112D7D;
}
.TagClassName
{
border-color: #112D7D;
}
</style>