Shades of Midnight Express #0C1736
Tints of Midnight Express #0C1736
RGB
CMYK
RGB Variations
Color information
#0C1736 (or 0x0C1736) is known color: Midnight Express. HEX triplet: 0C, 17 and 36. RGB value is (12,23,54). Sum of RGB (Red+Green+Blue) = 12+23+54=89 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.48% from 89); Green value is 23 (9.38% from 255 or 25.84% from 89); Blue value is 54 (21.48% from 255 or 60.67% from 89); Max value from RGB is 54 - color contains mainly: blue. Hex color #0C1736 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1736 is #F3E8C9. Grayscale: #171717. Windows color (decimal): -15984842 or 3544844. OLE color: 3544844.
HSL color Cylindrical-coordinate representation of color #0C1736: hue angle of 224.29º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0C1736 is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 12 | 23 | 54 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.79 |
| HSL | 224.29º | 0.64% | 0.13% | - |
| HSV(B) | 224.29º | 0.78% | 0.21% | - |
| XYZ | 1.12 | 0.96 | 3.62 | - |
| YUV | 23.25 | 145.36 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 23 | 54 | 0.78 | 0.57 | 0 | 0.79 | 224.29 | 0.64 | 0.13 |
| Hex | C | 17 | 36 | 4E | 39 | 0 | 4F | E0 | 40 | D |
| Octal | 14 | 27 | 66 | 116 | 71 | 0 | 117 | 340 | 100 | 15 |
| Binary | 1100 | 10111 | 110110 | 1001110 | 111001 | 0 | 1001111 | 11100000 | 1000000 | 1101 |
Color Harmonies of #0C1736
Complementary color
Monochromatic Colors of #0C1736
Black with #0C1736
Text Example
Text Example
White with #0C1736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1736; }
p { color: rgb(12,23,54); }
H1.HeaderClassName
{
color: #0C1736;
}
.AnyTagClassName
{
color: #0C1736;
}
</style>
background-color css
<style>
a { background-color: #0C1736; }
a { background-color: rgb(12,23,54); }
div.DivClassName
{
background-color: #0C1736;
}
.BgClassName
{
background-color: #0C1736;
}
</style>
border-color css
<style>
span { border-color: #0C1736; }
span { border-color: rgb(12,23,54); }
td.TdClassName
{
border-color: #0C1736;
}
.TagClassName
{
border-color: #0C1736;
}
</style>