Shades of Midnight Express #000638
Tints of Midnight Express #000638
RGB
CMYK
RGB Variations
Color information
#000638 (or 0x000638) is known color: Midnight Express. HEX triplet: 00, 06 and 38. RGB value is (0,6,56). Sum of RGB (Red+Green+Blue) = 0+6+56=62 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 62); Green value is 6 (2.73% from 255 or 9.68% from 62); Blue value is 56 (22.27% from 255 or 90.32% from 62); Max value from RGB is 56 - color contains mainly: blue. Hex color #000638 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000638 is #FFF9C7. Grayscale: #090909. Windows color (decimal): -16775624 or 3671552. OLE color: 3671552.
HSL color Cylindrical-coordinate representation of color #000638: hue angle of 233.57º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000638 is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 6 | 56 | - |
| CMYK | 1 | 0.89 | 0 | 0.78 |
| HSL | 233.57º | 1% | 0.11% | - |
| HSV(B) | 233.57º | 1% | 0.22% | - |
| XYZ | 0.78 | 0.42 | 3.78 | - |
| YUV | 9.91 | 154.01 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 6 | 56 | 1 | 0.89 | 0 | 0.78 | 233.57 | 1 | 0.11 |
| Hex | 0 | 6 | 38 | 64 | 59 | 0 | 4E | EA | 64 | B |
| Octal | 0 | 6 | 70 | 144 | 131 | 0 | 116 | 352 | 144 | 13 |
| Binary | 0 | 110 | 111000 | 1100100 | 1011001 | 0 | 1001110 | 11101010 | 1100100 | 1011 |
Color Harmonies of #000638
Complementary color
Monochromatic Colors of #000638
Black with #000638
Text Example
Text Example
White with #000638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000638; }
p { color: rgb(0,6,56); }
H1.HeaderClassName
{
color: #000638;
}
.AnyTagClassName
{
color: #000638;
}
</style>
background-color css
<style>
a { background-color: #000638; }
a { background-color: rgb(0,6,56); }
div.DivClassName
{
background-color: #000638;
}
.BgClassName
{
background-color: #000638;
}
</style>
border-color css
<style>
span { border-color: #000638; }
span { border-color: rgb(0,6,56); }
td.TdClassName
{
border-color: #000638;
}
.TagClassName
{
border-color: #000638;
}
</style>