Shades of Sapphire #111D5D
Tints of Sapphire #111D5D
RGB
CMYK
RGB Variations
Color information
#111D5D (or 0x111D5D) is known color: Sapphire. HEX triplet: 11, 1D and 5D. RGB value is (17,29,93). Sum of RGB (Red+Green+Blue) = 17+29+93=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 29 (11.72% from 255 or 20.86% from 139); Blue value is 93 (36.72% from 255 or 66.91% from 139); Max value from RGB is 93 - color contains mainly: blue. Hex color #111D5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111D5D is #EEE2A2. Grayscale: #202020. Windows color (decimal): -15655587 or 6102289. OLE color: 6102289.
HSL color Cylindrical-coordinate representation of color #111D5D: hue angle of 230.53º 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 #111D5D is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 29 | 93 | - |
| CMYK | 0.82 | 0.69 | 0 | 0.64 |
| HSL | 230.53º | 0.69% | 0.22% | - |
| HSV(B) | 230.53º | 0.82% | 0.36% | - |
| XYZ | 2.65 | 1.79 | 10.56 | - |
| YUV | 32.71 | 162.02 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 93 | 0.82 | 0.69 | 0 | 0.64 | 230.53 | 0.69 | 0.22 |
| Hex | 11 | 1D | 5D | 52 | 45 | 0 | 40 | E7 | 45 | 16 |
| Octal | 21 | 35 | 135 | 122 | 105 | 0 | 100 | 347 | 105 | 26 |
| Binary | 10001 | 11101 | 1011101 | 1010010 | 1000101 | 0 | 1000000 | 11100111 | 1000101 | 10110 |
Color Harmonies of #111D5D
Complementary color
Monochromatic Colors of #111D5D
Black with #111D5D
Text Example
Text Example
White with #111D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111D5D; }
p { color: rgb(17,29,93); }
H1.HeaderClassName
{
color: #111D5D;
}
.AnyTagClassName
{
color: #111D5D;
}
</style>
background-color css
<style>
a { background-color: #111D5D; }
a { background-color: rgb(17,29,93); }
div.DivClassName
{
background-color: #111D5D;
}
.BgClassName
{
background-color: #111D5D;
}
</style>
border-color css
<style>
span { border-color: #111D5D; }
span { border-color: rgb(17,29,93); }
td.TdClassName
{
border-color: #111D5D;
}
.TagClassName
{
border-color: #111D5D;
}
</style>