Shades of Midnight Express #0C182D
Tints of Midnight Express #0C182D
RGB
CMYK
RGB Variations
Color information
#0C182D (or 0x0C182D) is known color: Midnight Express. HEX triplet: 0C, 18 and 2D. RGB value is (12,24,45). Sum of RGB (Red+Green+Blue) = 12+24+45=81 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.81% from 81); Green value is 24 (9.77% from 255 or 29.63% from 81); Blue value is 45 (17.97% from 255 or 55.56% from 81); Max value from RGB is 45 - color contains mainly: blue. Hex color #0C182D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C182D is #F3E7D2. Grayscale: #161616. Windows color (decimal): -15984595 or 2955276. OLE color: 2955276.
HSL color Cylindrical-coordinate representation of color #0C182D: hue angle of 218.18º degrees, saturation: 0.58, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0C182D is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 12 | 24 | 45 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.82 |
| HSL | 218.18º | 0.58% | 0.11% | - |
| HSV(B) | 218.18º | 0.73% | 0.18% | - |
| XYZ | 0.95 | 0.92 | 2.61 | - |
| YUV | 22.81 | 140.52 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 24 | 45 | 0.73 | 0.47 | 0 | 0.82 | 218.18 | 0.58 | 0.11 |
| Hex | C | 18 | 2D | 49 | 2F | 0 | 52 | DA | 3A | B |
| Octal | 14 | 30 | 55 | 111 | 57 | 0 | 122 | 332 | 72 | 13 |
| Binary | 1100 | 11000 | 101101 | 1001001 | 101111 | 0 | 1010010 | 11011010 | 111010 | 1011 |
Color Harmonies of #0C182D
Complementary color
Monochromatic Colors of #0C182D
Black with #0C182D
Text Example
Text Example
White with #0C182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C182D; }
p { color: rgb(12,24,45); }
H1.HeaderClassName
{
color: #0C182D;
}
.AnyTagClassName
{
color: #0C182D;
}
</style>
background-color css
<style>
a { background-color: #0C182D; }
a { background-color: rgb(12,24,45); }
div.DivClassName
{
background-color: #0C182D;
}
.BgClassName
{
background-color: #0C182D;
}
</style>
border-color css
<style>
span { border-color: #0C182D; }
span { border-color: rgb(12,24,45); }
td.TdClassName
{
border-color: #0C182D;
}
.TagClassName
{
border-color: #0C182D;
}
</style>