Shades of Midnight Express #010634
Tints of Midnight Express #010634
RGB
CMYK
RGB Variations
Color information
#010634 (or 0x010634) is known color: Midnight Express. HEX triplet: 01, 06 and 34. RGB value is (1,6,52). Sum of RGB (Red+Green+Blue) = 1+6+52=59 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.69% from 59); Green value is 6 (2.73% from 255 or 10.17% from 59); Blue value is 52 (20.70% from 255 or 88.14% from 59); Max value from RGB is 52 - color contains mainly: blue. Hex color #010634 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010634 is #FEF9CB. Grayscale: #090909. Windows color (decimal): -16710092 or 3409409. OLE color: 3409409.
HSL color Cylindrical-coordinate representation of color #010634: hue angle of 234.12º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010634 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 1 | 6 | 52 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.80 |
| HSL | 234.12º | 0.96% | 0.1% | - |
| HSV(B) | 234.12º | 0.98% | 0.2% | - |
| XYZ | 0.7 | 0.38 | 3.29 | - |
| YUV | 9.75 | 151.84 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 6 | 52 | 0.98 | 0.88 | 0 | 0.80 | 234.12 | 0.96 | 0.1 |
| Hex | 1 | 6 | 34 | 62 | 58 | 0 | 50 | EA | 60 | A |
| Octal | 1 | 6 | 64 | 142 | 130 | 0 | 120 | 352 | 140 | 12 |
| Binary | 1 | 110 | 110100 | 1100010 | 1011000 | 0 | 1010000 | 11101010 | 1100000 | 1010 |
Color Harmonies of #010634
Complementary color
Monochromatic Colors of #010634
Black with #010634
Text Example
Text Example
White with #010634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010634; }
p { color: rgb(1,6,52); }
H1.HeaderClassName
{
color: #010634;
}
.AnyTagClassName
{
color: #010634;
}
</style>
background-color css
<style>
a { background-color: #010634; }
a { background-color: rgb(1,6,52); }
div.DivClassName
{
background-color: #010634;
}
.BgClassName
{
background-color: #010634;
}
</style>
border-color css
<style>
span { border-color: #010634; }
span { border-color: rgb(1,6,52); }
td.TdClassName
{
border-color: #010634;
}
.TagClassName
{
border-color: #010634;
}
</style>