Shades of Midnight Express #01103D
Tints of Midnight Express #01103D
RGB
CMYK
RGB Variations
Color information
#01103D (or 0x01103D) is known color: Midnight Express. HEX triplet: 01, 10 and 3D. RGB value is (1,16,61). Sum of RGB (Red+Green+Blue) = 1+16+61=78 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.28% from 78); Green value is 16 (6.64% from 255 or 20.51% from 78); Blue value is 61 (24.22% from 255 or 78.21% from 78); Max value from RGB is 61 - color contains mainly: blue. Hex color #01103D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01103D is #FEEFC2. Grayscale: #101010. Windows color (decimal): -16707523 or 4001793. OLE color: 4001793.
HSL color Cylindrical-coordinate representation of color #01103D: hue angle of 225º 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 #01103D is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 16 | 61 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.76 |
| HSL | 225º | 0.97% | 0.12% | - |
| HSV(B) | 225º | 0.98% | 0.24% | - |
| XYZ | 1.04 | 0.71 | 4.5 | - |
| YUV | 16.65 | 153.03 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 16 | 61 | 0.98 | 0.74 | 0 | 0.76 | 225 | 0.97 | 0.12 |
| Hex | 1 | 10 | 3D | 62 | 4A | 0 | 4C | E1 | 61 | C |
| Octal | 1 | 20 | 75 | 142 | 112 | 0 | 114 | 341 | 141 | 14 |
| Binary | 1 | 10000 | 111101 | 1100010 | 1001010 | 0 | 1001100 | 11100001 | 1100001 | 1100 |
Color Harmonies of #01103D
Complementary color
Monochromatic Colors of #01103D
Black with #01103D
Text Example
Text Example
White with #01103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01103D; }
p { color: rgb(1,16,61); }
H1.HeaderClassName
{
color: #01103D;
}
.AnyTagClassName
{
color: #01103D;
}
</style>
background-color css
<style>
a { background-color: #01103D; }
a { background-color: rgb(1,16,61); }
div.DivClassName
{
background-color: #01103D;
}
.BgClassName
{
background-color: #01103D;
}
</style>
border-color css
<style>
span { border-color: #01103D; }
span { border-color: rgb(1,16,61); }
td.TdClassName
{
border-color: #01103D;
}
.TagClassName
{
border-color: #01103D;
}
</style>