Shades of Sapphire #111958
Tints of Sapphire #111958
RGB
CMYK
RGB Variations
Color information
#111958 (or 0x111958) is known color: Sapphire. HEX triplet: 11, 19 and 58. RGB value is (17,25,88). Sum of RGB (Red+Green+Blue) = 17+25+88=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 88 (34.77% from 255 or 67.69% from 130); Max value from RGB is 88 - color contains mainly: blue. Hex color #111958 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111958 is #EEE6A7. Grayscale: #1D1D1D. Windows color (decimal): -15656616 or 5773585. OLE color: 5773585.
HSL color Cylindrical-coordinate representation of color #111958: hue angle of 233.24º 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 #111958 is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 25 | 88 | - |
| CMYK | 0.81 | 0.72 | 0 | 0.65 |
| HSL | 233.24º | 0.68% | 0.21% | - |
| HSV(B) | 233.24º | 0.81% | 0.35% | - |
| XYZ | 2.34 | 1.52 | 9.4 | - |
| YUV | 29.79 | 160.85 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 25 | 88 | 0.81 | 0.72 | 0 | 0.65 | 233.24 | 0.68 | 0.21 |
| Hex | 11 | 19 | 58 | 51 | 48 | 0 | 41 | E9 | 44 | 15 |
| Octal | 21 | 31 | 130 | 121 | 110 | 0 | 101 | 351 | 104 | 25 |
| Binary | 10001 | 11001 | 1011000 | 1010001 | 1001000 | 0 | 1000001 | 11101001 | 1000100 | 10101 |
Color Harmonies of #111958
Complementary color
Monochromatic Colors of #111958
Black with #111958
Text Example
Text Example
White with #111958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111958; }
p { color: rgb(17,25,88); }
H1.HeaderClassName
{
color: #111958;
}
.AnyTagClassName
{
color: #111958;
}
</style>
background-color css
<style>
a { background-color: #111958; }
a { background-color: rgb(17,25,88); }
div.DivClassName
{
background-color: #111958;
}
.BgClassName
{
background-color: #111958;
}
</style>
border-color css
<style>
span { border-color: #111958; }
span { border-color: rgb(17,25,88); }
td.TdClassName
{
border-color: #111958;
}
.TagClassName
{
border-color: #111958;
}
</style>