Shades of Midnight Express #061B3C
Tints of Midnight Express #061B3C
RGB
CMYK
RGB Variations
Color information
#061B3C (or 0x061B3C) is known color: Midnight Express. HEX triplet: 06, 1B and 3C. RGB value is (6,27,60). Sum of RGB (Red+Green+Blue) = 6+27+60=93 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.45% from 93); Green value is 27 (10.94% from 255 or 29.03% from 93); Blue value is 60 (23.83% from 255 or 64.52% from 93); Max value from RGB is 60 - color contains mainly: blue. Hex color #061B3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061B3C is #F9E4C3. Grayscale: #181818. Windows color (decimal): -16377028 or 3939078. OLE color: 3939078.
HSL color Cylindrical-coordinate representation of color #061B3C: hue angle of 216.67º 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 #061B3C is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 27 | 60 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.76 |
| HSL | 216.67º | 0.82% | 0.13% | - |
| HSV(B) | 216.67º | 0.9% | 0.24% | - |
| XYZ | 1.28 | 1.15 | 4.43 | - |
| YUV | 24.48 | 148.04 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 27 | 60 | 0.90 | 0.55 | 0 | 0.76 | 216.67 | 0.82 | 0.13 |
| Hex | 6 | 1B | 3C | 5A | 37 | 0 | 4C | D9 | 52 | D |
| Octal | 6 | 33 | 74 | 132 | 67 | 0 | 114 | 331 | 122 | 15 |
| Binary | 110 | 11011 | 111100 | 1011010 | 110111 | 0 | 1001100 | 11011001 | 1010010 | 1101 |
Color Harmonies of #061B3C
Complementary color
Monochromatic Colors of #061B3C
Black with #061B3C
Text Example
Text Example
White with #061B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061B3C; }
p { color: rgb(6,27,60); }
H1.HeaderClassName
{
color: #061B3C;
}
.AnyTagClassName
{
color: #061B3C;
}
</style>
background-color css
<style>
a { background-color: #061B3C; }
a { background-color: rgb(6,27,60); }
div.DivClassName
{
background-color: #061B3C;
}
.BgClassName
{
background-color: #061B3C;
}
</style>
border-color css
<style>
span { border-color: #061B3C; }
span { border-color: rgb(6,27,60); }
td.TdClassName
{
border-color: #061B3C;
}
.TagClassName
{
border-color: #061B3C;
}
</style>