Shades of Midnight Express #01103B
Tints of Midnight Express #01103B
RGB
CMYK
RGB Variations
Color information
#01103B (or 0x01103B) is known color: Midnight Express. HEX triplet: 01, 10 and 3B. RGB value is (1,16,59). Sum of RGB (Red+Green+Blue) = 1+16+59=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 16 (6.64% from 255 or 21.05% from 76); Blue value is 59 (23.44% from 255 or 77.63% from 76); Max value from RGB is 59 - color contains mainly: blue. Hex color #01103B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01103B is #FEEFC4. Grayscale: #101010. Windows color (decimal): -16707525 or 3870721. OLE color: 3870721.
HSL color Cylindrical-coordinate representation of color #01103B: hue angle of 224.48º 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 #01103B is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 1 | 16 | 59 | - |
| CMYK | 0.98 | 0.73 | 0 | 0.77 |
| HSL | 224.48º | 0.97% | 0.12% | - |
| HSV(B) | 224.48º | 0.98% | 0.23% | - |
| XYZ | 0.99 | 0.69 | 4.22 | - |
| YUV | 16.42 | 152.03 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 16 | 59 | 0.98 | 0.73 | 0 | 0.77 | 224.48 | 0.97 | 0.12 |
| Hex | 1 | 10 | 3B | 62 | 49 | 0 | 4D | E0 | 61 | C |
| Octal | 1 | 20 | 73 | 142 | 111 | 0 | 115 | 340 | 141 | 14 |
| Binary | 1 | 10000 | 111011 | 1100010 | 1001001 | 0 | 1001101 | 11100000 | 1100001 | 1100 |
Color Harmonies of #01103B
Complementary color
Monochromatic Colors of #01103B
Black with #01103B
Text Example
Text Example
White with #01103B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01103B; }
p { color: rgb(1,16,59); }
H1.HeaderClassName
{
color: #01103B;
}
.AnyTagClassName
{
color: #01103B;
}
</style>
background-color css
<style>
a { background-color: #01103B; }
a { background-color: rgb(1,16,59); }
div.DivClassName
{
background-color: #01103B;
}
.BgClassName
{
background-color: #01103B;
}
</style>
border-color css
<style>
span { border-color: #01103B; }
span { border-color: rgb(1,16,59); }
td.TdClassName
{
border-color: #01103B;
}
.TagClassName
{
border-color: #01103B;
}
</style>