Shades of Midnight Express #060138
Tints of Midnight Express #060138
RGB
CMYK
RGB Variations
Color information
#060138 (or 0x060138) is known color: Midnight Express. HEX triplet: 06, 01 and 38. RGB value is (6,1,56). Sum of RGB (Red+Green+Blue) = 6+1+56=63 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.52% from 63); Green value is 1 (0.78% from 255 or 1.59% from 63); Blue value is 56 (22.27% from 255 or 88.89% from 63); Max value from RGB is 56 - color contains mainly: blue. Hex color #060138 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060138 is #F9FEC7. Grayscale: #080808. Windows color (decimal): -16383688 or 3670278. OLE color: 3670278.
HSL color Cylindrical-coordinate representation of color #060138: hue angle of 245.45º 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 #060138 is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 6 | 1 | 56 | - |
| CMYK | 0.89 | 0.98 | 0 | 0.78 |
| HSL | 245.45º | 0.96% | 0.11% | - |
| HSV(B) | 245.45º | 0.98% | 0.22% | - |
| XYZ | 0.8 | 0.35 | 3.77 | - |
| YUV | 8.77 | 154.66 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 1 | 56 | 0.89 | 0.98 | 0 | 0.78 | 245.45 | 0.96 | 0.11 |
| Hex | 6 | 1 | 38 | 59 | 62 | 0 | 4E | F5 | 60 | B |
| Octal | 6 | 1 | 70 | 131 | 142 | 0 | 116 | 365 | 140 | 13 |
| Binary | 110 | 1 | 111000 | 1011001 | 1100010 | 0 | 1001110 | 11110101 | 1100000 | 1011 |
Color Harmonies of #060138
Complementary color
Monochromatic Colors of #060138
Black with #060138
Text Example
Text Example
White with #060138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060138; }
p { color: rgb(6,1,56); }
H1.HeaderClassName
{
color: #060138;
}
.AnyTagClassName
{
color: #060138;
}
</style>
background-color css
<style>
a { background-color: #060138; }
a { background-color: rgb(6,1,56); }
div.DivClassName
{
background-color: #060138;
}
.BgClassName
{
background-color: #060138;
}
</style>
border-color css
<style>
span { border-color: #060138; }
span { border-color: rgb(6,1,56); }
td.TdClassName
{
border-color: #060138;
}
.TagClassName
{
border-color: #060138;
}
</style>