Shades of Midnight Express #000C37
Tints of Midnight Express #000C37
RGB
CMYK
RGB Variations
Color information
#000C37 (or 0x000C37) is known color: Midnight Express. HEX triplet: 00, 0C and 37. RGB value is (0,12,55). Sum of RGB (Red+Green+Blue) = 0+12+55=67 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 67); Green value is 12 (5.08% from 255 or 17.91% from 67); Blue value is 55 (21.88% from 255 or 82.09% from 67); Max value from RGB is 55 - color contains mainly: blue. Hex color #000C37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000C37 is #FFF3C8. Grayscale: #0D0D0D. Windows color (decimal): -16774089 or 3607552. OLE color: 3607552.
HSL color Cylindrical-coordinate representation of color #000C37: hue angle of 226.91º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000C37 is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 12 | 55 | - |
| CMYK | 1 | 0.78 | 0 | 0.78 |
| HSL | 226.91º | 1% | 0.11% | - |
| HSV(B) | 226.91º | 1% | 0.22% | - |
| XYZ | 0.82 | 0.54 | 3.68 | - |
| YUV | 13.31 | 151.52 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 55 | 1 | 0.78 | 0 | 0.78 | 226.91 | 1 | 0.11 |
| Hex | 0 | C | 37 | 64 | 4E | 0 | 4E | E3 | 64 | B |
| Octal | 0 | 14 | 67 | 144 | 116 | 0 | 116 | 343 | 144 | 13 |
| Binary | 0 | 1100 | 110111 | 1100100 | 1001110 | 0 | 1001110 | 11100011 | 1100100 | 1011 |
Color Harmonies of #000C37
Complementary color
Monochromatic Colors of #000C37
Black with #000C37
Text Example
Text Example
White with #000C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000C37; }
p { color: rgb(0,12,55); }
H1.HeaderClassName
{
color: #000C37;
}
.AnyTagClassName
{
color: #000C37;
}
</style>
background-color css
<style>
a { background-color: #000C37; }
a { background-color: rgb(0,12,55); }
div.DivClassName
{
background-color: #000C37;
}
.BgClassName
{
background-color: #000C37;
}
</style>
border-color css
<style>
span { border-color: #000C37; }
span { border-color: rgb(0,12,55); }
td.TdClassName
{
border-color: #000C37;
}
.TagClassName
{
border-color: #000C37;
}
</style>