Shades of Midnight Express #060C3D
Tints of Midnight Express #060C3D
RGB
CMYK
RGB Variations
Color information
#060C3D (or 0x060C3D) is known color: Midnight Express. HEX triplet: 06, 0C and 3D. RGB value is (6,12,61). Sum of RGB (Red+Green+Blue) = 6+12+61=79 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.59% from 79); Green value is 12 (5.08% from 255 or 15.19% from 79); Blue value is 61 (24.22% from 255 or 77.22% from 79); Max value from RGB is 61 - color contains mainly: blue. Hex color #060C3D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060C3D is #F9F3C2. Grayscale: #0F0F0F. Windows color (decimal): -16380867 or 4000774. OLE color: 4000774.
HSL color Cylindrical-coordinate representation of color #060C3D: hue angle of 233.45º 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 #060C3D is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 12 | 61 | - |
| CMYK | 0.90 | 0.80 | 0 | 0.76 |
| HSL | 233.45º | 0.82% | 0.13% | - |
| HSV(B) | 233.45º | 0.9% | 0.24% | - |
| XYZ | 1.05 | 0.64 | 4.48 | - |
| YUV | 15.79 | 153.51 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 12 | 61 | 0.90 | 0.80 | 0 | 0.76 | 233.45 | 0.82 | 0.13 |
| Hex | 6 | C | 3D | 5A | 50 | 0 | 4C | E9 | 52 | D |
| Octal | 6 | 14 | 75 | 132 | 120 | 0 | 114 | 351 | 122 | 15 |
| Binary | 110 | 1100 | 111101 | 1011010 | 1010000 | 0 | 1001100 | 11101001 | 1010010 | 1101 |
Color Harmonies of #060C3D
Complementary color
Monochromatic Colors of #060C3D
Black with #060C3D
Text Example
Text Example
White with #060C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060C3D; }
p { color: rgb(6,12,61); }
H1.HeaderClassName
{
color: #060C3D;
}
.AnyTagClassName
{
color: #060C3D;
}
</style>
background-color css
<style>
a { background-color: #060C3D; }
a { background-color: rgb(6,12,61); }
div.DivClassName
{
background-color: #060C3D;
}
.BgClassName
{
background-color: #060C3D;
}
</style>
border-color css
<style>
span { border-color: #060C3D; }
span { border-color: rgb(6,12,61); }
td.TdClassName
{
border-color: #060C3D;
}
.TagClassName
{
border-color: #060C3D;
}
</style>