Shades of Sapphire #112678
Tints of Sapphire #112678
RGB
CMYK
RGB Variations
Color information
#112678 (or 0x112678) is known color: Sapphire. HEX triplet: 11, 26 and 78. RGB value is (17,38,120). Sum of RGB (Red+Green+Blue) = 17+38+120=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 38 (15.23% from 255 or 21.71% from 175); Blue value is 120 (47.27% from 255 or 68.57% from 175); Max value from RGB is 120 - color contains mainly: blue. Hex color #112678 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112678 is #EED987. Grayscale: #282828. Windows color (decimal): -15653256 or 7874065. OLE color: 7874065.
HSL color Cylindrical-coordinate representation of color #112678: hue angle of 227.77º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #112678 is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 17 | 38 | 120 | - |
| CMYK | 0.86 | 0.68 | 0 | 0.53 |
| HSL | 227.77º | 0.75% | 0.27% | - |
| HSV(B) | 227.77º | 0.86% | 0.47% | - |
| XYZ | 4.31 | 2.86 | 18.09 | - |
| YUV | 41.07 | 172.54 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 38 | 120 | 0.86 | 0.68 | 0 | 0.53 | 227.77 | 0.75 | 0.27 |
| Hex | 11 | 26 | 78 | 56 | 44 | 0 | 35 | E4 | 4B | 1B |
| Octal | 21 | 46 | 170 | 126 | 104 | 0 | 65 | 344 | 113 | 33 |
| Binary | 10001 | 100110 | 1111000 | 1010110 | 1000100 | 0 | 110101 | 11100100 | 1001011 | 11011 |
Color Harmonies of #112678
Complementary color
Monochromatic Colors of #112678
Black with #112678
Text Example
Text Example
White with #112678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112678; }
p { color: rgb(17,38,120); }
H1.HeaderClassName
{
color: #112678;
}
.AnyTagClassName
{
color: #112678;
}
</style>
background-color css
<style>
a { background-color: #112678; }
a { background-color: rgb(17,38,120); }
div.DivClassName
{
background-color: #112678;
}
.BgClassName
{
background-color: #112678;
}
</style>
border-color css
<style>
span { border-color: #112678; }
span { border-color: rgb(17,38,120); }
td.TdClassName
{
border-color: #112678;
}
.TagClassName
{
border-color: #112678;
}
</style>