Shades of Midnight Express #060C48
Tints of Midnight Express #060C48
RGB
CMYK
RGB Variations
Color information
#060C48 (or 0x060C48) is known color: Midnight Express. HEX triplet: 06, 0C and 48. RGB value is (6,12,72). Sum of RGB (Red+Green+Blue) = 6+12+72=90 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.67% from 90); Green value is 12 (5.08% from 255 or 13.33% from 90); Blue value is 72 (28.52% from 255 or 80% from 90); Max value from RGB is 72 - color contains mainly: blue. Hex color #060C48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060C48 is #F9F3B7. Grayscale: #101010. Windows color (decimal): -16380856 or 4721670. OLE color: 4721670.
HSL color Cylindrical-coordinate representation of color #060C48: hue angle of 234.55º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #060C48 is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 6 | 12 | 72 | - |
| CMYK | 0.92 | 0.83 | 0 | 0.72 |
| HSL | 234.55º | 0.85% | 0.15% | - |
| HSV(B) | 234.55º | 0.92% | 0.28% | - |
| XYZ | 1.38 | 0.77 | 6.21 | - |
| YUV | 17.05 | 159.01 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 12 | 72 | 0.92 | 0.83 | 0 | 0.72 | 234.55 | 0.85 | 0.15 |
| Hex | 6 | C | 48 | 5C | 53 | 0 | 48 | EB | 55 | F |
| Octal | 6 | 14 | 110 | 134 | 123 | 0 | 110 | 353 | 125 | 17 |
| Binary | 110 | 1100 | 1001000 | 1011100 | 1010011 | 0 | 1001000 | 11101011 | 1010101 | 1111 |
Color Harmonies of #060C48
Complementary color
Monochromatic Colors of #060C48
Black with #060C48
Text Example
Text Example
White with #060C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060C48; }
p { color: rgb(6,12,72); }
H1.HeaderClassName
{
color: #060C48;
}
.AnyTagClassName
{
color: #060C48;
}
</style>
background-color css
<style>
a { background-color: #060C48; }
a { background-color: rgb(6,12,72); }
div.DivClassName
{
background-color: #060C48;
}
.BgClassName
{
background-color: #060C48;
}
</style>
border-color css
<style>
span { border-color: #060C48; }
span { border-color: rgb(6,12,72); }
td.TdClassName
{
border-color: #060C48;
}
.TagClassName
{
border-color: #060C48;
}
</style>