Shades of Midnight Express #000632
Tints of Midnight Express #000632
RGB
CMYK
RGB Variations
Color information
#000632 (or 0x000632) is known color: Midnight Express. HEX triplet: 00, 06 and 32. RGB value is (0,6,50). Sum of RGB (Red+Green+Blue) = 0+6+50=56 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 56); Green value is 6 (2.73% from 255 or 10.71% from 56); Blue value is 50 (19.92% from 255 or 89.29% from 56); Max value from RGB is 50 - color contains mainly: blue. Hex color #000632 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000632 is #FFF9CD. Grayscale: #090909. Windows color (decimal): -16775630 or 3278336. OLE color: 3278336.
HSL color Cylindrical-coordinate representation of color #000632: hue angle of 232.8º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000632 is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 0 | 6 | 50 | - |
| CMYK | 1 | 0.88 | 0 | 0.80 |
| HSL | 232.8º | 1% | 0.1% | - |
| HSV(B) | 232.8º | 1% | 0.2% | - |
| XYZ | 0.64 | 0.36 | 3.05 | - |
| YUV | 9.22 | 151.01 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 6 | 50 | 1 | 0.88 | 0 | 0.80 | 232.8 | 1 | 0.1 |
| Hex | 0 | 6 | 32 | 64 | 58 | 0 | 50 | E9 | 64 | A |
| Octal | 0 | 6 | 62 | 144 | 130 | 0 | 120 | 351 | 144 | 12 |
| Binary | 0 | 110 | 110010 | 1100100 | 1011000 | 0 | 1010000 | 11101001 | 1100100 | 1010 |
Color Harmonies of #000632
Complementary color
Monochromatic Colors of #000632
Black with #000632
Text Example
Text Example
White with #000632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000632; }
p { color: rgb(0,6,50); }
H1.HeaderClassName
{
color: #000632;
}
.AnyTagClassName
{
color: #000632;
}
</style>
background-color css
<style>
a { background-color: #000632; }
a { background-color: rgb(0,6,50); }
div.DivClassName
{
background-color: #000632;
}
.BgClassName
{
background-color: #000632;
}
</style>
border-color css
<style>
span { border-color: #000632; }
span { border-color: rgb(0,6,50); }
td.TdClassName
{
border-color: #000632;
}
.TagClassName
{
border-color: #000632;
}
</style>