Shades of Sapphire #112674
Tints of Sapphire #112674
RGB
CMYK
RGB Variations
Color information
#112674 (or 0x112674) is known color: Sapphire. HEX triplet: 11, 26 and 74. RGB value is (17,38,116). Sum of RGB (Red+Green+Blue) = 17+38+116=171 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.94% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 116 (45.70% from 255 or 67.84% from 171); Max value from RGB is 116 - color contains mainly: blue. Hex color #112674 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112674 is #EED98B. Grayscale: #282828. Windows color (decimal): -15653260 or 7611921. OLE color: 7611921.
HSL color Cylindrical-coordinate representation of color #112674: hue angle of 227.27º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #112674 is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 38 | 116 | - |
| CMYK | 0.85 | 0.67 | 0 | 0.55 |
| HSL | 227.27º | 0.74% | 0.26% | - |
| HSV(B) | 227.27º | 0.85% | 0.45% | - |
| XYZ | 4.08 | 2.77 | 16.84 | - |
| YUV | 40.61 | 170.54 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 38 | 116 | 0.85 | 0.67 | 0 | 0.55 | 227.27 | 0.74 | 0.26 |
| Hex | 11 | 26 | 74 | 55 | 43 | 0 | 37 | E3 | 4A | 1A |
| Octal | 21 | 46 | 164 | 125 | 103 | 0 | 67 | 343 | 112 | 32 |
| Binary | 10001 | 100110 | 1110100 | 1010101 | 1000011 | 0 | 110111 | 11100011 | 1001010 | 11010 |
Color Harmonies of #112674
Complementary color
Monochromatic Colors of #112674
Black with #112674
Text Example
Text Example
White with #112674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112674; }
p { color: rgb(17,38,116); }
H1.HeaderClassName
{
color: #112674;
}
.AnyTagClassName
{
color: #112674;
}
</style>
background-color css
<style>
a { background-color: #112674; }
a { background-color: rgb(17,38,116); }
div.DivClassName
{
background-color: #112674;
}
.BgClassName
{
background-color: #112674;
}
</style>
border-color css
<style>
span { border-color: #112674; }
span { border-color: rgb(17,38,116); }
td.TdClassName
{
border-color: #112674;
}
.TagClassName
{
border-color: #112674;
}
</style>