Shades of Midnight Express #010938
Tints of Midnight Express #010938
RGB
CMYK
RGB Variations
Color information
#010938 (or 0x010938) is known color: Midnight Express. HEX triplet: 01, 09 and 38. RGB value is (1,9,56). Sum of RGB (Red+Green+Blue) = 1+9+56=66 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.52% from 66); Green value is 9 (3.91% from 255 or 13.64% from 66); Blue value is 56 (22.27% from 255 or 84.85% from 66); Max value from RGB is 56 - color contains mainly: blue. Hex color #010938 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010938 is #FEF6C7. Grayscale: #0B0B0B. Windows color (decimal): -16709320 or 3672321. OLE color: 3672321.
HSL color Cylindrical-coordinate representation of color #010938: hue angle of 231.27º 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 #010938 is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 1 | 9 | 56 | - |
| CMYK | 0.98 | 0.84 | 0 | 0.78 |
| HSL | 231.27º | 0.96% | 0.11% | - |
| HSV(B) | 231.27º | 0.98% | 0.22% | - |
| XYZ | 0.82 | 0.49 | 3.79 | - |
| YUV | 11.97 | 152.85 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 9 | 56 | 0.98 | 0.84 | 0 | 0.78 | 231.27 | 0.96 | 0.11 |
| Hex | 1 | 9 | 38 | 62 | 54 | 0 | 4E | E7 | 60 | B |
| Octal | 1 | 11 | 70 | 142 | 124 | 0 | 116 | 347 | 140 | 13 |
| Binary | 1 | 1001 | 111000 | 1100010 | 1010100 | 0 | 1001110 | 11100111 | 1100000 | 1011 |
Color Harmonies of #010938
Complementary color
Monochromatic Colors of #010938
Black with #010938
Text Example
Text Example
White with #010938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010938; }
p { color: rgb(1,9,56); }
H1.HeaderClassName
{
color: #010938;
}
.AnyTagClassName
{
color: #010938;
}
</style>
background-color css
<style>
a { background-color: #010938; }
a { background-color: rgb(1,9,56); }
div.DivClassName
{
background-color: #010938;
}
.BgClassName
{
background-color: #010938;
}
</style>
border-color css
<style>
span { border-color: #010938; }
span { border-color: rgb(1,9,56); }
td.TdClassName
{
border-color: #010938;
}
.TagClassName
{
border-color: #010938;
}
</style>