Shades of Midnight Express #01163F
Tints of Midnight Express #01163F
RGB
CMYK
RGB Variations
Color information
#01163F (or 0x01163F) is known color: Midnight Express. HEX triplet: 01, 16 and 3F. RGB value is (1,22,63). Sum of RGB (Red+Green+Blue) = 1+22+63=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 22 (8.98% from 255 or 25.58% from 86); Blue value is 63 (25% from 255 or 73.26% from 86); Max value from RGB is 63 - color contains mainly: blue. Hex color #01163F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01163F is #FEE9C0. Grayscale: #141414. Windows color (decimal): -16705985 or 4134401. OLE color: 4134401.
HSL color Cylindrical-coordinate representation of color #01163F: hue angle of 219.68º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01163F is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 22 | 63 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.75 |
| HSL | 219.68º | 0.97% | 0.13% | - |
| HSV(B) | 219.68º | 0.98% | 0.25% | - |
| XYZ | 1.2 | 0.94 | 4.82 | - |
| YUV | 20.4 | 152.04 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 22 | 63 | 0.98 | 0.65 | 0 | 0.75 | 219.68 | 0.97 | 0.13 |
| Hex | 1 | 16 | 3F | 62 | 41 | 0 | 4B | DC | 61 | D |
| Octal | 1 | 26 | 77 | 142 | 101 | 0 | 113 | 334 | 141 | 15 |
| Binary | 1 | 10110 | 111111 | 1100010 | 1000001 | 0 | 1001011 | 11011100 | 1100001 | 1101 |
Color Harmonies of #01163F
Complementary color
Monochromatic Colors of #01163F
Black with #01163F
Text Example
Text Example
White with #01163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01163F; }
p { color: rgb(1,22,63); }
H1.HeaderClassName
{
color: #01163F;
}
.AnyTagClassName
{
color: #01163F;
}
</style>
background-color css
<style>
a { background-color: #01163F; }
a { background-color: rgb(1,22,63); }
div.DivClassName
{
background-color: #01163F;
}
.BgClassName
{
background-color: #01163F;
}
</style>
border-color css
<style>
span { border-color: #01163F; }
span { border-color: rgb(1,22,63); }
td.TdClassName
{
border-color: #01163F;
}
.TagClassName
{
border-color: #01163F;
}
</style>