Shades of Midnight Express #0C1635
Tints of Midnight Express #0C1635
RGB
CMYK
RGB Variations
Color information
#0C1635 (or 0x0C1635) is known color: Midnight Express. HEX triplet: 0C, 16 and 35. RGB value is (12,22,53). Sum of RGB (Red+Green+Blue) = 12+22+53=87 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.79% from 87); Green value is 22 (8.98% from 255 or 25.29% from 87); Blue value is 53 (21.09% from 255 or 60.92% from 87); Max value from RGB is 53 - color contains mainly: blue. Hex color #0C1635 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1635 is #F3E9CA. Grayscale: #161616. Windows color (decimal): -15985099 or 3479052. OLE color: 3479052.
HSL color Cylindrical-coordinate representation of color #0C1635: hue angle of 225.37º 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 #0C1635 is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 12 | 22 | 53 | - |
| CMYK | 0.77 | 0.58 | 0 | 0.79 |
| HSL | 225.37º | 0.63% | 0.13% | - |
| HSV(B) | 225.37º | 0.77% | 0.21% | - |
| XYZ | 1.08 | 0.91 | 3.49 | - |
| YUV | 22.54 | 145.19 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 22 | 53 | 0.77 | 0.58 | 0 | 0.79 | 225.37 | 0.63 | 0.13 |
| Hex | C | 16 | 35 | 4D | 3A | 0 | 4F | E1 | 3F | D |
| Octal | 14 | 26 | 65 | 115 | 72 | 0 | 117 | 341 | 77 | 15 |
| Binary | 1100 | 10110 | 110101 | 1001101 | 111010 | 0 | 1001111 | 11100001 | 111111 | 1101 |
Color Harmonies of #0C1635
Complementary color
Monochromatic Colors of #0C1635
Black with #0C1635
Text Example
Text Example
White with #0C1635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1635; }
p { color: rgb(12,22,53); }
H1.HeaderClassName
{
color: #0C1635;
}
.AnyTagClassName
{
color: #0C1635;
}
</style>
background-color css
<style>
a { background-color: #0C1635; }
a { background-color: rgb(12,22,53); }
div.DivClassName
{
background-color: #0C1635;
}
.BgClassName
{
background-color: #0C1635;
}
</style>
border-color css
<style>
span { border-color: #0C1635; }
span { border-color: rgb(12,22,53); }
td.TdClassName
{
border-color: #0C1635;
}
.TagClassName
{
border-color: #0C1635;
}
</style>