Shades of Midnight Express #010641
Tints of Midnight Express #010641
RGB
CMYK
RGB Variations
Color information
#010641 (or 0x010641) is known color: Midnight Express. HEX triplet: 01, 06 and 41. RGB value is (1,6,65). Sum of RGB (Red+Green+Blue) = 1+6+65=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 6 (2.73% from 255 or 8.33% from 72); Blue value is 65 (25.78% from 255 or 90.28% from 72); Max value from RGB is 65 - color contains mainly: blue. Hex color #010641 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010641 is #FEF9BE. Grayscale: #0A0A0A. Windows color (decimal): -16710079 or 4261377. OLE color: 4261377.
HSL color Cylindrical-coordinate representation of color #010641: hue angle of 235.31º 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 #010641 is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 6 | 65 | - |
| CMYK | 0.98 | 0.91 | 0 | 0.75 |
| HSL | 235.31º | 0.97% | 0.13% | - |
| HSV(B) | 235.31º | 0.98% | 0.25% | - |
| XYZ | 1.03 | 0.52 | 5.05 | - |
| YUV | 11.23 | 158.34 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 6 | 65 | 0.98 | 0.91 | 0 | 0.75 | 235.31 | 0.97 | 0.13 |
| Hex | 1 | 6 | 41 | 62 | 5B | 0 | 4B | EB | 61 | D |
| Octal | 1 | 6 | 101 | 142 | 133 | 0 | 113 | 353 | 141 | 15 |
| Binary | 1 | 110 | 1000001 | 1100010 | 1011011 | 0 | 1001011 | 11101011 | 1100001 | 1101 |
Color Harmonies of #010641
Complementary color
Monochromatic Colors of #010641
Black with #010641
Text Example
Text Example
White with #010641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010641; }
p { color: rgb(1,6,65); }
H1.HeaderClassName
{
color: #010641;
}
.AnyTagClassName
{
color: #010641;
}
</style>
background-color css
<style>
a { background-color: #010641; }
a { background-color: rgb(1,6,65); }
div.DivClassName
{
background-color: #010641;
}
.BgClassName
{
background-color: #010641;
}
</style>
border-color css
<style>
span { border-color: #010641; }
span { border-color: rgb(1,6,65); }
td.TdClassName
{
border-color: #010641;
}
.TagClassName
{
border-color: #010641;
}
</style>