Shades of Midnight Express #060D40
Tints of Midnight Express #060D40
RGB
CMYK
RGB Variations
Color information
#060D40 (or 0x060D40) is known color: Midnight Express. HEX triplet: 06, 0D and 40. RGB value is (6,13,64). Sum of RGB (Red+Green+Blue) = 6+13+64=83 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.23% from 83); Green value is 13 (5.47% from 255 or 15.66% from 83); Blue value is 64 (25.39% from 255 or 77.11% from 83); Max value from RGB is 64 - color contains mainly: blue. Hex color #060D40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060D40 is #F9F2BF. Grayscale: #101010. Windows color (decimal): -16380608 or 4197638. OLE color: 4197638.
HSL color Cylindrical-coordinate representation of color #060D40: hue angle of 232.76º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #060D40 is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 13 | 64 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.75 |
| HSL | 232.76º | 0.83% | 0.14% | - |
| HSV(B) | 232.76º | 0.91% | 0.25% | - |
| XYZ | 1.14 | 0.7 | 4.92 | - |
| YUV | 16.72 | 154.68 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 13 | 64 | 0.91 | 0.80 | 0 | 0.75 | 232.76 | 0.83 | 0.14 |
| Hex | 6 | D | 40 | 5B | 50 | 0 | 4B | E9 | 53 | E |
| Octal | 6 | 15 | 100 | 133 | 120 | 0 | 113 | 351 | 123 | 16 |
| Binary | 110 | 1101 | 1000000 | 1011011 | 1010000 | 0 | 1001011 | 11101001 | 1010011 | 1110 |
Color Harmonies of #060D40
Complementary color
Monochromatic Colors of #060D40
Black with #060D40
Text Example
Text Example
White with #060D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060D40; }
p { color: rgb(6,13,64); }
H1.HeaderClassName
{
color: #060D40;
}
.AnyTagClassName
{
color: #060D40;
}
</style>
background-color css
<style>
a { background-color: #060D40; }
a { background-color: rgb(6,13,64); }
div.DivClassName
{
background-color: #060D40;
}
.BgClassName
{
background-color: #060D40;
}
</style>
border-color css
<style>
span { border-color: #060D40; }
span { border-color: rgb(6,13,64); }
td.TdClassName
{
border-color: #060D40;
}
.TagClassName
{
border-color: #060D40;
}
</style>