Shades of Midnight Express #01103C
Tints of Midnight Express #01103C
RGB
CMYK
RGB Variations
Color information
#01103C (or 0x01103C) is known color: Midnight Express. HEX triplet: 01, 10 and 3C. RGB value is (1,16,60). Sum of RGB (Red+Green+Blue) = 1+16+60=77 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.30% from 77); Green value is 16 (6.64% from 255 or 20.78% from 77); Blue value is 60 (23.83% from 255 or 77.92% from 77); Max value from RGB is 60 - color contains mainly: blue. Hex color #01103C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01103C is #FEEFC3. Grayscale: #101010. Windows color (decimal): -16707524 or 3936257. OLE color: 3936257.
HSL color Cylindrical-coordinate representation of color #01103C: hue angle of 224.75º 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 #01103C is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 16 | 60 | - |
| CMYK | 0.98 | 0.73 | 0 | 0.76 |
| HSL | 224.75º | 0.97% | 0.12% | - |
| HSV(B) | 224.75º | 0.98% | 0.24% | - |
| XYZ | 1.01 | 0.7 | 4.36 | - |
| YUV | 16.53 | 152.53 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 16 | 60 | 0.98 | 0.73 | 0 | 0.76 | 224.75 | 0.97 | 0.12 |
| Hex | 1 | 10 | 3C | 62 | 49 | 0 | 4C | E1 | 61 | C |
| Octal | 1 | 20 | 74 | 142 | 111 | 0 | 114 | 341 | 141 | 14 |
| Binary | 1 | 10000 | 111100 | 1100010 | 1001001 | 0 | 1001100 | 11100001 | 1100001 | 1100 |
Color Harmonies of #01103C
Complementary color
Monochromatic Colors of #01103C
Black with #01103C
Text Example
Text Example
White with #01103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01103C; }
p { color: rgb(1,16,60); }
H1.HeaderClassName
{
color: #01103C;
}
.AnyTagClassName
{
color: #01103C;
}
</style>
background-color css
<style>
a { background-color: #01103C; }
a { background-color: rgb(1,16,60); }
div.DivClassName
{
background-color: #01103C;
}
.BgClassName
{
background-color: #01103C;
}
</style>
border-color css
<style>
span { border-color: #01103C; }
span { border-color: rgb(1,16,60); }
td.TdClassName
{
border-color: #01103C;
}
.TagClassName
{
border-color: #01103C;
}
</style>