Shades of Midnight Express #01113B
Tints of Midnight Express #01113B
RGB
CMYK
RGB Variations
Color information
#01113B (or 0x01113B) is known color: Midnight Express. HEX triplet: 01, 11 and 3B. RGB value is (1,17,59). Sum of RGB (Red+Green+Blue) = 1+17+59=77 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.30% from 77); Green value is 17 (7.03% from 255 or 22.08% from 77); Blue value is 59 (23.44% from 255 or 76.62% from 77); Max value from RGB is 59 - color contains mainly: blue. Hex color #01113B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01113B is #FEEEC4. Grayscale: #101010. Windows color (decimal): -16707269 or 3870977. OLE color: 3870977.
HSL color Cylindrical-coordinate representation of color #01113B: hue angle of 223.45º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01113B is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 1 | 17 | 59 | - |
| CMYK | 0.98 | 0.71 | 0 | 0.77 |
| HSL | 223.45º | 0.97% | 0.12% | - |
| HSV(B) | 223.45º | 0.98% | 0.23% | - |
| XYZ | 1 | 0.72 | 4.22 | - |
| YUV | 17 | 151.7 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 17 | 59 | 0.98 | 0.71 | 0 | 0.77 | 223.45 | 0.97 | 0.12 |
| Hex | 1 | 11 | 3B | 62 | 47 | 0 | 4D | DF | 61 | C |
| Octal | 1 | 21 | 73 | 142 | 107 | 0 | 115 | 337 | 141 | 14 |
| Binary | 1 | 10001 | 111011 | 1100010 | 1000111 | 0 | 1001101 | 11011111 | 1100001 | 1100 |
Color Harmonies of #01113B
Complementary color
Monochromatic Colors of #01113B
Black with #01113B
Text Example
Text Example
White with #01113B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01113B; }
p { color: rgb(1,17,59); }
H1.HeaderClassName
{
color: #01113B;
}
.AnyTagClassName
{
color: #01113B;
}
</style>
background-color css
<style>
a { background-color: #01113B; }
a { background-color: rgb(1,17,59); }
div.DivClassName
{
background-color: #01113B;
}
.BgClassName
{
background-color: #01113B;
}
</style>
border-color css
<style>
span { border-color: #01113B; }
span { border-color: rgb(1,17,59); }
td.TdClassName
{
border-color: #01113B;
}
.TagClassName
{
border-color: #01113B;
}
</style>