Shades of Midnight Express #0C1339
Tints of Midnight Express #0C1339
RGB
CMYK
RGB Variations
Color information
#0C1339 (or 0x0C1339) is known color: Midnight Express. HEX triplet: 0C, 13 and 39. RGB value is (12,19,57). Sum of RGB (Red+Green+Blue) = 12+19+57=88 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.64% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 57 (22.66% from 255 or 64.77% from 88); Max value from RGB is 57 - color contains mainly: blue. Hex color #0C1339 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1339 is #F3ECC6. Grayscale: #151515. Windows color (decimal): -15985863 or 3740428. OLE color: 3740428.
HSL color Cylindrical-coordinate representation of color #0C1339: hue angle of 230.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 #0C1339 is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 12 | 19 | 57 | - |
| CMYK | 0.79 | 0.67 | 0 | 0.78 |
| HSL | 230.67º | 0.65% | 0.14% | - |
| HSV(B) | 230.67º | 0.79% | 0.22% | - |
| XYZ | 1.12 | 0.84 | 3.97 | - |
| YUV | 21.24 | 148.18 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 19 | 57 | 0.79 | 0.67 | 0 | 0.78 | 230.67 | 0.65 | 0.14 |
| Hex | C | 13 | 39 | 4F | 43 | 0 | 4E | E7 | 41 | E |
| Octal | 14 | 23 | 71 | 117 | 103 | 0 | 116 | 347 | 101 | 16 |
| Binary | 1100 | 10011 | 111001 | 1001111 | 1000011 | 0 | 1001110 | 11100111 | 1000001 | 1110 |
Color Harmonies of #0C1339
Complementary color
Monochromatic Colors of #0C1339
Black with #0C1339
Text Example
Text Example
White with #0C1339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1339; }
p { color: rgb(12,19,57); }
H1.HeaderClassName
{
color: #0C1339;
}
.AnyTagClassName
{
color: #0C1339;
}
</style>
background-color css
<style>
a { background-color: #0C1339; }
a { background-color: rgb(12,19,57); }
div.DivClassName
{
background-color: #0C1339;
}
.BgClassName
{
background-color: #0C1339;
}
</style>
border-color css
<style>
span { border-color: #0C1339; }
span { border-color: rgb(12,19,57); }
td.TdClassName
{
border-color: #0C1339;
}
.TagClassName
{
border-color: #0C1339;
}
</style>