Shades of Midnight Express #010838
Tints of Midnight Express #010838
RGB
CMYK
RGB Variations
Color information
#010838 (or 0x010838) is known color: Midnight Express. HEX triplet: 01, 08 and 38. RGB value is (1,8,56). Sum of RGB (Red+Green+Blue) = 1+8+56=65 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.54% from 65); Green value is 8 (3.52% from 255 or 12.31% from 65); Blue value is 56 (22.27% from 255 or 86.15% from 65); Max value from RGB is 56 - color contains mainly: blue. Hex color #010838 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010838 is #FEF7C7. Grayscale: #0B0B0B. Windows color (decimal): -16709576 or 3672065. OLE color: 3672065.
HSL color Cylindrical-coordinate representation of color #010838: hue angle of 232.36º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010838 is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 1 | 8 | 56 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.78 |
| HSL | 232.36º | 0.96% | 0.11% | - |
| HSV(B) | 232.36º | 0.98% | 0.22% | - |
| XYZ | 0.81 | 0.47 | 3.79 | - |
| YUV | 11.38 | 153.18 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 8 | 56 | 0.98 | 0.86 | 0 | 0.78 | 232.36 | 0.96 | 0.11 |
| Hex | 1 | 8 | 38 | 62 | 56 | 0 | 4E | E8 | 60 | B |
| Octal | 1 | 10 | 70 | 142 | 126 | 0 | 116 | 350 | 140 | 13 |
| Binary | 1 | 1000 | 111000 | 1100010 | 1010110 | 0 | 1001110 | 11101000 | 1100000 | 1011 |
Color Harmonies of #010838
Complementary color
Monochromatic Colors of #010838
Black with #010838
Text Example
Text Example
White with #010838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010838; }
p { color: rgb(1,8,56); }
H1.HeaderClassName
{
color: #010838;
}
.AnyTagClassName
{
color: #010838;
}
</style>
background-color css
<style>
a { background-color: #010838; }
a { background-color: rgb(1,8,56); }
div.DivClassName
{
background-color: #010838;
}
.BgClassName
{
background-color: #010838;
}
</style>
border-color css
<style>
span { border-color: #010838; }
span { border-color: rgb(1,8,56); }
td.TdClassName
{
border-color: #010838;
}
.TagClassName
{
border-color: #010838;
}
</style>