Shades of Sapphire #111855
Tints of Sapphire #111855
RGB
CMYK
RGB Variations
Color information
#111855 (or 0x111855) is known color: Sapphire. HEX triplet: 11, 18 and 55. RGB value is (17,24,85). Sum of RGB (Red+Green+Blue) = 17+24+85=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 85 (33.59% from 255 or 67.46% from 126); Max value from RGB is 85 - color contains mainly: blue. Hex color #111855 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111855 is #EEE7AA. Grayscale: #1C1C1C. Windows color (decimal): -15656875 or 5576721. OLE color: 5576721.
HSL color Cylindrical-coordinate representation of color #111855: hue angle of 233.82º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #111855 is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 24 | 85 | - |
| CMYK | 0.80 | 0.72 | 0 | 0.67 |
| HSL | 233.82º | 0.67% | 0.2% | - |
| HSV(B) | 233.82º | 0.8% | 0.33% | - |
| XYZ | 2.2 | 1.43 | 8.75 | - |
| YUV | 28.86 | 159.68 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 24 | 85 | 0.80 | 0.72 | 0 | 0.67 | 233.82 | 0.67 | 0.2 |
| Hex | 11 | 18 | 55 | 50 | 48 | 0 | 43 | EA | 43 | 14 |
| Octal | 21 | 30 | 125 | 120 | 110 | 0 | 103 | 352 | 103 | 24 |
| Binary | 10001 | 11000 | 1010101 | 1010000 | 1001000 | 0 | 1000011 | 11101010 | 1000011 | 10100 |
Color Harmonies of #111855
Complementary color
Monochromatic Colors of #111855
Black with #111855
Text Example
Text Example
White with #111855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111855; }
p { color: rgb(17,24,85); }
H1.HeaderClassName
{
color: #111855;
}
.AnyTagClassName
{
color: #111855;
}
</style>
background-color css
<style>
a { background-color: #111855; }
a { background-color: rgb(17,24,85); }
div.DivClassName
{
background-color: #111855;
}
.BgClassName
{
background-color: #111855;
}
</style>
border-color css
<style>
span { border-color: #111855; }
span { border-color: rgb(17,24,85); }
td.TdClassName
{
border-color: #111855;
}
.TagClassName
{
border-color: #111855;
}
</style>