Shades of Sapphire #112868
Tints of Sapphire #112868
RGB
CMYK
RGB Variations
Color information
#112868 (or 0x112868) is known color: Sapphire. HEX triplet: 11, 28 and 68. RGB value is (17,40,104). Sum of RGB (Red+Green+Blue) = 17+40+104=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 40 (16.02% from 255 or 24.84% from 161); Blue value is 104 (41.02% from 255 or 64.60% from 161); Max value from RGB is 104 - color contains mainly: blue. Hex color #112868 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112868 is #EED797. Grayscale: #282828. Windows color (decimal): -15652760 or 6826001. OLE color: 6826001.
HSL color Cylindrical-coordinate representation of color #112868: hue angle of 224.14º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #112868 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 40 | 104 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.59 |
| HSL | 224.14º | 0.72% | 0.24% | - |
| HSV(B) | 224.14º | 0.84% | 0.41% | - |
| XYZ | 3.49 | 2.64 | 13.42 | - |
| YUV | 40.42 | 163.88 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 40 | 104 | 0.84 | 0.62 | 0 | 0.59 | 224.14 | 0.72 | 0.24 |
| Hex | 11 | 28 | 68 | 54 | 3E | 0 | 3B | E0 | 48 | 18 |
| Octal | 21 | 50 | 150 | 124 | 76 | 0 | 73 | 340 | 110 | 30 |
| Binary | 10001 | 101000 | 1101000 | 1010100 | 111110 | 0 | 111011 | 11100000 | 1001000 | 11000 |
Color Harmonies of #112868
Complementary color
Monochromatic Colors of #112868
Black with #112868
Text Example
Text Example
White with #112868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112868; }
p { color: rgb(17,40,104); }
H1.HeaderClassName
{
color: #112868;
}
.AnyTagClassName
{
color: #112868;
}
</style>
background-color css
<style>
a { background-color: #112868; }
a { background-color: rgb(17,40,104); }
div.DivClassName
{
background-color: #112868;
}
.BgClassName
{
background-color: #112868;
}
</style>
border-color css
<style>
span { border-color: #112868; }
span { border-color: rgb(17,40,104); }
td.TdClassName
{
border-color: #112868;
}
.TagClassName
{
border-color: #112868;
}
</style>