Shades of Midnight Express #0C0F34
Tints of Midnight Express #0C0F34
RGB
CMYK
RGB Variations
Color information
#0C0F34 (or 0x0C0F34) is known color: Midnight Express. HEX triplet: 0C, 0F and 34. RGB value is (12,15,52). Sum of RGB (Red+Green+Blue) = 12+15+52=79 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.19% from 79); Green value is 15 (6.25% from 255 or 18.99% from 79); Blue value is 52 (20.70% from 255 or 65.82% from 79); Max value from RGB is 52 - color contains mainly: blue. Hex color #0C0F34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0F34 is #F3F0CB. Grayscale: #121212. Windows color (decimal): -15986892 or 3411724. OLE color: 3411724.
HSL color Cylindrical-coordinate representation of color #0C0F34: hue angle of 235.5º 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 #0C0F34 is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 12 | 15 | 52 | - |
| CMYK | 0.77 | 0.71 | 0 | 0.80 |
| HSL | 235.5º | 0.63% | 0.13% | - |
| HSV(B) | 235.5º | 0.77% | 0.2% | - |
| XYZ | 0.94 | 0.67 | 3.33 | - |
| YUV | 18.32 | 147.01 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 15 | 52 | 0.77 | 0.71 | 0 | 0.80 | 235.5 | 0.63 | 0.13 |
| Hex | C | F | 34 | 4D | 47 | 0 | 50 | EC | 3E | D |
| Octal | 14 | 17 | 64 | 115 | 107 | 0 | 120 | 354 | 76 | 15 |
| Binary | 1100 | 1111 | 110100 | 1001101 | 1000111 | 0 | 1010000 | 11101100 | 111110 | 1101 |
Color Harmonies of #0C0F34
Complementary color
Monochromatic Colors of #0C0F34
Black with #0C0F34
Text Example
Text Example
White with #0C0F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0F34; }
p { color: rgb(12,15,52); }
H1.HeaderClassName
{
color: #0C0F34;
}
.AnyTagClassName
{
color: #0C0F34;
}
</style>
background-color css
<style>
a { background-color: #0C0F34; }
a { background-color: rgb(12,15,52); }
div.DivClassName
{
background-color: #0C0F34;
}
.BgClassName
{
background-color: #0C0F34;
}
</style>
border-color css
<style>
span { border-color: #0C0F34; }
span { border-color: rgb(12,15,52); }
td.TdClassName
{
border-color: #0C0F34;
}
.TagClassName
{
border-color: #0C0F34;
}
</style>