Shades of Sapphire #112165
Tints of Sapphire #112165
RGB
CMYK
RGB Variations
Color information
#112165 (or 0x112165) is known color: Sapphire. HEX triplet: 11, 21 and 65. RGB value is (17,33,101). Sum of RGB (Red+Green+Blue) = 17+33+101=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 101 (39.84% from 255 or 66.89% from 151); Max value from RGB is 101 - color contains mainly: blue. Hex color #112165 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112165 is #EEDE9A. Grayscale: #232323. Windows color (decimal): -15654555 or 6627601. OLE color: 6627601.
HSL color Cylindrical-coordinate representation of color #112165: hue angle of 228.57º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #112165 is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 17 | 33 | 101 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.60 |
| HSL | 228.57º | 0.71% | 0.23% | - |
| HSV(B) | 228.57º | 0.83% | 0.4% | - |
| XYZ | 3.12 | 2.15 | 12.56 | - |
| YUV | 35.97 | 164.7 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 33 | 101 | 0.83 | 0.67 | 0 | 0.60 | 228.57 | 0.71 | 0.23 |
| Hex | 11 | 21 | 65 | 53 | 43 | 0 | 3C | E5 | 47 | 17 |
| Octal | 21 | 41 | 145 | 123 | 103 | 0 | 74 | 345 | 107 | 27 |
| Binary | 10001 | 100001 | 1100101 | 1010011 | 1000011 | 0 | 111100 | 11100101 | 1000111 | 10111 |
Color Harmonies of #112165
Complementary color
Monochromatic Colors of #112165
Black with #112165
Text Example
Text Example
White with #112165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112165; }
p { color: rgb(17,33,101); }
H1.HeaderClassName
{
color: #112165;
}
.AnyTagClassName
{
color: #112165;
}
</style>
background-color css
<style>
a { background-color: #112165; }
a { background-color: rgb(17,33,101); }
div.DivClassName
{
background-color: #112165;
}
.BgClassName
{
background-color: #112165;
}
</style>
border-color css
<style>
span { border-color: #112165; }
span { border-color: rgb(17,33,101); }
td.TdClassName
{
border-color: #112165;
}
.TagClassName
{
border-color: #112165;
}
</style>