Shades of Midnight Express #01113E
Tints of Midnight Express #01113E
RGB
CMYK
RGB Variations
Color information
#01113E (or 0x01113E) is known color: Midnight Express. HEX triplet: 01, 11 and 3E. RGB value is (1,17,62). Sum of RGB (Red+Green+Blue) = 1+17+62=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 17 (7.03% from 255 or 21.25% from 80); Blue value is 62 (24.61% from 255 or 77.5% from 80); Max value from RGB is 62 - color contains mainly: blue. Hex color #01113E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01113E is #FEEEC1. Grayscale: #111111. Windows color (decimal): -16707266 or 4067585. OLE color: 4067585.
HSL color Cylindrical-coordinate representation of color #01113E: hue angle of 224.26º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01113E is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 17 | 62 | - |
| CMYK | 0.98 | 0.73 | 0 | 0.76 |
| HSL | 224.26º | 0.97% | 0.12% | - |
| HSV(B) | 224.26º | 0.98% | 0.24% | - |
| XYZ | 1.08 | 0.76 | 4.65 | - |
| YUV | 17.35 | 153.2 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 17 | 62 | 0.98 | 0.73 | 0 | 0.76 | 224.26 | 0.97 | 0.12 |
| Hex | 1 | 11 | 3E | 62 | 49 | 0 | 4C | E0 | 61 | C |
| Octal | 1 | 21 | 76 | 142 | 111 | 0 | 114 | 340 | 141 | 14 |
| Binary | 1 | 10001 | 111110 | 1100010 | 1001001 | 0 | 1001100 | 11100000 | 1100001 | 1100 |
Color Harmonies of #01113E
Complementary color
Monochromatic Colors of #01113E
Black with #01113E
Text Example
Text Example
White with #01113E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01113E; }
p { color: rgb(1,17,62); }
H1.HeaderClassName
{
color: #01113E;
}
.AnyTagClassName
{
color: #01113E;
}
</style>
background-color css
<style>
a { background-color: #01113E; }
a { background-color: rgb(1,17,62); }
div.DivClassName
{
background-color: #01113E;
}
.BgClassName
{
background-color: #01113E;
}
</style>
border-color css
<style>
span { border-color: #01113E; }
span { border-color: rgb(1,17,62); }
td.TdClassName
{
border-color: #01113E;
}
.TagClassName
{
border-color: #01113E;
}
</style>