Shades of Midnight Express #06013D
Tints of Midnight Express #06013D
RGB
CMYK
RGB Variations
Color information
#06013D (or 0x06013D) is known color: Midnight Express. HEX triplet: 06, 01 and 3D. RGB value is (6,1,61). Sum of RGB (Red+Green+Blue) = 6+1+61=68 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.82% from 68); Green value is 1 (0.78% from 255 or 1.47% from 68); Blue value is 61 (24.22% from 255 or 89.71% from 68); Max value from RGB is 61 - color contains mainly: blue. Hex color #06013D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06013D is #F9FEC2. Grayscale: #090909. Windows color (decimal): -16383683 or 3997958. OLE color: 3997958.
HSL color Cylindrical-coordinate representation of color #06013D: hue angle of 245º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06013D is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 1 | 61 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.76 |
| HSL | 245º | 0.97% | 0.12% | - |
| HSV(B) | 245º | 0.98% | 0.24% | - |
| XYZ | 0.93 | 0.4 | 4.44 | - |
| YUV | 9.34 | 157.16 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 1 | 61 | 0.90 | 0.98 | 0 | 0.76 | 245 | 0.97 | 0.12 |
| Hex | 6 | 1 | 3D | 5A | 62 | 0 | 4C | F5 | 61 | C |
| Octal | 6 | 1 | 75 | 132 | 142 | 0 | 114 | 365 | 141 | 14 |
| Binary | 110 | 1 | 111101 | 1011010 | 1100010 | 0 | 1001100 | 11110101 | 1100001 | 1100 |
Color Harmonies of #06013D
Complementary color
Monochromatic Colors of #06013D
Black with #06013D
Text Example
Text Example
White with #06013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06013D; }
p { color: rgb(6,1,61); }
H1.HeaderClassName
{
color: #06013D;
}
.AnyTagClassName
{
color: #06013D;
}
</style>
background-color css
<style>
a { background-color: #06013D; }
a { background-color: rgb(6,1,61); }
div.DivClassName
{
background-color: #06013D;
}
.BgClassName
{
background-color: #06013D;
}
</style>
border-color css
<style>
span { border-color: #06013D; }
span { border-color: rgb(6,1,61); }
td.TdClassName
{
border-color: #06013D;
}
.TagClassName
{
border-color: #06013D;
}
</style>