Shades of Midnight Express #000644
Tints of Midnight Express #000644
RGB
CMYK
RGB Variations
Color information
#000644 (or 0x000644) is known color: Midnight Express. HEX triplet: 00, 06 and 44. RGB value is (0,6,68). Sum of RGB (Red+Green+Blue) = 0+6+68=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 6 (2.73% from 255 or 8.11% from 74); Blue value is 68 (26.95% from 255 or 91.89% from 74); Max value from RGB is 68 - color contains mainly: blue. Hex color #000644 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000644 is #FFF9BB. Grayscale: #0B0B0B. Windows color (decimal): -16775612 or 4457984. OLE color: 4457984.
HSL color Cylindrical-coordinate representation of color #000644: hue angle of 234.71º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000644 is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 6 | 68 | - |
| CMYK | 1 | 0.91 | 0 | 0.73 |
| HSL | 234.71º | 1% | 0.13% | - |
| HSV(B) | 234.71º | 1% | 0.27% | - |
| XYZ | 1.11 | 0.55 | 5.52 | - |
| YUV | 11.27 | 160.01 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 6 | 68 | 1 | 0.91 | 0 | 0.73 | 234.71 | 1 | 0.13 |
| Hex | 0 | 6 | 44 | 64 | 5B | 0 | 49 | EB | 64 | D |
| Octal | 0 | 6 | 104 | 144 | 133 | 0 | 111 | 353 | 144 | 15 |
| Binary | 0 | 110 | 1000100 | 1100100 | 1011011 | 0 | 1001001 | 11101011 | 1100100 | 1101 |
Color Harmonies of #000644
Complementary color
Monochromatic Colors of #000644
Black with #000644
Text Example
Text Example
White with #000644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000644; }
p { color: rgb(0,6,68); }
H1.HeaderClassName
{
color: #000644;
}
.AnyTagClassName
{
color: #000644;
}
</style>
background-color css
<style>
a { background-color: #000644; }
a { background-color: rgb(0,6,68); }
div.DivClassName
{
background-color: #000644;
}
.BgClassName
{
background-color: #000644;
}
</style>
border-color css
<style>
span { border-color: #000644; }
span { border-color: rgb(0,6,68); }
td.TdClassName
{
border-color: #000644;
}
.TagClassName
{
border-color: #000644;
}
</style>