Shades of Midnight Express #111C3F
Tints of Midnight Express #111C3F
RGB
CMYK
RGB Variations
Color information
#111C3F (or 0x111C3F) is known color: Midnight Express. HEX triplet: 11, 1C and 3F. RGB value is (17,28,63). Sum of RGB (Red+Green+Blue) = 17+28+63=108 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.74% from 108); Green value is 28 (11.33% from 255 or 25.93% from 108); Blue value is 63 (25% from 255 or 58.33% from 108); Max value from RGB is 63 - color contains mainly: blue. Hex color #111C3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111C3F is #EEE3C0. Grayscale: #1C1C1C. Windows color (decimal): -15655873 or 4135953. OLE color: 4135953.
HSL color Cylindrical-coordinate representation of color #111C3F: hue angle of 225.65º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #111C3F is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 28 | 63 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.75 |
| HSL | 225.65º | 0.58% | 0.16% | - |
| HSV(B) | 225.65º | 0.73% | 0.25% | - |
| XYZ | 1.54 | 1.31 | 4.87 | - |
| YUV | 28.7 | 147.36 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 63 | 0.73 | 0.56 | 0 | 0.75 | 225.65 | 0.58 | 0.16 |
| Hex | 11 | 1C | 3F | 49 | 38 | 0 | 4B | E2 | 3A | 10 |
| Octal | 21 | 34 | 77 | 111 | 70 | 0 | 113 | 342 | 72 | 20 |
| Binary | 10001 | 11100 | 111111 | 1001001 | 111000 | 0 | 1001011 | 11100010 | 111010 | 10000 |
Color Harmonies of #111C3F
Complementary color
Monochromatic Colors of #111C3F
Black with #111C3F
Text Example
Text Example
White with #111C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111C3F; }
p { color: rgb(17,28,63); }
H1.HeaderClassName
{
color: #111C3F;
}
.AnyTagClassName
{
color: #111C3F;
}
</style>
background-color css
<style>
a { background-color: #111C3F; }
a { background-color: rgb(17,28,63); }
div.DivClassName
{
background-color: #111C3F;
}
.BgClassName
{
background-color: #111C3F;
}
</style>
border-color css
<style>
span { border-color: #111C3F; }
span { border-color: rgb(17,28,63); }
td.TdClassName
{
border-color: #111C3F;
}
.TagClassName
{
border-color: #111C3F;
}
</style>