Shades of Sapphire #111C54
Tints of Sapphire #111C54
RGB
CMYK
RGB Variations
Color information
#111C54 (or 0x111C54) is known color: Sapphire. HEX triplet: 11, 1C and 54. RGB value is (17,28,84). Sum of RGB (Red+Green+Blue) = 17+28+84=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 28 (11.33% from 255 or 21.71% from 129); Blue value is 84 (33.20% from 255 or 65.12% from 129); Max value from RGB is 84 - color contains mainly: blue. Hex color #111C54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111C54 is #EEE3AB. Grayscale: #1E1E1E. Windows color (decimal): -15655852 or 5512209. OLE color: 5512209.
HSL color Cylindrical-coordinate representation of color #111C54: hue angle of 230.15º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #111C54 is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 28 | 84 | - |
| CMYK | 0.80 | 0.67 | 0 | 0.67 |
| HSL | 230.15º | 0.66% | 0.2% | - |
| HSV(B) | 230.15º | 0.8% | 0.33% | - |
| XYZ | 2.25 | 1.59 | 8.58 | - |
| YUV | 31.1 | 157.86 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 84 | 0.80 | 0.67 | 0 | 0.67 | 230.15 | 0.66 | 0.2 |
| Hex | 11 | 1C | 54 | 50 | 43 | 0 | 43 | E6 | 42 | 14 |
| Octal | 21 | 34 | 124 | 120 | 103 | 0 | 103 | 346 | 102 | 24 |
| Binary | 10001 | 11100 | 1010100 | 1010000 | 1000011 | 0 | 1000011 | 11100110 | 1000010 | 10100 |
Color Harmonies of #111C54
Complementary color
Monochromatic Colors of #111C54
Black with #111C54
Text Example
Text Example
White with #111C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111C54; }
p { color: rgb(17,28,84); }
H1.HeaderClassName
{
color: #111C54;
}
.AnyTagClassName
{
color: #111C54;
}
</style>
background-color css
<style>
a { background-color: #111C54; }
a { background-color: rgb(17,28,84); }
div.DivClassName
{
background-color: #111C54;
}
.BgClassName
{
background-color: #111C54;
}
</style>
border-color css
<style>
span { border-color: #111C54; }
span { border-color: rgb(17,28,84); }
td.TdClassName
{
border-color: #111C54;
}
.TagClassName
{
border-color: #111C54;
}
</style>