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