Shades of Sapphire #111B59
Tints of Sapphire #111B59
RGB
CMYK
RGB Variations
Color information
#111B59 (or 0x111B59) is known color: Sapphire. HEX triplet: 11, 1B and 59. RGB value is (17,27,89). Sum of RGB (Red+Green+Blue) = 17+27+89=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 27 (10.94% from 255 or 20.30% from 133); Blue value is 89 (35.16% from 255 or 66.92% from 133); Max value from RGB is 89 - color contains mainly: blue. Hex color #111B59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111B59 is #EEE4A6. Grayscale: #1E1E1E. Windows color (decimal): -15656103 or 5839633. OLE color: 5839633.
HSL color Cylindrical-coordinate representation of color #111B59: hue angle of 231.67º 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 #111B59 is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 27 | 89 | - |
| CMYK | 0.81 | 0.70 | 0 | 0.65 |
| HSL | 231.67º | 0.68% | 0.21% | - |
| HSV(B) | 231.67º | 0.81% | 0.35% | - |
| XYZ | 2.43 | 1.62 | 9.64 | - |
| YUV | 31.08 | 160.69 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 89 | 0.81 | 0.70 | 0 | 0.65 | 231.67 | 0.68 | 0.21 |
| Hex | 11 | 1B | 59 | 51 | 46 | 0 | 41 | E8 | 44 | 15 |
| Octal | 21 | 33 | 131 | 121 | 106 | 0 | 101 | 350 | 104 | 25 |
| Binary | 10001 | 11011 | 1011001 | 1010001 | 1000110 | 0 | 1000001 | 11101000 | 1000100 | 10101 |
Color Harmonies of #111B59
Complementary color
Monochromatic Colors of #111B59
Black with #111B59
Text Example
Text Example
White with #111B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111B59; }
p { color: rgb(17,27,89); }
H1.HeaderClassName
{
color: #111B59;
}
.AnyTagClassName
{
color: #111B59;
}
</style>
background-color css
<style>
a { background-color: #111B59; }
a { background-color: rgb(17,27,89); }
div.DivClassName
{
background-color: #111B59;
}
.BgClassName
{
background-color: #111B59;
}
</style>
border-color css
<style>
span { border-color: #111B59; }
span { border-color: rgb(17,27,89); }
td.TdClassName
{
border-color: #111B59;
}
.TagClassName
{
border-color: #111B59;
}
</style>