Shades of Sapphire #111B5B
Tints of Sapphire #111B5B
RGB
CMYK
RGB Variations
Color information
#111B5B (or 0x111B5B) is known color: Sapphire. HEX triplet: 11, 1B and 5B. RGB value is (17,27,91). Sum of RGB (Red+Green+Blue) = 17+27+91=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 27 (10.94% from 255 or 20% from 135); Blue value is 91 (35.94% from 255 or 67.41% from 135); Max value from RGB is 91 - color contains mainly: blue. Hex color #111B5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111B5B is #EEE4A4. Grayscale: #1F1F1F. Windows color (decimal): -15656101 or 5970705. OLE color: 5970705.
HSL color Cylindrical-coordinate representation of color #111B5B: hue angle of 231.89º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #111B5B is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 27 | 91 | - |
| CMYK | 0.81 | 0.70 | 0 | 0.64 |
| HSL | 231.89º | 0.69% | 0.21% | - |
| HSV(B) | 231.89º | 0.81% | 0.36% | - |
| XYZ | 2.51 | 1.66 | 10.09 | - |
| YUV | 31.31 | 161.69 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 91 | 0.81 | 0.70 | 0 | 0.64 | 231.89 | 0.69 | 0.21 |
| Hex | 11 | 1B | 5B | 51 | 46 | 0 | 40 | E8 | 45 | 15 |
| Octal | 21 | 33 | 133 | 121 | 106 | 0 | 100 | 350 | 105 | 25 |
| Binary | 10001 | 11011 | 1011011 | 1010001 | 1000110 | 0 | 1000000 | 11101000 | 1000101 | 10101 |
Color Harmonies of #111B5B
Complementary color
Monochromatic Colors of #111B5B
Black with #111B5B
Text Example
Text Example
White with #111B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111B5B; }
p { color: rgb(17,27,91); }
H1.HeaderClassName
{
color: #111B5B;
}
.AnyTagClassName
{
color: #111B5B;
}
</style>
background-color css
<style>
a { background-color: #111B5B; }
a { background-color: rgb(17,27,91); }
div.DivClassName
{
background-color: #111B5B;
}
.BgClassName
{
background-color: #111B5B;
}
</style>
border-color css
<style>
span { border-color: #111B5B; }
span { border-color: rgb(17,27,91); }
td.TdClassName
{
border-color: #111B5B;
}
.TagClassName
{
border-color: #111B5B;
}
</style>