Shades of Midnight Express #06102C
Tints of Midnight Express #06102C
RGB
CMYK
RGB Variations
Color information
#06102C (or 0x06102C) is known color: Midnight Express. HEX triplet: 06, 10 and 2C. RGB value is (6,16,44). Sum of RGB (Red+Green+Blue) = 6+16+44=66 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.09% from 66); Green value is 16 (6.64% from 255 or 24.24% from 66); Blue value is 44 (17.58% from 255 or 66.67% from 66); Max value from RGB is 44 - color contains mainly: blue. Hex color #06102C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06102C is #F9EFD3. Grayscale: #101010. Windows color (decimal): -16379860 or 2887686. OLE color: 2887686.
HSL color Cylindrical-coordinate representation of color #06102C: hue angle of 224.21º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #06102C is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 6 | 16 | 44 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.83 |
| HSL | 224.21º | 0.76% | 0.1% | - |
| HSV(B) | 224.21º | 0.86% | 0.17% | - |
| XYZ | 0.72 | 0.59 | 2.46 | - |
| YUV | 16.2 | 143.69 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 16 | 44 | 0.86 | 0.64 | 0 | 0.83 | 224.21 | 0.76 | 0.1 |
| Hex | 6 | 10 | 2C | 56 | 40 | 0 | 53 | E0 | 4C | A |
| Octal | 6 | 20 | 54 | 126 | 100 | 0 | 123 | 340 | 114 | 12 |
| Binary | 110 | 10000 | 101100 | 1010110 | 1000000 | 0 | 1010011 | 11100000 | 1001100 | 1010 |
Color Harmonies of #06102C
Complementary color
Monochromatic Colors of #06102C
Black with #06102C
Text Example
Text Example
White with #06102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06102C; }
p { color: rgb(6,16,44); }
H1.HeaderClassName
{
color: #06102C;
}
.AnyTagClassName
{
color: #06102C;
}
</style>
background-color css
<style>
a { background-color: #06102C; }
a { background-color: rgb(6,16,44); }
div.DivClassName
{
background-color: #06102C;
}
.BgClassName
{
background-color: #06102C;
}
</style>
border-color css
<style>
span { border-color: #06102C; }
span { border-color: rgb(6,16,44); }
td.TdClassName
{
border-color: #06102C;
}
.TagClassName
{
border-color: #06102C;
}
</style>