Shades of Sapphire #112954
Tints of Sapphire #112954
RGB
CMYK
RGB Variations
Color information
#112954 (or 0x112954) is known color: Sapphire. HEX triplet: 11, 29 and 54. RGB value is (17,41,84). Sum of RGB (Red+Green+Blue) = 17+41+84=142 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.97% from 142); Green value is 41 (16.41% from 255 or 28.87% from 142); Blue value is 84 (33.20% from 255 or 59.15% from 142); Max value from RGB is 84 - color contains mainly: blue. Hex color #112954 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112954 is #EED6AB. Grayscale: #262626. Windows color (decimal): -15652524 or 5515537. OLE color: 5515537.
HSL color Cylindrical-coordinate representation of color #112954: hue angle of 218.51º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #112954 is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 41 | 84 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.67 |
| HSL | 218.51º | 0.66% | 0.2% | - |
| HSV(B) | 218.51º | 0.8% | 0.33% | - |
| XYZ | 2.62 | 2.35 | 8.7 | - |
| YUV | 38.73 | 153.55 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 41 | 84 | 0.80 | 0.51 | 0 | 0.67 | 218.51 | 0.66 | 0.2 |
| Hex | 11 | 29 | 54 | 50 | 33 | 0 | 43 | DB | 42 | 14 |
| Octal | 21 | 51 | 124 | 120 | 63 | 0 | 103 | 333 | 102 | 24 |
| Binary | 10001 | 101001 | 1010100 | 1010000 | 110011 | 0 | 1000011 | 11011011 | 1000010 | 10100 |
Color Harmonies of #112954
Complementary color
Monochromatic Colors of #112954
Black with #112954
Text Example
Text Example
White with #112954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112954; }
p { color: rgb(17,41,84); }
H1.HeaderClassName
{
color: #112954;
}
.AnyTagClassName
{
color: #112954;
}
</style>
background-color css
<style>
a { background-color: #112954; }
a { background-color: rgb(17,41,84); }
div.DivClassName
{
background-color: #112954;
}
.BgClassName
{
background-color: #112954;
}
</style>
border-color css
<style>
span { border-color: #112954; }
span { border-color: rgb(17,41,84); }
td.TdClassName
{
border-color: #112954;
}
.TagClassName
{
border-color: #112954;
}
</style>