Shades of Midnight Express #060D41
Tints of Midnight Express #060D41
RGB
CMYK
RGB Variations
Color information
#060D41 (or 0x060D41) is known color: Midnight Express. HEX triplet: 06, 0D and 41. RGB value is (6,13,65). Sum of RGB (Red+Green+Blue) = 6+13+65=84 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.14% from 84); Green value is 13 (5.47% from 255 or 15.48% from 84); Blue value is 65 (25.78% from 255 or 77.38% from 84); Max value from RGB is 65 - color contains mainly: blue. Hex color #060D41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060D41 is #F9F2BE. Grayscale: #101010. Windows color (decimal): -16380607 or 4263174. OLE color: 4263174.
HSL color Cylindrical-coordinate representation of color #060D41: hue angle of 232.88º 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 #060D41 is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 13 | 65 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.75 |
| HSL | 232.88º | 0.83% | 0.14% | - |
| HSV(B) | 232.88º | 0.91% | 0.25% | - |
| XYZ | 1.17 | 0.71 | 5.08 | - |
| YUV | 16.84 | 155.18 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 13 | 65 | 0.91 | 0.80 | 0 | 0.75 | 232.88 | 0.83 | 0.14 |
| Hex | 6 | D | 41 | 5B | 50 | 0 | 4B | E9 | 53 | E |
| Octal | 6 | 15 | 101 | 133 | 120 | 0 | 113 | 351 | 123 | 16 |
| Binary | 110 | 1101 | 1000001 | 1011011 | 1010000 | 0 | 1001011 | 11101001 | 1010011 | 1110 |
Color Harmonies of #060D41
Complementary color
Monochromatic Colors of #060D41
Black with #060D41
Text Example
Text Example
White with #060D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060D41; }
p { color: rgb(6,13,65); }
H1.HeaderClassName
{
color: #060D41;
}
.AnyTagClassName
{
color: #060D41;
}
</style>
background-color css
<style>
a { background-color: #060D41; }
a { background-color: rgb(6,13,65); }
div.DivClassName
{
background-color: #060D41;
}
.BgClassName
{
background-color: #060D41;
}
</style>
border-color css
<style>
span { border-color: #060D41; }
span { border-color: rgb(6,13,65); }
td.TdClassName
{
border-color: #060D41;
}
.TagClassName
{
border-color: #060D41;
}
</style>