Shades of Midnight Express #0C1534
Tints of Midnight Express #0C1534
RGB
CMYK
RGB Variations
Color information
#0C1534 (or 0x0C1534) is known color: Midnight Express. HEX triplet: 0C, 15 and 34. RGB value is (12,21,52). Sum of RGB (Red+Green+Blue) = 12+21+52=85 (11% of max value = 765). Red value is 12 (5.08% from 255 or 14.12% from 85); Green value is 21 (8.59% from 255 or 24.71% from 85); Blue value is 52 (20.70% from 255 or 61.18% from 85); Max value from RGB is 52 - color contains mainly: blue. Hex color #0C1534 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1534 is #F3EACB. Grayscale: #151515. Windows color (decimal): -15985356 or 3413260. OLE color: 3413260.
HSL color Cylindrical-coordinate representation of color #0C1534: hue angle of 226.5º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0C1534 is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 12 | 21 | 52 | - |
| CMYK | 0.77 | 0.60 | 0 | 0.80 |
| HSL | 226.5º | 0.63% | 0.13% | - |
| HSV(B) | 226.5º | 0.77% | 0.2% | - |
| XYZ | 1.04 | 0.86 | 3.36 | - |
| YUV | 21.84 | 145.02 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 21 | 52 | 0.77 | 0.60 | 0 | 0.80 | 226.5 | 0.63 | 0.13 |
| Hex | C | 15 | 34 | 4D | 3C | 0 | 50 | E2 | 3E | D |
| Octal | 14 | 25 | 64 | 115 | 74 | 0 | 120 | 342 | 76 | 15 |
| Binary | 1100 | 10101 | 110100 | 1001101 | 111100 | 0 | 1010000 | 11100010 | 111110 | 1101 |
Color Harmonies of #0C1534
Complementary color
Monochromatic Colors of #0C1534
Black with #0C1534
Text Example
Text Example
White with #0C1534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1534; }
p { color: rgb(12,21,52); }
H1.HeaderClassName
{
color: #0C1534;
}
.AnyTagClassName
{
color: #0C1534;
}
</style>
background-color css
<style>
a { background-color: #0C1534; }
a { background-color: rgb(12,21,52); }
div.DivClassName
{
background-color: #0C1534;
}
.BgClassName
{
background-color: #0C1534;
}
</style>
border-color css
<style>
span { border-color: #0C1534; }
span { border-color: rgb(12,21,52); }
td.TdClassName
{
border-color: #0C1534;
}
.TagClassName
{
border-color: #0C1534;
}
</style>