Shades of Midnight Express #0C1C34
Tints of Midnight Express #0C1C34
RGB
CMYK
RGB Variations
Color information
#0C1C34 (or 0x0C1C34) is known color: Midnight Express. HEX triplet: 0C, 1C and 34. RGB value is (12,28,52). Sum of RGB (Red+Green+Blue) = 12+28+52=92 (12% of max value = 765). Red value is 12 (5.08% from 255 or 13.04% from 92); Green value is 28 (11.33% from 255 or 30.43% from 92); Blue value is 52 (20.70% from 255 or 56.52% from 92); Max value from RGB is 52 - color contains mainly: blue. Hex color #0C1C34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C1C34 is #F3E3CB. Grayscale: #191919. Windows color (decimal): -15983564 or 3415052. OLE color: 3415052.
HSL color Cylindrical-coordinate representation of color #0C1C34: hue angle of 216º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0C1C34 is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 12 | 28 | 52 | - |
| CMYK | 0.77 | 0.46 | 0 | 0.80 |
| HSL | 216º | 0.63% | 0.13% | - |
| HSV(B) | 216º | 0.77% | 0.2% | - |
| XYZ | 1.19 | 1.16 | 3.41 | - |
| YUV | 25.95 | 142.7 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 28 | 52 | 0.77 | 0.46 | 0 | 0.80 | 216 | 0.63 | 0.13 |
| Hex | C | 1C | 34 | 4D | 2E | 0 | 50 | D8 | 3E | D |
| Octal | 14 | 34 | 64 | 115 | 56 | 0 | 120 | 330 | 76 | 15 |
| Binary | 1100 | 11100 | 110100 | 1001101 | 101110 | 0 | 1010000 | 11011000 | 111110 | 1101 |
Color Harmonies of #0C1C34
Complementary color
Monochromatic Colors of #0C1C34
Black with #0C1C34
Text Example
Text Example
White with #0C1C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1C34; }
p { color: rgb(12,28,52); }
H1.HeaderClassName
{
color: #0C1C34;
}
.AnyTagClassName
{
color: #0C1C34;
}
</style>
background-color css
<style>
a { background-color: #0C1C34; }
a { background-color: rgb(12,28,52); }
div.DivClassName
{
background-color: #0C1C34;
}
.BgClassName
{
background-color: #0C1C34;
}
</style>
border-color css
<style>
span { border-color: #0C1C34; }
span { border-color: rgb(12,28,52); }
td.TdClassName
{
border-color: #0C1C34;
}
.TagClassName
{
border-color: #0C1C34;
}
</style>