Shades of Sapphire #112654
Tints of Sapphire #112654
RGB
CMYK
RGB Variations
Color information
#112654 (or 0x112654) is known color: Sapphire. HEX triplet: 11, 26 and 54. RGB value is (17,38,84). Sum of RGB (Red+Green+Blue) = 17+38+84=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 84 (33.20% from 255 or 60.43% from 139); Max value from RGB is 84 - color contains mainly: blue. Hex color #112654 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112654 is #EED9AB. Grayscale: #242424. Windows color (decimal): -15653292 or 5514769. OLE color: 5514769.
HSL color Cylindrical-coordinate representation of color #112654: hue angle of 221.19º 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 #112654 is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 38 | 84 | - |
| CMYK | 0.80 | 0.55 | 0 | 0.67 |
| HSL | 221.19º | 0.66% | 0.2% | - |
| HSV(B) | 221.19º | 0.8% | 0.33% | - |
| XYZ | 2.52 | 2.15 | 8.67 | - |
| YUV | 36.97 | 154.54 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 38 | 84 | 0.80 | 0.55 | 0 | 0.67 | 221.19 | 0.66 | 0.2 |
| Hex | 11 | 26 | 54 | 50 | 37 | 0 | 43 | DD | 42 | 14 |
| Octal | 21 | 46 | 124 | 120 | 67 | 0 | 103 | 335 | 102 | 24 |
| Binary | 10001 | 100110 | 1010100 | 1010000 | 110111 | 0 | 1000011 | 11011101 | 1000010 | 10100 |
Color Harmonies of #112654
Complementary color
Monochromatic Colors of #112654
Black with #112654
Text Example
Text Example
White with #112654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112654; }
p { color: rgb(17,38,84); }
H1.HeaderClassName
{
color: #112654;
}
.AnyTagClassName
{
color: #112654;
}
</style>
background-color css
<style>
a { background-color: #112654; }
a { background-color: rgb(17,38,84); }
div.DivClassName
{
background-color: #112654;
}
.BgClassName
{
background-color: #112654;
}
</style>
border-color css
<style>
span { border-color: #112654; }
span { border-color: rgb(17,38,84); }
td.TdClassName
{
border-color: #112654;
}
.TagClassName
{
border-color: #112654;
}
</style>