Shades of Sapphire #111C60
Tints of Sapphire #111C60
RGB
CMYK
RGB Variations
Color information
#111C60 (or 0x111C60) is known color: Sapphire. HEX triplet: 11, 1C and 60. RGB value is (17,28,96). Sum of RGB (Red+Green+Blue) = 17+28+96=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 28 (11.33% from 255 or 19.86% from 141); Blue value is 96 (37.89% from 255 or 68.09% from 141); Max value from RGB is 96 - color contains mainly: blue. Hex color #111C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111C60 is #EEE39F. Grayscale: #202020. Windows color (decimal): -15655840 or 6298641. OLE color: 6298641.
HSL color Cylindrical-coordinate representation of color #111C60: hue angle of 231.65º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #111C60 is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 28 | 96 | - |
| CMYK | 0.82 | 0.71 | 0 | 0.62 |
| HSL | 231.65º | 0.7% | 0.22% | - |
| HSV(B) | 231.65º | 0.82% | 0.38% | - |
| XYZ | 2.76 | 1.79 | 11.27 | - |
| YUV | 32.46 | 163.86 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 96 | 0.82 | 0.71 | 0 | 0.62 | 231.65 | 0.7 | 0.22 |
| Hex | 11 | 1C | 60 | 52 | 47 | 0 | 3E | E8 | 46 | 16 |
| Octal | 21 | 34 | 140 | 122 | 107 | 0 | 76 | 350 | 106 | 26 |
| Binary | 10001 | 11100 | 1100000 | 1010010 | 1000111 | 0 | 111110 | 11101000 | 1000110 | 10110 |
Color Harmonies of #111C60
Complementary color
Monochromatic Colors of #111C60
Black with #111C60
Text Example
Text Example
White with #111C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111C60; }
p { color: rgb(17,28,96); }
H1.HeaderClassName
{
color: #111C60;
}
.AnyTagClassName
{
color: #111C60;
}
</style>
background-color css
<style>
a { background-color: #111C60; }
a { background-color: rgb(17,28,96); }
div.DivClassName
{
background-color: #111C60;
}
.BgClassName
{
background-color: #111C60;
}
</style>
border-color css
<style>
span { border-color: #111C60; }
span { border-color: rgb(17,28,96); }
td.TdClassName
{
border-color: #111C60;
}
.TagClassName
{
border-color: #111C60;
}
</style>