Shades of Sapphire #112258
Tints of Sapphire #112258
RGB
CMYK
RGB Variations
Color information
#112258 (or 0x112258) is known color: Sapphire. HEX triplet: 11, 22 and 58. RGB value is (17,34,88). Sum of RGB (Red+Green+Blue) = 17+34+88=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 88 (34.77% from 255 or 63.31% from 139); Max value from RGB is 88 - color contains mainly: blue. Hex color #112258 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112258 is #EEDDA7. Grayscale: #222222. Windows color (decimal): -15654312 or 5775889. OLE color: 5775889.
HSL color Cylindrical-coordinate representation of color #112258: hue angle of 225.63º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #112258 is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 34 | 88 | - |
| CMYK | 0.81 | 0.61 | 0 | 0.65 |
| HSL | 225.63º | 0.68% | 0.21% | - |
| HSV(B) | 225.63º | 0.81% | 0.35% | - |
| XYZ | 2.56 | 1.97 | 9.48 | - |
| YUV | 35.07 | 157.87 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 34 | 88 | 0.81 | 0.61 | 0 | 0.65 | 225.63 | 0.68 | 0.21 |
| Hex | 11 | 22 | 58 | 51 | 3D | 0 | 41 | E2 | 44 | 15 |
| Octal | 21 | 42 | 130 | 121 | 75 | 0 | 101 | 342 | 104 | 25 |
| Binary | 10001 | 100010 | 1011000 | 1010001 | 111101 | 0 | 1000001 | 11100010 | 1000100 | 10101 |
Color Harmonies of #112258
Complementary color
Monochromatic Colors of #112258
Black with #112258
Text Example
Text Example
White with #112258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112258; }
p { color: rgb(17,34,88); }
H1.HeaderClassName
{
color: #112258;
}
.AnyTagClassName
{
color: #112258;
}
</style>
background-color css
<style>
a { background-color: #112258; }
a { background-color: rgb(17,34,88); }
div.DivClassName
{
background-color: #112258;
}
.BgClassName
{
background-color: #112258;
}
</style>
border-color css
<style>
span { border-color: #112258; }
span { border-color: rgb(17,34,88); }
td.TdClassName
{
border-color: #112258;
}
.TagClassName
{
border-color: #112258;
}
</style>