Shades of Midnight Express #0C182C
Tints of Midnight Express #0C182C
RGB
CMYK
RGB Variations
Color information
#0C182C (or 0x0C182C) is known color: Midnight Express. HEX triplet: 0C, 18 and 2C. RGB value is (12,24,44). Sum of RGB (Red+Green+Blue) = 12+24+44=80 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15% from 80); Green value is 24 (9.77% from 255 or 30% from 80); Blue value is 44 (17.58% from 255 or 55% from 80); Max value from RGB is 44 - color contains mainly: blue. Hex color #0C182C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C182C is #F3E7D3. Grayscale: #161616. Windows color (decimal): -15984596 or 2889740. OLE color: 2889740.
HSL color Cylindrical-coordinate representation of color #0C182C: hue angle of 217.5º degrees, saturation: 0.57, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0C182C is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 12 | 24 | 44 | - |
| CMYK | 0.73 | 0.45 | 0 | 0.83 |
| HSL | 217.5º | 0.57% | 0.11% | - |
| HSV(B) | 217.5º | 0.73% | 0.17% | - |
| XYZ | 0.93 | 0.91 | 2.51 | - |
| YUV | 22.69 | 140.02 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 24 | 44 | 0.73 | 0.45 | 0 | 0.83 | 217.5 | 0.57 | 0.11 |
| Hex | C | 18 | 2C | 49 | 2D | 0 | 53 | DA | 39 | B |
| Octal | 14 | 30 | 54 | 111 | 55 | 0 | 123 | 332 | 71 | 13 |
| Binary | 1100 | 11000 | 101100 | 1001001 | 101101 | 0 | 1010011 | 11011010 | 111001 | 1011 |
Color Harmonies of #0C182C
Complementary color
Monochromatic Colors of #0C182C
Black with #0C182C
Text Example
Text Example
White with #0C182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C182C; }
p { color: rgb(12,24,44); }
H1.HeaderClassName
{
color: #0C182C;
}
.AnyTagClassName
{
color: #0C182C;
}
</style>
background-color css
<style>
a { background-color: #0C182C; }
a { background-color: rgb(12,24,44); }
div.DivClassName
{
background-color: #0C182C;
}
.BgClassName
{
background-color: #0C182C;
}
</style>
border-color css
<style>
span { border-color: #0C182C; }
span { border-color: rgb(12,24,44); }
td.TdClassName
{
border-color: #0C182C;
}
.TagClassName
{
border-color: #0C182C;
}
</style>