Shades of Midnight Express #01102C
Tints of Midnight Express #01102C
RGB
CMYK
RGB Variations
Color information
#01102C (or 0x01102C) is known color: Midnight Express. HEX triplet: 01, 10 and 2C. RGB value is (1,16,44). Sum of RGB (Red+Green+Blue) = 1+16+44=61 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.64% from 61); Green value is 16 (6.64% from 255 or 26.23% from 61); Blue value is 44 (17.58% from 255 or 72.13% from 61); Max value from RGB is 44 - color contains mainly: blue. Hex color #01102C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01102C is #FEEFD3. Grayscale: #0E0E0E. Windows color (decimal): -16707540 or 2887681. OLE color: 2887681.
HSL color Cylindrical-coordinate representation of color #01102C: hue angle of 219.07º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01102C is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 1 | 16 | 44 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.83 |
| HSL | 219.07º | 0.96% | 0.09% | - |
| HSV(B) | 219.07º | 0.98% | 0.17% | - |
| XYZ | 0.65 | 0.56 | 2.46 | - |
| YUV | 14.71 | 144.53 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 16 | 44 | 0.98 | 0.64 | 0 | 0.83 | 219.07 | 0.96 | 0.09 |
| Hex | 1 | 10 | 2C | 62 | 40 | 0 | 53 | DB | 60 | 9 |
| Octal | 1 | 20 | 54 | 142 | 100 | 0 | 123 | 333 | 140 | 11 |
| Binary | 1 | 10000 | 101100 | 1100010 | 1000000 | 0 | 1010011 | 11011011 | 1100000 | 1001 |
Color Harmonies of #01102C
Complementary color
Monochromatic Colors of #01102C
Black with #01102C
Text Example
Text Example
White with #01102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01102C; }
p { color: rgb(1,16,44); }
H1.HeaderClassName
{
color: #01102C;
}
.AnyTagClassName
{
color: #01102C;
}
</style>
background-color css
<style>
a { background-color: #01102C; }
a { background-color: rgb(1,16,44); }
div.DivClassName
{
background-color: #01102C;
}
.BgClassName
{
background-color: #01102C;
}
</style>
border-color css
<style>
span { border-color: #01102C; }
span { border-color: rgb(1,16,44); }
td.TdClassName
{
border-color: #01102C;
}
.TagClassName
{
border-color: #01102C;
}
</style>