Shades of Sapphire #111C5E
Tints of Sapphire #111C5E
RGB
CMYK
RGB Variations
Color information
#111C5E (or 0x111C5E) is known color: Sapphire. HEX triplet: 11, 1C and 5E. RGB value is (17,28,94). Sum of RGB (Red+Green+Blue) = 17+28+94=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 28 (11.33% from 255 or 20.14% from 139); Blue value is 94 (37.11% from 255 or 67.63% from 139); Max value from RGB is 94 - color contains mainly: blue. Hex color #111C5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111C5E is #EEE3A1. Grayscale: #1F1F1F. Windows color (decimal): -15655842 or 6167569. OLE color: 6167569.
HSL color Cylindrical-coordinate representation of color #111C5E: hue angle of 231.43º 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 #111C5E is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 28 | 94 | - |
| CMYK | 0.82 | 0.70 | 0 | 0.63 |
| HSL | 231.43º | 0.69% | 0.22% | - |
| HSV(B) | 231.43º | 0.82% | 0.37% | - |
| XYZ | 2.67 | 1.76 | 10.79 | - |
| YUV | 32.24 | 162.86 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 94 | 0.82 | 0.70 | 0 | 0.63 | 231.43 | 0.69 | 0.22 |
| Hex | 11 | 1C | 5E | 52 | 46 | 0 | 3F | E7 | 45 | 16 |
| Octal | 21 | 34 | 136 | 122 | 106 | 0 | 77 | 347 | 105 | 26 |
| Binary | 10001 | 11100 | 1011110 | 1010010 | 1000110 | 0 | 111111 | 11100111 | 1000101 | 10110 |
Color Harmonies of #111C5E
Complementary color
Monochromatic Colors of #111C5E
Black with #111C5E
Text Example
Text Example
White with #111C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111C5E; }
p { color: rgb(17,28,94); }
H1.HeaderClassName
{
color: #111C5E;
}
.AnyTagClassName
{
color: #111C5E;
}
</style>
background-color css
<style>
a { background-color: #111C5E; }
a { background-color: rgb(17,28,94); }
div.DivClassName
{
background-color: #111C5E;
}
.BgClassName
{
background-color: #111C5E;
}
</style>
border-color css
<style>
span { border-color: #111C5E; }
span { border-color: rgb(17,28,94); }
td.TdClassName
{
border-color: #111C5E;
}
.TagClassName
{
border-color: #111C5E;
}
</style>