Shades of Midnight Express #061C3F
Tints of Midnight Express #061C3F
RGB
CMYK
RGB Variations
Color information
#061C3F (or 0x061C3F) is known color: Midnight Express. HEX triplet: 06, 1C and 3F. RGB value is (6,28,63). Sum of RGB (Red+Green+Blue) = 6+28+63=97 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.19% from 97); Green value is 28 (11.33% from 255 or 28.87% from 97); Blue value is 63 (25% from 255 or 64.95% from 97); Max value from RGB is 63 - color contains mainly: blue. Hex color #061C3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061C3F is #F9E3C0. Grayscale: #191919. Windows color (decimal): -16376769 or 4135942. OLE color: 4135942.
HSL color Cylindrical-coordinate representation of color #061C3F: hue angle of 216.84º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #061C3F is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 28 | 63 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.75 |
| HSL | 216.84º | 0.83% | 0.14% | - |
| HSV(B) | 216.84º | 0.9% | 0.25% | - |
| XYZ | 1.39 | 1.23 | 4.87 | - |
| YUV | 25.41 | 149.21 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 28 | 63 | 0.90 | 0.56 | 0 | 0.75 | 216.84 | 0.83 | 0.14 |
| Hex | 6 | 1C | 3F | 5A | 38 | 0 | 4B | D9 | 53 | E |
| Octal | 6 | 34 | 77 | 132 | 70 | 0 | 113 | 331 | 123 | 16 |
| Binary | 110 | 11100 | 111111 | 1011010 | 111000 | 0 | 1001011 | 11011001 | 1010011 | 1110 |
Color Harmonies of #061C3F
Complementary color
Monochromatic Colors of #061C3F
Black with #061C3F
Text Example
Text Example
White with #061C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061C3F; }
p { color: rgb(6,28,63); }
H1.HeaderClassName
{
color: #061C3F;
}
.AnyTagClassName
{
color: #061C3F;
}
</style>
background-color css
<style>
a { background-color: #061C3F; }
a { background-color: rgb(6,28,63); }
div.DivClassName
{
background-color: #061C3F;
}
.BgClassName
{
background-color: #061C3F;
}
</style>
border-color css
<style>
span { border-color: #061C3F; }
span { border-color: rgb(6,28,63); }
td.TdClassName
{
border-color: #061C3F;
}
.TagClassName
{
border-color: #061C3F;
}
</style>