Shades of Sapphire #111B5D
Tints of Sapphire #111B5D
RGB
CMYK
RGB Variations
Color information
#111B5D (or 0x111B5D) is known color: Sapphire. HEX triplet: 11, 1B and 5D. RGB value is (17,27,93). Sum of RGB (Red+Green+Blue) = 17+27+93=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 27 (10.94% from 255 or 19.71% from 137); Blue value is 93 (36.72% from 255 or 67.88% from 137); Max value from RGB is 93 - color contains mainly: blue. Hex color #111B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111B5D is #EEE4A2. Grayscale: #1F1F1F. Windows color (decimal): -15656099 or 6101777. OLE color: 6101777.
HSL color Cylindrical-coordinate representation of color #111B5D: hue angle of 232.11º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #111B5D is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 27 | 93 | - |
| CMYK | 0.82 | 0.71 | 0 | 0.64 |
| HSL | 232.11º | 0.69% | 0.22% | - |
| HSV(B) | 232.11º | 0.82% | 0.36% | - |
| XYZ | 2.6 | 1.69 | 10.55 | - |
| YUV | 31.53 | 162.69 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 93 | 0.82 | 0.71 | 0 | 0.64 | 232.11 | 0.69 | 0.22 |
| Hex | 11 | 1B | 5D | 52 | 47 | 0 | 40 | E8 | 45 | 16 |
| Octal | 21 | 33 | 135 | 122 | 107 | 0 | 100 | 350 | 105 | 26 |
| Binary | 10001 | 11011 | 1011101 | 1010010 | 1000111 | 0 | 1000000 | 11101000 | 1000101 | 10110 |
Color Harmonies of #111B5D
Complementary color
Monochromatic Colors of #111B5D
Black with #111B5D
Text Example
Text Example
White with #111B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111B5D; }
p { color: rgb(17,27,93); }
H1.HeaderClassName
{
color: #111B5D;
}
.AnyTagClassName
{
color: #111B5D;
}
</style>
background-color css
<style>
a { background-color: #111B5D; }
a { background-color: rgb(17,27,93); }
div.DivClassName
{
background-color: #111B5D;
}
.BgClassName
{
background-color: #111B5D;
}
</style>
border-color css
<style>
span { border-color: #111B5D; }
span { border-color: rgb(17,27,93); }
td.TdClassName
{
border-color: #111B5D;
}
.TagClassName
{
border-color: #111B5D;
}
</style>