Shades of Sapphire #111B58
Tints of Sapphire #111B58
RGB
CMYK
RGB Variations
Color information
#111B58 (or 0x111B58) is known color: Sapphire. HEX triplet: 11, 1B and 58. RGB value is (17,27,88). Sum of RGB (Red+Green+Blue) = 17+27+88=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 27 (10.94% from 255 or 20.45% from 132); Blue value is 88 (34.77% from 255 or 66.67% from 132); Max value from RGB is 88 - color contains mainly: blue. Hex color #111B58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111B58 is #EEE4A7. Grayscale: #1E1E1E. Windows color (decimal): -15656104 or 5774097. OLE color: 5774097.
HSL color Cylindrical-coordinate representation of color #111B58: hue angle of 231.55º 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 #111B58 is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 27 | 88 | - |
| CMYK | 0.81 | 0.69 | 0 | 0.65 |
| HSL | 231.55º | 0.68% | 0.21% | - |
| HSV(B) | 231.55º | 0.81% | 0.35% | - |
| XYZ | 2.38 | 1.61 | 9.42 | - |
| YUV | 30.96 | 160.19 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 88 | 0.81 | 0.69 | 0 | 0.65 | 231.55 | 0.68 | 0.21 |
| Hex | 11 | 1B | 58 | 51 | 45 | 0 | 41 | E8 | 44 | 15 |
| Octal | 21 | 33 | 130 | 121 | 105 | 0 | 101 | 350 | 104 | 25 |
| Binary | 10001 | 11011 | 1011000 | 1010001 | 1000101 | 0 | 1000001 | 11101000 | 1000100 | 10101 |
Color Harmonies of #111B58
Complementary color
Monochromatic Colors of #111B58
Black with #111B58
Text Example
Text Example
White with #111B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111B58; }
p { color: rgb(17,27,88); }
H1.HeaderClassName
{
color: #111B58;
}
.AnyTagClassName
{
color: #111B58;
}
</style>
background-color css
<style>
a { background-color: #111B58; }
a { background-color: rgb(17,27,88); }
div.DivClassName
{
background-color: #111B58;
}
.BgClassName
{
background-color: #111B58;
}
</style>
border-color css
<style>
span { border-color: #111B58; }
span { border-color: rgb(17,27,88); }
td.TdClassName
{
border-color: #111B58;
}
.TagClassName
{
border-color: #111B58;
}
</style>