Shades of Midnight Express #0C1939
Tints of Midnight Express #0C1939
RGB
CMYK
RGB Variations
Color information
#0C1939 (or 0x0C1939) is known color: Midnight Express. HEX triplet: 0C, 19 and 39. RGB value is (12,25,57). Sum of RGB (Red+Green+Blue) = 12+25+57=94 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.77% from 94); Green value is 25 (10.16% from 255 or 26.60% from 94); Blue value is 57 (22.66% from 255 or 60.64% from 94); Max value from RGB is 57 - color contains mainly: blue. Hex color #0C1939 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1939 is #F3E6C6. Grayscale: #181818. Windows color (decimal): -15984327 or 3741964. OLE color: 3741964.
HSL color Cylindrical-coordinate representation of color #0C1939: hue angle of 222.67º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C1939 is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 12 | 25 | 57 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.78 |
| HSL | 222.67º | 0.65% | 0.14% | - |
| HSV(B) | 222.67º | 0.79% | 0.22% | - |
| XYZ | 1.24 | 1.07 | 4.01 | - |
| YUV | 24.76 | 146.19 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 25 | 57 | 0.79 | 0.56 | 0 | 0.78 | 222.67 | 0.65 | 0.14 |
| Hex | C | 19 | 39 | 4F | 38 | 0 | 4E | DF | 41 | E |
| Octal | 14 | 31 | 71 | 117 | 70 | 0 | 116 | 337 | 101 | 16 |
| Binary | 1100 | 11001 | 111001 | 1001111 | 111000 | 0 | 1001110 | 11011111 | 1000001 | 1110 |
Color Harmonies of #0C1939
Complementary color
Monochromatic Colors of #0C1939
Black with #0C1939
Text Example
Text Example
White with #0C1939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1939; }
p { color: rgb(12,25,57); }
H1.HeaderClassName
{
color: #0C1939;
}
.AnyTagClassName
{
color: #0C1939;
}
</style>
background-color css
<style>
a { background-color: #0C1939; }
a { background-color: rgb(12,25,57); }
div.DivClassName
{
background-color: #0C1939;
}
.BgClassName
{
background-color: #0C1939;
}
</style>
border-color css
<style>
span { border-color: #0C1939; }
span { border-color: rgb(12,25,57); }
td.TdClassName
{
border-color: #0C1939;
}
.TagClassName
{
border-color: #0C1939;
}
</style>