Shades of Sapphire #111E65
Tints of Sapphire #111E65
RGB
CMYK
RGB Variations
Color information
#111E65 (or 0x111E65) is known color: Sapphire. HEX triplet: 11, 1E and 65. RGB value is (17,30,101). Sum of RGB (Red+Green+Blue) = 17+30+101=148 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.49% from 148); Green value is 30 (12.11% from 255 or 20.27% from 148); Blue value is 101 (39.84% from 255 or 68.24% from 148); Max value from RGB is 101 - color contains mainly: blue. Hex color #111E65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111E65 is #EEE19A. Grayscale: #212121. Windows color (decimal): -15655323 or 6626833. OLE color: 6626833.
HSL color Cylindrical-coordinate representation of color #111E65: hue angle of 230.71º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #111E65 is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 17 | 30 | 101 | - |
| CMYK | 0.83 | 0.70 | 0 | 0.60 |
| HSL | 230.71º | 0.71% | 0.23% | - |
| HSV(B) | 230.71º | 0.83% | 0.4% | - |
| XYZ | 3.04 | 1.99 | 12.54 | - |
| YUV | 34.21 | 165.69 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 30 | 101 | 0.83 | 0.70 | 0 | 0.60 | 230.71 | 0.71 | 0.23 |
| Hex | 11 | 1E | 65 | 53 | 46 | 0 | 3C | E7 | 47 | 17 |
| Octal | 21 | 36 | 145 | 123 | 106 | 0 | 74 | 347 | 107 | 27 |
| Binary | 10001 | 11110 | 1100101 | 1010011 | 1000110 | 0 | 111100 | 11100111 | 1000111 | 10111 |
Color Harmonies of #111E65
Complementary color
Monochromatic Colors of #111E65
Black with #111E65
Text Example
Text Example
White with #111E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111E65; }
p { color: rgb(17,30,101); }
H1.HeaderClassName
{
color: #111E65;
}
.AnyTagClassName
{
color: #111E65;
}
</style>
background-color css
<style>
a { background-color: #111E65; }
a { background-color: rgb(17,30,101); }
div.DivClassName
{
background-color: #111E65;
}
.BgClassName
{
background-color: #111E65;
}
</style>
border-color css
<style>
span { border-color: #111E65; }
span { border-color: rgb(17,30,101); }
td.TdClassName
{
border-color: #111E65;
}
.TagClassName
{
border-color: #111E65;
}
</style>