Shades of Midnight Express #000641
Tints of Midnight Express #000641
RGB
CMYK
RGB Variations
Color information
#000641 (or 0x000641) is known color: Midnight Express. HEX triplet: 00, 06 and 41. RGB value is (0,6,65). Sum of RGB (Red+Green+Blue) = 0+6+65=71 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 71); Green value is 6 (2.73% from 255 or 8.45% from 71); Blue value is 65 (25.78% from 255 or 91.55% from 71); Max value from RGB is 65 - color contains mainly: blue. Hex color #000641 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000641 is #FFF9BE. Grayscale: #0A0A0A. Windows color (decimal): -16775615 or 4261376. OLE color: 4261376.
HSL color Cylindrical-coordinate representation of color #000641: hue angle of 234.46º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000641 is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 6 | 65 | - |
| CMYK | 1 | 0.91 | 0 | 0.75 |
| HSL | 234.46º | 1% | 0.13% | - |
| HSV(B) | 234.46º | 1% | 0.25% | - |
| XYZ | 1.02 | 0.51 | 5.05 | - |
| YUV | 10.93 | 158.51 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 6 | 65 | 1 | 0.91 | 0 | 0.75 | 234.46 | 1 | 0.13 |
| Hex | 0 | 6 | 41 | 64 | 5B | 0 | 4B | EA | 64 | D |
| Octal | 0 | 6 | 101 | 144 | 133 | 0 | 113 | 352 | 144 | 15 |
| Binary | 0 | 110 | 1000001 | 1100100 | 1011011 | 0 | 1001011 | 11101010 | 1100100 | 1101 |
Color Harmonies of #000641
Complementary color
Monochromatic Colors of #000641
Black with #000641
Text Example
Text Example
White with #000641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000641; }
p { color: rgb(0,6,65); }
H1.HeaderClassName
{
color: #000641;
}
.AnyTagClassName
{
color: #000641;
}
</style>
background-color css
<style>
a { background-color: #000641; }
a { background-color: rgb(0,6,65); }
div.DivClassName
{
background-color: #000641;
}
.BgClassName
{
background-color: #000641;
}
</style>
border-color css
<style>
span { border-color: #000641; }
span { border-color: rgb(0,6,65); }
td.TdClassName
{
border-color: #000641;
}
.TagClassName
{
border-color: #000641;
}
</style>