Shades of Midnight Express #061B47
Tints of Midnight Express #061B47
RGB
CMYK
RGB Variations
Color information
#061B47 (or 0x061B47) is known color: Midnight Express. HEX triplet: 06, 1B and 47. RGB value is (6,27,71). Sum of RGB (Red+Green+Blue) = 6+27+71=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 27 (10.94% from 255 or 25.96% from 104); Blue value is 71 (28.12% from 255 or 68.27% from 104); Max value from RGB is 71 - color contains mainly: blue. Hex color #061B47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061B47 is #F9E4B8. Grayscale: #191919. Windows color (decimal): -16377017 or 4659974. OLE color: 4659974.
HSL color Cylindrical-coordinate representation of color #061B47: hue angle of 220.62º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #061B47 is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 6 | 27 | 71 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.72 |
| HSL | 220.62º | 0.84% | 0.15% | - |
| HSV(B) | 220.62º | 0.92% | 0.28% | - |
| XYZ | 1.6 | 1.28 | 6.12 | - |
| YUV | 25.74 | 153.54 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 27 | 71 | 0.92 | 0.62 | 0 | 0.72 | 220.62 | 0.84 | 0.15 |
| Hex | 6 | 1B | 47 | 5C | 3E | 0 | 48 | DD | 54 | F |
| Octal | 6 | 33 | 107 | 134 | 76 | 0 | 110 | 335 | 124 | 17 |
| Binary | 110 | 11011 | 1000111 | 1011100 | 111110 | 0 | 1001000 | 11011101 | 1010100 | 1111 |
Color Harmonies of #061B47
Complementary color
Monochromatic Colors of #061B47
Black with #061B47
Text Example
Text Example
White with #061B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061B47; }
p { color: rgb(6,27,71); }
H1.HeaderClassName
{
color: #061B47;
}
.AnyTagClassName
{
color: #061B47;
}
</style>
background-color css
<style>
a { background-color: #061B47; }
a { background-color: rgb(6,27,71); }
div.DivClassName
{
background-color: #061B47;
}
.BgClassName
{
background-color: #061B47;
}
</style>
border-color css
<style>
span { border-color: #061B47; }
span { border-color: rgb(6,27,71); }
td.TdClassName
{
border-color: #061B47;
}
.TagClassName
{
border-color: #061B47;
}
</style>