Shades of Midnight Express #060F31
Tints of Midnight Express #060F31
RGB
CMYK
RGB Variations
Color information
#060F31 (or 0x060F31) is known color: Midnight Express. HEX triplet: 06, 0F and 31. RGB value is (6,15,49). Sum of RGB (Red+Green+Blue) = 6+15+49=70 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.57% from 70); Green value is 15 (6.25% from 255 or 21.43% from 70); Blue value is 49 (19.53% from 255 or 70% from 70); Max value from RGB is 49 - color contains mainly: blue. Hex color #060F31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060F31 is #F9F0CE. Grayscale: #101010. Windows color (decimal): -16380111 or 3215110. OLE color: 3215110.
HSL color Cylindrical-coordinate representation of color #060F31: hue angle of 227.44º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #060F31 is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 6 | 15 | 49 | - |
| CMYK | 0.88 | 0.69 | 0 | 0.81 |
| HSL | 227.44º | 0.78% | 0.11% | - |
| HSV(B) | 227.44º | 0.88% | 0.19% | - |
| XYZ | 0.8 | 0.6 | 2.98 | - |
| YUV | 16.19 | 146.52 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 15 | 49 | 0.88 | 0.69 | 0 | 0.81 | 227.44 | 0.78 | 0.11 |
| Hex | 6 | F | 31 | 58 | 45 | 0 | 51 | E3 | 4E | B |
| Octal | 6 | 17 | 61 | 130 | 105 | 0 | 121 | 343 | 116 | 13 |
| Binary | 110 | 1111 | 110001 | 1011000 | 1000101 | 0 | 1010001 | 11100011 | 1001110 | 1011 |
Color Harmonies of #060F31
Complementary color
Monochromatic Colors of #060F31
Black with #060F31
Text Example
Text Example
White with #060F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060F31; }
p { color: rgb(6,15,49); }
H1.HeaderClassName
{
color: #060F31;
}
.AnyTagClassName
{
color: #060F31;
}
</style>
background-color css
<style>
a { background-color: #060F31; }
a { background-color: rgb(6,15,49); }
div.DivClassName
{
background-color: #060F31;
}
.BgClassName
{
background-color: #060F31;
}
</style>
border-color css
<style>
span { border-color: #060F31; }
span { border-color: rgb(6,15,49); }
td.TdClassName
{
border-color: #060F31;
}
.TagClassName
{
border-color: #060F31;
}
</style>