Shades of Sapphire #112665
Tints of Sapphire #112665
RGB
CMYK
RGB Variations
Color information
#112665 (or 0x112665) is known color: Sapphire. HEX triplet: 11, 26 and 65. RGB value is (17,38,101). Sum of RGB (Red+Green+Blue) = 17+38+101=156 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.90% from 156); Green value is 38 (15.23% from 255 or 24.36% from 156); Blue value is 101 (39.84% from 255 or 64.74% from 156); Max value from RGB is 101 - color contains mainly: blue. Hex color #112665 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112665 is #EED99A. Grayscale: #262626. Windows color (decimal): -15653275 or 6628881. OLE color: 6628881.
HSL color Cylindrical-coordinate representation of color #112665: hue angle of 225º 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 #112665 is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 17 | 38 | 101 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.60 |
| HSL | 225º | 0.71% | 0.23% | - |
| HSV(B) | 225º | 0.83% | 0.4% | - |
| XYZ | 3.27 | 2.44 | 12.61 | - |
| YUV | 38.9 | 163.04 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 38 | 101 | 0.83 | 0.62 | 0 | 0.60 | 225 | 0.71 | 0.23 |
| Hex | 11 | 26 | 65 | 53 | 3E | 0 | 3C | E1 | 47 | 17 |
| Octal | 21 | 46 | 145 | 123 | 76 | 0 | 74 | 341 | 107 | 27 |
| Binary | 10001 | 100110 | 1100101 | 1010011 | 111110 | 0 | 111100 | 11100001 | 1000111 | 10111 |
Color Harmonies of #112665
Complementary color
Monochromatic Colors of #112665
Black with #112665
Text Example
Text Example
White with #112665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112665; }
p { color: rgb(17,38,101); }
H1.HeaderClassName
{
color: #112665;
}
.AnyTagClassName
{
color: #112665;
}
</style>
background-color css
<style>
a { background-color: #112665; }
a { background-color: rgb(17,38,101); }
div.DivClassName
{
background-color: #112665;
}
.BgClassName
{
background-color: #112665;
}
</style>
border-color css
<style>
span { border-color: #112665; }
span { border-color: rgb(17,38,101); }
td.TdClassName
{
border-color: #112665;
}
.TagClassName
{
border-color: #112665;
}
</style>