Shades of Midnight Express #011338
Tints of Midnight Express #011338
RGB
CMYK
RGB Variations
Color information
#011338 (or 0x011338) is known color: Midnight Express. HEX triplet: 01, 13 and 38. RGB value is (1,19,56). Sum of RGB (Red+Green+Blue) = 1+19+56=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 56 (22.27% from 255 or 73.68% from 76); Max value from RGB is 56 - color contains mainly: blue. Hex color #011338 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011338 is #FEECC7. Grayscale: #111111. Windows color (decimal): -16706760 or 3674881. OLE color: 3674881.
HSL color Cylindrical-coordinate representation of color #011338: hue angle of 220.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 #011338 is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 1 | 19 | 56 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.78 |
| HSL | 220.36º | 0.96% | 0.11% | - |
| HSV(B) | 220.36º | 0.98% | 0.22% | - |
| XYZ | 0.96 | 0.76 | 3.84 | - |
| YUV | 17.84 | 149.54 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 19 | 56 | 0.98 | 0.66 | 0 | 0.78 | 220.36 | 0.96 | 0.11 |
| Hex | 1 | 13 | 38 | 62 | 42 | 0 | 4E | DC | 60 | B |
| Octal | 1 | 23 | 70 | 142 | 102 | 0 | 116 | 334 | 140 | 13 |
| Binary | 1 | 10011 | 111000 | 1100010 | 1000010 | 0 | 1001110 | 11011100 | 1100000 | 1011 |
Color Harmonies of #011338
Complementary color
Monochromatic Colors of #011338
Black with #011338
Text Example
Text Example
White with #011338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011338; }
p { color: rgb(1,19,56); }
H1.HeaderClassName
{
color: #011338;
}
.AnyTagClassName
{
color: #011338;
}
</style>
background-color css
<style>
a { background-color: #011338; }
a { background-color: rgb(1,19,56); }
div.DivClassName
{
background-color: #011338;
}
.BgClassName
{
background-color: #011338;
}
</style>
border-color css
<style>
span { border-color: #011338; }
span { border-color: rgb(1,19,56); }
td.TdClassName
{
border-color: #011338;
}
.TagClassName
{
border-color: #011338;
}
</style>