Shades of Midnight Express #111F4A
Tints of Midnight Express #111F4A
RGB
CMYK
RGB Variations
Color information
#111F4A (or 0x111F4A) is known color: Midnight Express. HEX triplet: 11, 1F and 4A. RGB value is (17,31,74). Sum of RGB (Red+Green+Blue) = 17+31+74=122 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.93% from 122); Green value is 31 (12.5% from 255 or 25.41% from 122); Blue value is 74 (29.30% from 255 or 60.66% from 122); Max value from RGB is 74 - color contains mainly: blue. Hex color #111F4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111F4A is #EEE0B5. Grayscale: #1F1F1F. Windows color (decimal): -15655094 or 4857617. OLE color: 4857617.
HSL color Cylindrical-coordinate representation of color #111F4A: hue angle of 225.26º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #111F4A is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 31 | 74 | - |
| CMYK | 0.77 | 0.58 | 0 | 0.71 |
| HSL | 225.26º | 0.63% | 0.18% | - |
| HSV(B) | 225.26º | 0.77% | 0.29% | - |
| XYZ | 1.96 | 1.59 | 6.68 | - |
| YUV | 31.72 | 151.86 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 31 | 74 | 0.77 | 0.58 | 0 | 0.71 | 225.26 | 0.63 | 0.18 |
| Hex | 11 | 1F | 4A | 4D | 3A | 0 | 47 | E1 | 3F | 12 |
| Octal | 21 | 37 | 112 | 115 | 72 | 0 | 107 | 341 | 77 | 22 |
| Binary | 10001 | 11111 | 1001010 | 1001101 | 111010 | 0 | 1000111 | 11100001 | 111111 | 10010 |
Color Harmonies of #111F4A
Complementary color
Monochromatic Colors of #111F4A
Black with #111F4A
Text Example
Text Example
White with #111F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111F4A; }
p { color: rgb(17,31,74); }
H1.HeaderClassName
{
color: #111F4A;
}
.AnyTagClassName
{
color: #111F4A;
}
</style>
background-color css
<style>
a { background-color: #111F4A; }
a { background-color: rgb(17,31,74); }
div.DivClassName
{
background-color: #111F4A;
}
.BgClassName
{
background-color: #111F4A;
}
</style>
border-color css
<style>
span { border-color: #111F4A; }
span { border-color: rgb(17,31,74); }
td.TdClassName
{
border-color: #111F4A;
}
.TagClassName
{
border-color: #111F4A;
}
</style>