Shades of Sapphire #111C57
Tints of Sapphire #111C57
RGB
CMYK
RGB Variations
Color information
#111C57 (or 0x111C57) is known color: Sapphire. HEX triplet: 11, 1C and 57. RGB value is (17,28,87). Sum of RGB (Red+Green+Blue) = 17+28+87=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 28 (11.33% from 255 or 21.21% from 132); Blue value is 87 (34.38% from 255 or 65.91% from 132); Max value from RGB is 87 - color contains mainly: blue. Hex color #111C57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111C57 is #EEE3A8. Grayscale: #1F1F1F. Windows color (decimal): -15655849 or 5708817. OLE color: 5708817.
HSL color Cylindrical-coordinate representation of color #111C57: hue angle of 230.57º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #111C57 is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 28 | 87 | - |
| CMYK | 0.80 | 0.68 | 0 | 0.66 |
| HSL | 230.57º | 0.67% | 0.2% | - |
| HSV(B) | 230.57º | 0.8% | 0.34% | - |
| XYZ | 2.37 | 1.64 | 9.21 | - |
| YUV | 31.44 | 159.36 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 87 | 0.80 | 0.68 | 0 | 0.66 | 230.57 | 0.67 | 0.2 |
| Hex | 11 | 1C | 57 | 50 | 44 | 0 | 42 | E7 | 43 | 14 |
| Octal | 21 | 34 | 127 | 120 | 104 | 0 | 102 | 347 | 103 | 24 |
| Binary | 10001 | 11100 | 1010111 | 1010000 | 1000100 | 0 | 1000010 | 11100111 | 1000011 | 10100 |
Color Harmonies of #111C57
Complementary color
Monochromatic Colors of #111C57
Black with #111C57
Text Example
Text Example
White with #111C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111C57; }
p { color: rgb(17,28,87); }
H1.HeaderClassName
{
color: #111C57;
}
.AnyTagClassName
{
color: #111C57;
}
</style>
background-color css
<style>
a { background-color: #111C57; }
a { background-color: rgb(17,28,87); }
div.DivClassName
{
background-color: #111C57;
}
.BgClassName
{
background-color: #111C57;
}
</style>
border-color css
<style>
span { border-color: #111C57; }
span { border-color: rgb(17,28,87); }
td.TdClassName
{
border-color: #111C57;
}
.TagClassName
{
border-color: #111C57;
}
</style>