Shades of Sapphire #111E54
Tints of Sapphire #111E54
RGB
CMYK
RGB Variations
Color information
#111E54 (or 0x111E54) is known color: Sapphire. HEX triplet: 11, 1E and 54. RGB value is (17,30,84). Sum of RGB (Red+Green+Blue) = 17+30+84=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 30 (12.11% from 255 or 22.90% from 131); Blue value is 84 (33.20% from 255 or 64.12% from 131); Max value from RGB is 84 - color contains mainly: blue. Hex color #111E54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111E54 is #EEE1AB. Grayscale: #202020. Windows color (decimal): -15655340 or 5512721. OLE color: 5512721.
HSL color Cylindrical-coordinate representation of color #111E54: hue angle of 228.36º 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 #111E54 is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 30 | 84 | - |
| CMYK | 0.80 | 0.64 | 0 | 0.67 |
| HSL | 228.36º | 0.66% | 0.2% | - |
| HSV(B) | 228.36º | 0.8% | 0.33% | - |
| XYZ | 2.3 | 1.69 | 8.59 | - |
| YUV | 32.27 | 157.19 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 30 | 84 | 0.80 | 0.64 | 0 | 0.67 | 228.36 | 0.66 | 0.2 |
| Hex | 11 | 1E | 54 | 50 | 40 | 0 | 43 | E4 | 42 | 14 |
| Octal | 21 | 36 | 124 | 120 | 100 | 0 | 103 | 344 | 102 | 24 |
| Binary | 10001 | 11110 | 1010100 | 1010000 | 1000000 | 0 | 1000011 | 11100100 | 1000010 | 10100 |
Color Harmonies of #111E54
Complementary color
Monochromatic Colors of #111E54
Black with #111E54
Text Example
Text Example
White with #111E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111E54; }
p { color: rgb(17,30,84); }
H1.HeaderClassName
{
color: #111E54;
}
.AnyTagClassName
{
color: #111E54;
}
</style>
background-color css
<style>
a { background-color: #111E54; }
a { background-color: rgb(17,30,84); }
div.DivClassName
{
background-color: #111E54;
}
.BgClassName
{
background-color: #111E54;
}
</style>
border-color css
<style>
span { border-color: #111E54; }
span { border-color: rgb(17,30,84); }
td.TdClassName
{
border-color: #111E54;
}
.TagClassName
{
border-color: #111E54;
}
</style>