Shades of Midnight Express #010F40
Tints of Midnight Express #010F40
RGB
CMYK
RGB Variations
Color information
#010F40 (or 0x010F40) is known color: Midnight Express. HEX triplet: 01, 0F and 40. RGB value is (1,15,64). Sum of RGB (Red+Green+Blue) = 1+15+64=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 15 (6.25% from 255 or 18.75% from 80); Blue value is 64 (25.39% from 255 or 80% from 80); Max value from RGB is 64 - color contains mainly: blue. Hex color #010F40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010F40 is #FEF0BF. Grayscale: #101010. Windows color (decimal): -16707776 or 4198145. OLE color: 4198145.
HSL color Cylindrical-coordinate representation of color #010F40: hue angle of 226.67º 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 #010F40 is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 15 | 64 | - |
| CMYK | 0.98 | 0.77 | 0 | 0.75 |
| HSL | 226.67º | 0.97% | 0.13% | - |
| HSV(B) | 226.67º | 0.98% | 0.25% | - |
| XYZ | 1.11 | 0.72 | 4.93 | - |
| YUV | 16.4 | 154.86 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 64 | 0.98 | 0.77 | 0 | 0.75 | 226.67 | 0.97 | 0.13 |
| Hex | 1 | F | 40 | 62 | 4D | 0 | 4B | E3 | 61 | D |
| Octal | 1 | 17 | 100 | 142 | 115 | 0 | 113 | 343 | 141 | 15 |
| Binary | 1 | 1111 | 1000000 | 1100010 | 1001101 | 0 | 1001011 | 11100011 | 1100001 | 1101 |
Color Harmonies of #010F40
Complementary color
Monochromatic Colors of #010F40
Black with #010F40
Text Example
Text Example
White with #010F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010F40; }
p { color: rgb(1,15,64); }
H1.HeaderClassName
{
color: #010F40;
}
.AnyTagClassName
{
color: #010F40;
}
</style>
background-color css
<style>
a { background-color: #010F40; }
a { background-color: rgb(1,15,64); }
div.DivClassName
{
background-color: #010F40;
}
.BgClassName
{
background-color: #010F40;
}
</style>
border-color css
<style>
span { border-color: #010F40; }
span { border-color: rgb(1,15,64); }
td.TdClassName
{
border-color: #010F40;
}
.TagClassName
{
border-color: #010F40;
}
</style>