Shades of Midnight Express #06003F
Tints of Midnight Express #06003F
RGB
CMYK
RGB Variations
Color information
#06003F (or 0x06003F) is known color: Midnight Express. HEX triplet: 06, 00 and 3F. RGB value is (6,0,63). Sum of RGB (Red+Green+Blue) = 6+0+63=69 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.70% from 69); Green value is 0 (0.39% from 255 or 0% from 69); Blue value is 63 (25% from 255 or 91.30% from 69); Max value from RGB is 63 - color contains mainly: blue. Hex color #06003F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06003F is #F9FFC0. Grayscale: #080808. Windows color (decimal): -16383937 or 4128774. OLE color: 4128774.
HSL color Cylindrical-coordinate representation of color #06003F: hue angle of 245.71º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #06003F is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 0 | 63 | - |
| CMYK | 0.90 | 1 | 0 | 0.75 |
| HSL | 245.71º | 1% | 0.12% | - |
| HSV(B) | 245.71º | 1% | 0.25% | - |
| XYZ | 0.97 | 0.4 | 4.73 | - |
| YUV | 8.98 | 158.49 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 0 | 63 | 0.90 | 1 | 0 | 0.75 | 245.71 | 1 | 0.12 |
| Hex | 6 | 0 | 3F | 5A | 64 | 0 | 4B | F6 | 64 | C |
| Octal | 6 | 0 | 77 | 132 | 144 | 0 | 113 | 366 | 144 | 14 |
| Binary | 110 | 0 | 111111 | 1011010 | 1100100 | 0 | 1001011 | 11110110 | 1100100 | 1100 |
Color Harmonies of #06003F
Complementary color
Monochromatic Colors of #06003F
Black with #06003F
Text Example
Text Example
White with #06003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06003F; }
p { color: rgb(6,0,63); }
H1.HeaderClassName
{
color: #06003F;
}
.AnyTagClassName
{
color: #06003F;
}
</style>
background-color css
<style>
a { background-color: #06003F; }
a { background-color: rgb(6,0,63); }
div.DivClassName
{
background-color: #06003F;
}
.BgClassName
{
background-color: #06003F;
}
</style>
border-color css
<style>
span { border-color: #06003F; }
span { border-color: rgb(6,0,63); }
td.TdClassName
{
border-color: #06003F;
}
.TagClassName
{
border-color: #06003F;
}
</style>