Shades of Sapphire #111B50
Tints of Sapphire #111B50
RGB
CMYK
RGB Variations
Color information
#111B50 (or 0x111B50) is known color: Sapphire. HEX triplet: 11, 1B and 50. RGB value is (17,27,80). Sum of RGB (Red+Green+Blue) = 17+27+80=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 27 (10.94% from 255 or 21.77% from 124); Blue value is 80 (31.64% from 255 or 64.52% from 124); Max value from RGB is 80 - color contains mainly: blue. Hex color #111B50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111B50 is #EEE4AF. Grayscale: #1D1D1D. Windows color (decimal): -15656112 or 5249809. OLE color: 5249809.
HSL color Cylindrical-coordinate representation of color #111B50: hue angle of 230.48º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #111B50 is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 27 | 80 | - |
| CMYK | 0.79 | 0.66 | 0 | 0.69 |
| HSL | 230.48º | 0.65% | 0.19% | - |
| HSV(B) | 230.48º | 0.79% | 0.31% | - |
| XYZ | 2.07 | 1.48 | 7.77 | - |
| YUV | 30.05 | 156.19 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 80 | 0.79 | 0.66 | 0 | 0.69 | 230.48 | 0.65 | 0.19 |
| Hex | 11 | 1B | 50 | 4F | 42 | 0 | 45 | E6 | 41 | 13 |
| Octal | 21 | 33 | 120 | 117 | 102 | 0 | 105 | 346 | 101 | 23 |
| Binary | 10001 | 11011 | 1010000 | 1001111 | 1000010 | 0 | 1000101 | 11100110 | 1000001 | 10011 |
Color Harmonies of #111B50
Complementary color
Monochromatic Colors of #111B50
Black with #111B50
Text Example
Text Example
White with #111B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111B50; }
p { color: rgb(17,27,80); }
H1.HeaderClassName
{
color: #111B50;
}
.AnyTagClassName
{
color: #111B50;
}
</style>
background-color css
<style>
a { background-color: #111B50; }
a { background-color: rgb(17,27,80); }
div.DivClassName
{
background-color: #111B50;
}
.BgClassName
{
background-color: #111B50;
}
</style>
border-color css
<style>
span { border-color: #111B50; }
span { border-color: rgb(17,27,80); }
td.TdClassName
{
border-color: #111B50;
}
.TagClassName
{
border-color: #111B50;
}
</style>