Shades of Midnight Express #06003B
Tints of Midnight Express #06003B
RGB
CMYK
RGB Variations
Color information
#06003B (or 0x06003B) is known color: Midnight Express. HEX triplet: 06, 00 and 3B. RGB value is (6,0,59). Sum of RGB (Red+Green+Blue) = 6+0+59=65 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.23% from 65); Green value is 0 (0.39% from 255 or 0% from 65); Blue value is 59 (23.44% from 255 or 90.77% from 65); Max value from RGB is 59 - color contains mainly: blue. Hex color #06003B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06003B is #F9FFC4. Grayscale: #080808. Windows color (decimal): -16383941 or 3866630. OLE color: 3866630.
HSL color Cylindrical-coordinate representation of color #06003B: hue angle of 246.1º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #06003B is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 6 | 0 | 59 | - |
| CMYK | 0.90 | 1 | 0 | 0.77 |
| HSL | 246.1º | 1% | 0.12% | - |
| HSV(B) | 246.1º | 1% | 0.23% | - |
| XYZ | 0.86 | 0.35 | 4.16 | - |
| YUV | 8.52 | 156.49 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 0 | 59 | 0.90 | 1 | 0 | 0.77 | 246.1 | 1 | 0.12 |
| Hex | 6 | 0 | 3B | 5A | 64 | 0 | 4D | F6 | 64 | C |
| Octal | 6 | 0 | 73 | 132 | 144 | 0 | 115 | 366 | 144 | 14 |
| Binary | 110 | 0 | 111011 | 1011010 | 1100100 | 0 | 1001101 | 11110110 | 1100100 | 1100 |
Color Harmonies of #06003B
Complementary color
Monochromatic Colors of #06003B
Black with #06003B
Text Example
Text Example
White with #06003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06003B; }
p { color: rgb(6,0,59); }
H1.HeaderClassName
{
color: #06003B;
}
.AnyTagClassName
{
color: #06003B;
}
</style>
background-color css
<style>
a { background-color: #06003B; }
a { background-color: rgb(6,0,59); }
div.DivClassName
{
background-color: #06003B;
}
.BgClassName
{
background-color: #06003B;
}
</style>
border-color css
<style>
span { border-color: #06003B; }
span { border-color: rgb(6,0,59); }
td.TdClassName
{
border-color: #06003B;
}
.TagClassName
{
border-color: #06003B;
}
</style>