Shades of Midnight Express #060A3C
Tints of Midnight Express #060A3C
RGB
CMYK
RGB Variations
Color information
#060A3C (or 0x060A3C) is known color: Midnight Express. HEX triplet: 06, 0A and 3C. RGB value is (6,10,60). Sum of RGB (Red+Green+Blue) = 6+10+60=76 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.89% from 76); Green value is 10 (4.30% from 255 or 13.16% from 76); Blue value is 60 (23.83% from 255 or 78.95% from 76); Max value from RGB is 60 - color contains mainly: blue. Hex color #060A3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060A3C is #F9F5C3. Grayscale: #0E0E0E. Windows color (decimal): -16381380 or 3934726. OLE color: 3934726.
HSL color Cylindrical-coordinate representation of color #060A3C: hue angle of 235.56º 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 #060A3C is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 10 | 60 | - |
| CMYK | 0.90 | 0.83 | 0 | 0.76 |
| HSL | 235.56º | 0.82% | 0.13% | - |
| HSV(B) | 235.56º | 0.9% | 0.24% | - |
| XYZ | 1 | 0.58 | 4.33 | - |
| YUV | 14.5 | 153.67 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 10 | 60 | 0.90 | 0.83 | 0 | 0.76 | 235.56 | 0.82 | 0.13 |
| Hex | 6 | A | 3C | 5A | 53 | 0 | 4C | EC | 52 | D |
| Octal | 6 | 12 | 74 | 132 | 123 | 0 | 114 | 354 | 122 | 15 |
| Binary | 110 | 1010 | 111100 | 1011010 | 1010011 | 0 | 1001100 | 11101100 | 1010010 | 1101 |
Color Harmonies of #060A3C
Complementary color
Monochromatic Colors of #060A3C
Black with #060A3C
Text Example
Text Example
White with #060A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060A3C; }
p { color: rgb(6,10,60); }
H1.HeaderClassName
{
color: #060A3C;
}
.AnyTagClassName
{
color: #060A3C;
}
</style>
background-color css
<style>
a { background-color: #060A3C; }
a { background-color: rgb(6,10,60); }
div.DivClassName
{
background-color: #060A3C;
}
.BgClassName
{
background-color: #060A3C;
}
</style>
border-color css
<style>
span { border-color: #060A3C; }
span { border-color: rgb(6,10,60); }
td.TdClassName
{
border-color: #060A3C;
}
.TagClassName
{
border-color: #060A3C;
}
</style>