Shades of Sapphire #112565
Tints of Sapphire #112565
RGB
CMYK
RGB Variations
Color information
#112565 (or 0x112565) is known color: Sapphire. HEX triplet: 11, 25 and 65. RGB value is (17,37,101). Sum of RGB (Red+Green+Blue) = 17+37+101=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 101 (39.84% from 255 or 65.16% from 155); Max value from RGB is 101 - color contains mainly: blue. Hex color #112565 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112565 is #EEDA9A. Grayscale: #262626. Windows color (decimal): -15653531 or 6628625. OLE color: 6628625.
HSL color Cylindrical-coordinate representation of color #112565: hue angle of 225.71º 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 #112565 is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 17 | 37 | 101 | - |
| CMYK | 0.83 | 0.63 | 0 | 0.60 |
| HSL | 225.71º | 0.71% | 0.23% | - |
| HSV(B) | 225.71º | 0.83% | 0.4% | - |
| XYZ | 3.24 | 2.38 | 12.6 | - |
| YUV | 38.32 | 163.37 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 37 | 101 | 0.83 | 0.63 | 0 | 0.60 | 225.71 | 0.71 | 0.23 |
| Hex | 11 | 25 | 65 | 53 | 3F | 0 | 3C | E2 | 47 | 17 |
| Octal | 21 | 45 | 145 | 123 | 77 | 0 | 74 | 342 | 107 | 27 |
| Binary | 10001 | 100101 | 1100101 | 1010011 | 111111 | 0 | 111100 | 11100010 | 1000111 | 10111 |
Color Harmonies of #112565
Complementary color
Monochromatic Colors of #112565
Black with #112565
Text Example
Text Example
White with #112565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112565; }
p { color: rgb(17,37,101); }
H1.HeaderClassName
{
color: #112565;
}
.AnyTagClassName
{
color: #112565;
}
</style>
background-color css
<style>
a { background-color: #112565; }
a { background-color: rgb(17,37,101); }
div.DivClassName
{
background-color: #112565;
}
.BgClassName
{
background-color: #112565;
}
</style>
border-color css
<style>
span { border-color: #112565; }
span { border-color: rgb(17,37,101); }
td.TdClassName
{
border-color: #112565;
}
.TagClassName
{
border-color: #112565;
}
</style>