Shades of Midnight Express #060D2F
Tints of Midnight Express #060D2F
RGB
CMYK
RGB Variations
Color information
#060D2F (or 0x060D2F) is known color: Midnight Express. HEX triplet: 06, 0D and 2F. RGB value is (6,13,47). Sum of RGB (Red+Green+Blue) = 6+13+47=66 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.09% from 66); Green value is 13 (5.47% from 255 or 19.70% from 66); Blue value is 47 (18.75% from 255 or 71.21% from 66); Max value from RGB is 47 - color contains mainly: blue. Hex color #060D2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060D2F is #F9F2D0. Grayscale: #0E0E0E. Windows color (decimal): -16380625 or 3083526. OLE color: 3083526.
HSL color Cylindrical-coordinate representation of color #060D2F: hue angle of 229.76º degrees, saturation: 0.77, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #060D2F is Cyan = 0.87, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 6 | 13 | 47 | - |
| CMYK | 0.87 | 0.72 | 0 | 0.82 |
| HSL | 229.76º | 0.77% | 0.1% | - |
| HSV(B) | 229.76º | 0.87% | 0.18% | - |
| XYZ | 0.73 | 0.53 | 2.75 | - |
| YUV | 14.78 | 146.18 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 13 | 47 | 0.87 | 0.72 | 0 | 0.82 | 229.76 | 0.77 | 0.1 |
| Hex | 6 | D | 2F | 57 | 48 | 0 | 52 | E6 | 4D | A |
| Octal | 6 | 15 | 57 | 127 | 110 | 0 | 122 | 346 | 115 | 12 |
| Binary | 110 | 1101 | 101111 | 1010111 | 1001000 | 0 | 1010010 | 11100110 | 1001101 | 1010 |
Color Harmonies of #060D2F
Complementary color
Monochromatic Colors of #060D2F
Black with #060D2F
Text Example
Text Example
White with #060D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060D2F; }
p { color: rgb(6,13,47); }
H1.HeaderClassName
{
color: #060D2F;
}
.AnyTagClassName
{
color: #060D2F;
}
</style>
background-color css
<style>
a { background-color: #060D2F; }
a { background-color: rgb(6,13,47); }
div.DivClassName
{
background-color: #060D2F;
}
.BgClassName
{
background-color: #060D2F;
}
</style>
border-color css
<style>
span { border-color: #060D2F; }
span { border-color: rgb(6,13,47); }
td.TdClassName
{
border-color: #060D2F;
}
.TagClassName
{
border-color: #060D2F;
}
</style>