Shades of Midnight Express #061B46
Tints of Midnight Express #061B46
RGB
CMYK
RGB Variations
Color information
#061B46 (or 0x061B46) is known color: Midnight Express. HEX triplet: 06, 1B and 46. RGB value is (6,27,70). Sum of RGB (Red+Green+Blue) = 6+27+70=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 27 (10.94% from 255 or 26.21% from 103); Blue value is 70 (27.73% from 255 or 67.96% from 103); Max value from RGB is 70 - color contains mainly: blue. Hex color #061B46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061B46 is #F9E4B9. Grayscale: #191919. Windows color (decimal): -16377018 or 4594438. OLE color: 4594438.
HSL color Cylindrical-coordinate representation of color #061B46: hue angle of 220.31º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #061B46 is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 6 | 27 | 70 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.73 |
| HSL | 220.31º | 0.84% | 0.15% | - |
| HSV(B) | 220.31º | 0.91% | 0.27% | - |
| XYZ | 1.57 | 1.26 | 5.96 | - |
| YUV | 25.62 | 153.04 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 27 | 70 | 0.91 | 0.61 | 0 | 0.73 | 220.31 | 0.84 | 0.15 |
| Hex | 6 | 1B | 46 | 5B | 3D | 0 | 49 | DC | 54 | F |
| Octal | 6 | 33 | 106 | 133 | 75 | 0 | 111 | 334 | 124 | 17 |
| Binary | 110 | 11011 | 1000110 | 1011011 | 111101 | 0 | 1001001 | 11011100 | 1010100 | 1111 |
Color Harmonies of #061B46
Complementary color
Monochromatic Colors of #061B46
Black with #061B46
Text Example
Text Example
White with #061B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061B46; }
p { color: rgb(6,27,70); }
H1.HeaderClassName
{
color: #061B46;
}
.AnyTagClassName
{
color: #061B46;
}
</style>
background-color css
<style>
a { background-color: #061B46; }
a { background-color: rgb(6,27,70); }
div.DivClassName
{
background-color: #061B46;
}
.BgClassName
{
background-color: #061B46;
}
</style>
border-color css
<style>
span { border-color: #061B46; }
span { border-color: rgb(6,27,70); }
td.TdClassName
{
border-color: #061B46;
}
.TagClassName
{
border-color: #061B46;
}
</style>