Shades of Midnight Express #0C0F35
Tints of Midnight Express #0C0F35
RGB
CMYK
RGB Variations
Color information
#0C0F35 (or 0x0C0F35) is known color: Midnight Express. HEX triplet: 0C, 0F and 35. RGB value is (12,15,53). Sum of RGB (Red+Green+Blue) = 12+15+53=80 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15% from 80); Green value is 15 (6.25% from 255 or 18.75% from 80); Blue value is 53 (21.09% from 255 or 66.25% from 80); Max value from RGB is 53 - color contains mainly: blue. Hex color #0C0F35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0F35 is #F3F0CA. Grayscale: #121212. Windows color (decimal): -15986891 or 3477260. OLE color: 3477260.
HSL color Cylindrical-coordinate representation of color #0C0F35: hue angle of 235.61º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0C0F35 is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 12 | 15 | 53 | - |
| CMYK | 0.77 | 0.72 | 0 | 0.79 |
| HSL | 235.61º | 0.63% | 0.13% | - |
| HSV(B) | 235.61º | 0.77% | 0.21% | - |
| XYZ | 0.97 | 0.68 | 3.45 | - |
| YUV | 18.44 | 147.51 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 15 | 53 | 0.77 | 0.72 | 0 | 0.79 | 235.61 | 0.63 | 0.13 |
| Hex | C | F | 35 | 4D | 48 | 0 | 4F | EC | 3F | D |
| Octal | 14 | 17 | 65 | 115 | 110 | 0 | 117 | 354 | 77 | 15 |
| Binary | 1100 | 1111 | 110101 | 1001101 | 1001000 | 0 | 1001111 | 11101100 | 111111 | 1101 |
Color Harmonies of #0C0F35
Complementary color
Monochromatic Colors of #0C0F35
Black with #0C0F35
Text Example
Text Example
White with #0C0F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0F35; }
p { color: rgb(12,15,53); }
H1.HeaderClassName
{
color: #0C0F35;
}
.AnyTagClassName
{
color: #0C0F35;
}
</style>
background-color css
<style>
a { background-color: #0C0F35; }
a { background-color: rgb(12,15,53); }
div.DivClassName
{
background-color: #0C0F35;
}
.BgClassName
{
background-color: #0C0F35;
}
</style>
border-color css
<style>
span { border-color: #0C0F35; }
span { border-color: rgb(12,15,53); }
td.TdClassName
{
border-color: #0C0F35;
}
.TagClassName
{
border-color: #0C0F35;
}
</style>