Shades of Midnight Express #0C1835
Tints of Midnight Express #0C1835
RGB
CMYK
RGB Variations
Color information
#0C1835 (or 0x0C1835) is known color: Midnight Express. HEX triplet: 0C, 18 and 35. RGB value is (12,24,53). Sum of RGB (Red+Green+Blue) = 12+24+53=89 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.48% from 89); Green value is 24 (9.77% from 255 or 26.97% from 89); Blue value is 53 (21.09% from 255 or 59.55% from 89); Max value from RGB is 53 - color contains mainly: blue. Hex color #0C1835 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1835 is #F3E7CA. Grayscale: #171717. Windows color (decimal): -15984587 or 3479564. OLE color: 3479564.
HSL color Cylindrical-coordinate representation of color #0C1835: hue angle of 222.44º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0C1835 is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 12 | 24 | 53 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.79 |
| HSL | 222.44º | 0.63% | 0.13% | - |
| HSV(B) | 222.44º | 0.77% | 0.21% | - |
| XYZ | 1.12 | 0.99 | 3.5 | - |
| YUV | 23.72 | 144.52 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 24 | 53 | 0.77 | 0.55 | 0 | 0.79 | 222.44 | 0.63 | 0.13 |
| Hex | C | 18 | 35 | 4D | 37 | 0 | 4F | DE | 3F | D |
| Octal | 14 | 30 | 65 | 115 | 67 | 0 | 117 | 336 | 77 | 15 |
| Binary | 1100 | 11000 | 110101 | 1001101 | 110111 | 0 | 1001111 | 11011110 | 111111 | 1101 |
Color Harmonies of #0C1835
Complementary color
Monochromatic Colors of #0C1835
Black with #0C1835
Text Example
Text Example
White with #0C1835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1835; }
p { color: rgb(12,24,53); }
H1.HeaderClassName
{
color: #0C1835;
}
.AnyTagClassName
{
color: #0C1835;
}
</style>
background-color css
<style>
a { background-color: #0C1835; }
a { background-color: rgb(12,24,53); }
div.DivClassName
{
background-color: #0C1835;
}
.BgClassName
{
background-color: #0C1835;
}
</style>
border-color css
<style>
span { border-color: #0C1835; }
span { border-color: rgb(12,24,53); }
td.TdClassName
{
border-color: #0C1835;
}
.TagClassName
{
border-color: #0C1835;
}
</style>