Shades of Midnight Express #06013C
Tints of Midnight Express #06013C
RGB
CMYK
RGB Variations
Color information
#06013C (or 0x06013C) is known color: Midnight Express. HEX triplet: 06, 01 and 3C. RGB value is (6,1,60). Sum of RGB (Red+Green+Blue) = 6+1+60=67 (8% of max value = 765). Red value is 6 (2.73% from 255 or 8.96% from 67); Green value is 1 (0.78% from 255 or 1.49% from 67); Blue value is 60 (23.83% from 255 or 89.55% from 67); Max value from RGB is 60 - color contains mainly: blue. Hex color #06013C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06013C is #F9FEC3. Grayscale: #080808. Windows color (decimal): -16383684 or 3932422. OLE color: 3932422.
HSL color Cylindrical-coordinate representation of color #06013C: hue angle of 245.08º 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 #06013C is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 1 | 60 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.76 |
| HSL | 245.08º | 0.97% | 0.12% | - |
| HSV(B) | 245.08º | 0.98% | 0.24% | - |
| XYZ | 0.9 | 0.39 | 4.3 | - |
| YUV | 9.22 | 156.66 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 1 | 60 | 0.90 | 0.98 | 0 | 0.76 | 245.08 | 0.97 | 0.12 |
| Hex | 6 | 1 | 3C | 5A | 62 | 0 | 4C | F5 | 61 | C |
| Octal | 6 | 1 | 74 | 132 | 142 | 0 | 114 | 365 | 141 | 14 |
| Binary | 110 | 1 | 111100 | 1011010 | 1100010 | 0 | 1001100 | 11110101 | 1100001 | 1100 |
Color Harmonies of #06013C
Complementary color
Monochromatic Colors of #06013C
Black with #06013C
Text Example
Text Example
White with #06013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06013C; }
p { color: rgb(6,1,60); }
H1.HeaderClassName
{
color: #06013C;
}
.AnyTagClassName
{
color: #06013C;
}
</style>
background-color css
<style>
a { background-color: #06013C; }
a { background-color: rgb(6,1,60); }
div.DivClassName
{
background-color: #06013C;
}
.BgClassName
{
background-color: #06013C;
}
</style>
border-color css
<style>
span { border-color: #06013C; }
span { border-color: rgb(6,1,60); }
td.TdClassName
{
border-color: #06013C;
}
.TagClassName
{
border-color: #06013C;
}
</style>