Shades of Midnight Express #06003E
Tints of Midnight Express #06003E
RGB
CMYK
RGB Variations
Color information
#06003E (or 0x06003E) is known color: Midnight Express. HEX triplet: 06, 00 and 3E. RGB value is (6,0,62). Sum of RGB (Red+Green+Blue) = 6+0+62=68 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.82% from 68); Green value is 0 (0.39% from 255 or 0% from 68); Blue value is 62 (24.61% from 255 or 91.18% from 68); Max value from RGB is 62 - color contains mainly: blue. Hex color #06003E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06003E is #F9FFC1. Grayscale: #080808. Windows color (decimal): -16383938 or 4063238. OLE color: 4063238.
HSL color Cylindrical-coordinate representation of color #06003E: hue angle of 245.81º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #06003E is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 0 | 62 | - |
| CMYK | 0.90 | 1 | 0 | 0.76 |
| HSL | 245.81º | 1% | 0.12% | - |
| HSV(B) | 245.81º | 1% | 0.24% | - |
| XYZ | 0.94 | 0.39 | 4.58 | - |
| YUV | 8.86 | 157.99 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 0 | 62 | 0.90 | 1 | 0 | 0.76 | 245.81 | 1 | 0.12 |
| Hex | 6 | 0 | 3E | 5A | 64 | 0 | 4C | F6 | 64 | C |
| Octal | 6 | 0 | 76 | 132 | 144 | 0 | 114 | 366 | 144 | 14 |
| Binary | 110 | 0 | 111110 | 1011010 | 1100100 | 0 | 1001100 | 11110110 | 1100100 | 1100 |
Color Harmonies of #06003E
Complementary color
Monochromatic Colors of #06003E
Black with #06003E
Text Example
Text Example
White with #06003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06003E; }
p { color: rgb(6,0,62); }
H1.HeaderClassName
{
color: #06003E;
}
.AnyTagClassName
{
color: #06003E;
}
</style>
background-color css
<style>
a { background-color: #06003E; }
a { background-color: rgb(6,0,62); }
div.DivClassName
{
background-color: #06003E;
}
.BgClassName
{
background-color: #06003E;
}
</style>
border-color css
<style>
span { border-color: #06003E; }
span { border-color: rgb(6,0,62); }
td.TdClassName
{
border-color: #06003E;
}
.TagClassName
{
border-color: #06003E;
}
</style>