Shades of Sapphire #111D5E
Tints of Sapphire #111D5E
RGB
CMYK
RGB Variations
Color information
#111D5E (or 0x111D5E) is known color: Sapphire. HEX triplet: 11, 1D and 5E. RGB value is (17,29,94). Sum of RGB (Red+Green+Blue) = 17+29+94=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 29 (11.72% from 255 or 20.71% from 140); Blue value is 94 (37.11% from 255 or 67.14% from 140); Max value from RGB is 94 - color contains mainly: blue. Hex color #111D5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111D5E is #EEE2A1. Grayscale: #202020. Windows color (decimal): -15655586 or 6167825. OLE color: 6167825.
HSL color Cylindrical-coordinate representation of color #111D5E: hue angle of 230.65º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #111D5E is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 29 | 94 | - |
| CMYK | 0.82 | 0.69 | 0 | 0.63 |
| HSL | 230.65º | 0.69% | 0.22% | - |
| HSV(B) | 230.65º | 0.82% | 0.37% | - |
| XYZ | 2.69 | 1.81 | 10.8 | - |
| YUV | 32.82 | 162.52 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 94 | 0.82 | 0.69 | 0 | 0.63 | 230.65 | 0.69 | 0.22 |
| Hex | 11 | 1D | 5E | 52 | 45 | 0 | 3F | E7 | 45 | 16 |
| Octal | 21 | 35 | 136 | 122 | 105 | 0 | 77 | 347 | 105 | 26 |
| Binary | 10001 | 11101 | 1011110 | 1010010 | 1000101 | 0 | 111111 | 11100111 | 1000101 | 10110 |
Color Harmonies of #111D5E
Complementary color
Monochromatic Colors of #111D5E
Black with #111D5E
Text Example
Text Example
White with #111D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111D5E; }
p { color: rgb(17,29,94); }
H1.HeaderClassName
{
color: #111D5E;
}
.AnyTagClassName
{
color: #111D5E;
}
</style>
background-color css
<style>
a { background-color: #111D5E; }
a { background-color: rgb(17,29,94); }
div.DivClassName
{
background-color: #111D5E;
}
.BgClassName
{
background-color: #111D5E;
}
</style>
border-color css
<style>
span { border-color: #111D5E; }
span { border-color: rgb(17,29,94); }
td.TdClassName
{
border-color: #111D5E;
}
.TagClassName
{
border-color: #111D5E;
}
</style>