Shades of Midnight Express #061B3E
Tints of Midnight Express #061B3E
RGB
CMYK
RGB Variations
Color information
#061B3E (or 0x061B3E) is known color: Midnight Express. HEX triplet: 06, 1B and 3E. RGB value is (6,27,62). Sum of RGB (Red+Green+Blue) = 6+27+62=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 27 (10.94% from 255 or 28.42% from 95); Blue value is 62 (24.61% from 255 or 65.26% from 95); Max value from RGB is 62 - color contains mainly: blue. Hex color #061B3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061B3E is #F9E4C1. Grayscale: #181818. Windows color (decimal): -16377026 or 4070150. OLE color: 4070150.
HSL color Cylindrical-coordinate representation of color #061B3E: hue angle of 217.5º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #061B3E is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 27 | 62 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.76 |
| HSL | 217.5º | 0.82% | 0.13% | - |
| HSV(B) | 217.5º | 0.9% | 0.24% | - |
| XYZ | 1.34 | 1.17 | 4.71 | - |
| YUV | 24.71 | 149.04 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 27 | 62 | 0.90 | 0.56 | 0 | 0.76 | 217.5 | 0.82 | 0.13 |
| Hex | 6 | 1B | 3E | 5A | 38 | 0 | 4C | DA | 52 | D |
| Octal | 6 | 33 | 76 | 132 | 70 | 0 | 114 | 332 | 122 | 15 |
| Binary | 110 | 11011 | 111110 | 1011010 | 111000 | 0 | 1001100 | 11011010 | 1010010 | 1101 |
Color Harmonies of #061B3E
Complementary color
Monochromatic Colors of #061B3E
Black with #061B3E
Text Example
Text Example
White with #061B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061B3E; }
p { color: rgb(6,27,62); }
H1.HeaderClassName
{
color: #061B3E;
}
.AnyTagClassName
{
color: #061B3E;
}
</style>
background-color css
<style>
a { background-color: #061B3E; }
a { background-color: rgb(6,27,62); }
div.DivClassName
{
background-color: #061B3E;
}
.BgClassName
{
background-color: #061B3E;
}
</style>
border-color css
<style>
span { border-color: #061B3E; }
span { border-color: rgb(6,27,62); }
td.TdClassName
{
border-color: #061B3E;
}
.TagClassName
{
border-color: #061B3E;
}
</style>