Shades of Midnight Express #0C083C
Tints of Midnight Express #0C083C
RGB
CMYK
RGB Variations
Color information
#0C083C (or 0x0C083C) is known color: Midnight Express. HEX triplet: 0C, 08 and 3C. RGB value is (12,8,60). Sum of RGB (Red+Green+Blue) = 12+8+60=80 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15% from 80); Green value is 8 (3.52% from 255 or 10% from 80); Blue value is 60 (23.83% from 255 or 75% from 80); Max value from RGB is 60 - color contains mainly: blue. Hex color #0C083C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C083C is #F3F7C3. Grayscale: #0E0E0E. Windows color (decimal): -15988676 or 3934220. OLE color: 3934220.
HSL color Cylindrical-coordinate representation of color #0C083C: hue angle of 244.62º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C083C is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 12 | 8 | 60 | - |
| CMYK | 0.80 | 0.87 | 0 | 0.76 |
| HSL | 244.62º | 0.76% | 0.13% | - |
| HSV(B) | 244.62º | 0.87% | 0.24% | - |
| XYZ | 1.05 | 0.58 | 4.33 | - |
| YUV | 15.12 | 153.33 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 8 | 60 | 0.80 | 0.87 | 0 | 0.76 | 244.62 | 0.76 | 0.13 |
| Hex | C | 8 | 3C | 50 | 57 | 0 | 4C | F5 | 4C | D |
| Octal | 14 | 10 | 74 | 120 | 127 | 0 | 114 | 365 | 114 | 15 |
| Binary | 1100 | 1000 | 111100 | 1010000 | 1010111 | 0 | 1001100 | 11110101 | 1001100 | 1101 |
Color Harmonies of #0C083C
Complementary color
Monochromatic Colors of #0C083C
Black with #0C083C
Text Example
Text Example
White with #0C083C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C083C; }
p { color: rgb(12,8,60); }
H1.HeaderClassName
{
color: #0C083C;
}
.AnyTagClassName
{
color: #0C083C;
}
</style>
background-color css
<style>
a { background-color: #0C083C; }
a { background-color: rgb(12,8,60); }
div.DivClassName
{
background-color: #0C083C;
}
.BgClassName
{
background-color: #0C083C;
}
</style>
border-color css
<style>
span { border-color: #0C083C; }
span { border-color: rgb(12,8,60); }
td.TdClassName
{
border-color: #0C083C;
}
.TagClassName
{
border-color: #0C083C;
}
</style>