Shades of Midnight Express #06013B
Tints of Midnight Express #06013B
RGB
CMYK
RGB Variations
Color information
#06013B (or 0x06013B) is known color: Midnight Express. HEX triplet: 06, 01 and 3B. RGB value is (6,1,59). Sum of RGB (Red+Green+Blue) = 6+1+59=66 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.09% from 66); Green value is 1 (0.78% from 255 or 1.52% from 66); Blue value is 59 (23.44% from 255 or 89.39% from 66); Max value from RGB is 59 - color contains mainly: blue. Hex color #06013B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06013B is #F9FEC4. Grayscale: #080808. Windows color (decimal): -16383685 or 3866886. OLE color: 3866886.
HSL color Cylindrical-coordinate representation of color #06013B: hue angle of 245.17º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06013B is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 6 | 1 | 59 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.77 |
| HSL | 245.17º | 0.97% | 0.12% | - |
| HSV(B) | 245.17º | 0.98% | 0.23% | - |
| XYZ | 0.88 | 0.38 | 4.16 | - |
| YUV | 9.11 | 156.16 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 1 | 59 | 0.90 | 0.98 | 0 | 0.77 | 245.17 | 0.97 | 0.12 |
| Hex | 6 | 1 | 3B | 5A | 62 | 0 | 4D | F5 | 61 | C |
| Octal | 6 | 1 | 73 | 132 | 142 | 0 | 115 | 365 | 141 | 14 |
| Binary | 110 | 1 | 111011 | 1011010 | 1100010 | 0 | 1001101 | 11110101 | 1100001 | 1100 |
Color Harmonies of #06013B
Complementary color
Monochromatic Colors of #06013B
Black with #06013B
Text Example
Text Example
White with #06013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06013B; }
p { color: rgb(6,1,59); }
H1.HeaderClassName
{
color: #06013B;
}
.AnyTagClassName
{
color: #06013B;
}
</style>
background-color css
<style>
a { background-color: #06013B; }
a { background-color: rgb(6,1,59); }
div.DivClassName
{
background-color: #06013B;
}
.BgClassName
{
background-color: #06013B;
}
</style>
border-color css
<style>
span { border-color: #06013B; }
span { border-color: rgb(6,1,59); }
td.TdClassName
{
border-color: #06013B;
}
.TagClassName
{
border-color: #06013B;
}
</style>