Shades of Midnight Express #0C103C
Tints of Midnight Express #0C103C
RGB
CMYK
RGB Variations
Color information
#0C103C (or 0x0C103C) is known color: Midnight Express. HEX triplet: 0C, 10 and 3C. RGB value is (12,16,60). Sum of RGB (Red+Green+Blue) = 12+16+60=88 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.64% from 88); Green value is 16 (6.64% from 255 or 18.18% from 88); Blue value is 60 (23.83% from 255 or 68.18% from 88); Max value from RGB is 60 - color contains mainly: blue. Hex color #0C103C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C103C is #F3EFC3. Grayscale: #131313. Windows color (decimal): -15986628 or 3936268. OLE color: 3936268.
HSL color Cylindrical-coordinate representation of color #0C103C: hue angle of 235º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C103C is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 12 | 16 | 60 | - |
| CMYK | 0.80 | 0.73 | 0 | 0.76 |
| HSL | 235º | 0.67% | 0.14% | - |
| HSV(B) | 235º | 0.8% | 0.24% | - |
| XYZ | 1.15 | 0.77 | 4.36 | - |
| YUV | 19.82 | 150.67 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 16 | 60 | 0.80 | 0.73 | 0 | 0.76 | 235 | 0.67 | 0.14 |
| Hex | C | 10 | 3C | 50 | 49 | 0 | 4C | EB | 43 | E |
| Octal | 14 | 20 | 74 | 120 | 111 | 0 | 114 | 353 | 103 | 16 |
| Binary | 1100 | 10000 | 111100 | 1010000 | 1001001 | 0 | 1001100 | 11101011 | 1000011 | 1110 |
Color Harmonies of #0C103C
Complementary color
Monochromatic Colors of #0C103C
Black with #0C103C
Text Example
Text Example
White with #0C103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C103C; }
p { color: rgb(12,16,60); }
H1.HeaderClassName
{
color: #0C103C;
}
.AnyTagClassName
{
color: #0C103C;
}
</style>
background-color css
<style>
a { background-color: #0C103C; }
a { background-color: rgb(12,16,60); }
div.DivClassName
{
background-color: #0C103C;
}
.BgClassName
{
background-color: #0C103C;
}
</style>
border-color css
<style>
span { border-color: #0C103C; }
span { border-color: rgb(12,16,60); }
td.TdClassName
{
border-color: #0C103C;
}
.TagClassName
{
border-color: #0C103C;
}
</style>