Shades of Midnight Express #0C1834
Tints of Midnight Express #0C1834
RGB
CMYK
RGB Variations
Color information
#0C1834 (or 0x0C1834) is known color: Midnight Express. HEX triplet: 0C, 18 and 34. RGB value is (12,24,52). Sum of RGB (Red+Green+Blue) = 12+24+52=88 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.64% from 88); Green value is 24 (9.77% from 255 or 27.27% from 88); Blue value is 52 (20.70% from 255 or 59.09% from 88); Max value from RGB is 52 - color contains mainly: blue. Hex color #0C1834 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1834 is #F3E7CB. Grayscale: #171717. Windows color (decimal): -15984588 or 3414028. OLE color: 3414028.
HSL color Cylindrical-coordinate representation of color #0C1834: hue angle of 222º 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 #0C1834 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 12 | 24 | 52 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.80 |
| HSL | 222º | 0.63% | 0.13% | - |
| HSV(B) | 222º | 0.77% | 0.2% | - |
| XYZ | 1.1 | 0.98 | 3.38 | - |
| YUV | 23.6 | 144.02 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 24 | 52 | 0.77 | 0.54 | 0 | 0.80 | 222 | 0.63 | 0.13 |
| Hex | C | 18 | 34 | 4D | 36 | 0 | 50 | DE | 3E | D |
| Octal | 14 | 30 | 64 | 115 | 66 | 0 | 120 | 336 | 76 | 15 |
| Binary | 1100 | 11000 | 110100 | 1001101 | 110110 | 0 | 1010000 | 11011110 | 111110 | 1101 |
Color Harmonies of #0C1834
Complementary color
Monochromatic Colors of #0C1834
Black with #0C1834
Text Example
Text Example
White with #0C1834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1834; }
p { color: rgb(12,24,52); }
H1.HeaderClassName
{
color: #0C1834;
}
.AnyTagClassName
{
color: #0C1834;
}
</style>
background-color css
<style>
a { background-color: #0C1834; }
a { background-color: rgb(12,24,52); }
div.DivClassName
{
background-color: #0C1834;
}
.BgClassName
{
background-color: #0C1834;
}
</style>
border-color css
<style>
span { border-color: #0C1834; }
span { border-color: rgb(12,24,52); }
td.TdClassName
{
border-color: #0C1834;
}
.TagClassName
{
border-color: #0C1834;
}
</style>