Shades of Midnight Express #0C053D
Tints of Midnight Express #0C053D
RGB
CMYK
RGB Variations
Color information
#0C053D (or 0x0C053D) is known color: Midnight Express. HEX triplet: 0C, 05 and 3D. RGB value is (12,5,61). Sum of RGB (Red+Green+Blue) = 12+5+61=78 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.38% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 61 (24.22% from 255 or 78.21% from 78); Max value from RGB is 61 - color contains mainly: blue. Hex color #0C053D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C053D is #F3FAC2. Grayscale: #0D0D0D. Windows color (decimal): -15989443 or 3998988. OLE color: 3998988.
HSL color Cylindrical-coordinate representation of color #0C053D: hue angle of 247.5º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C053D is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 12 | 5 | 61 | - |
| CMYK | 0.80 | 0.92 | 0 | 0.76 |
| HSL | 247.5º | 0.85% | 0.13% | - |
| HSV(B) | 247.5º | 0.92% | 0.24% | - |
| XYZ | 1.05 | 0.52 | 4.46 | - |
| YUV | 13.48 | 154.82 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 5 | 61 | 0.80 | 0.92 | 0 | 0.76 | 247.5 | 0.85 | 0.13 |
| Hex | C | 5 | 3D | 50 | 5C | 0 | 4C | F8 | 55 | D |
| Octal | 14 | 5 | 75 | 120 | 134 | 0 | 114 | 370 | 125 | 15 |
| Binary | 1100 | 101 | 111101 | 1010000 | 1011100 | 0 | 1001100 | 11111000 | 1010101 | 1101 |
Color Harmonies of #0C053D
Complementary color
Monochromatic Colors of #0C053D
Black with #0C053D
Text Example
Text Example
White with #0C053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C053D; }
p { color: rgb(12,5,61); }
H1.HeaderClassName
{
color: #0C053D;
}
.AnyTagClassName
{
color: #0C053D;
}
</style>
background-color css
<style>
a { background-color: #0C053D; }
a { background-color: rgb(12,5,61); }
div.DivClassName
{
background-color: #0C053D;
}
.BgClassName
{
background-color: #0C053D;
}
</style>
border-color css
<style>
span { border-color: #0C053D; }
span { border-color: rgb(12,5,61); }
td.TdClassName
{
border-color: #0C053D;
}
.TagClassName
{
border-color: #0C053D;
}
</style>