Shades of Midnight Express #060735
Tints of Midnight Express #060735
RGB
CMYK
RGB Variations
Color information
#060735 (or 0x060735) is known color: Midnight Express. HEX triplet: 06, 07 and 35. RGB value is (6,7,53). Sum of RGB (Red+Green+Blue) = 6+7+53=66 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.09% from 66); Green value is 7 (3.12% from 255 or 10.61% from 66); Blue value is 53 (21.09% from 255 or 80.30% from 66); Max value from RGB is 53 - color contains mainly: blue. Hex color #060735 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060735 is #F9F8CA. Grayscale: #0B0B0B. Windows color (decimal): -16382155 or 3475206. OLE color: 3475206.
HSL color Cylindrical-coordinate representation of color #060735: hue angle of 238.72º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #060735 is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 6 | 7 | 53 | - |
| CMYK | 0.89 | 0.87 | 0 | 0.79 |
| HSL | 238.72º | 0.8% | 0.12% | - |
| HSV(B) | 238.72º | 0.89% | 0.21% | - |
| XYZ | 0.79 | 0.45 | 3.41 | - |
| YUV | 11.95 | 151.17 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 7 | 53 | 0.89 | 0.87 | 0 | 0.79 | 238.72 | 0.8 | 0.12 |
| Hex | 6 | 7 | 35 | 59 | 57 | 0 | 4F | EF | 50 | C |
| Octal | 6 | 7 | 65 | 131 | 127 | 0 | 117 | 357 | 120 | 14 |
| Binary | 110 | 111 | 110101 | 1011001 | 1010111 | 0 | 1001111 | 11101111 | 1010000 | 1100 |
Color Harmonies of #060735
Complementary color
Monochromatic Colors of #060735
Black with #060735
Text Example
Text Example
White with #060735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060735; }
p { color: rgb(6,7,53); }
H1.HeaderClassName
{
color: #060735;
}
.AnyTagClassName
{
color: #060735;
}
</style>
background-color css
<style>
a { background-color: #060735; }
a { background-color: rgb(6,7,53); }
div.DivClassName
{
background-color: #060735;
}
.BgClassName
{
background-color: #060735;
}
</style>
border-color css
<style>
span { border-color: #060735; }
span { border-color: rgb(6,7,53); }
td.TdClassName
{
border-color: #060735;
}
.TagClassName
{
border-color: #060735;
}
</style>