Shades of Midnight Express #000C2E
Tints of Midnight Express #000C2E
RGB
CMYK
RGB Variations
Color information
#000C2E (or 0x000C2E) is known color: Midnight Express. HEX triplet: 00, 0C and 2E. RGB value is (0,12,46). Sum of RGB (Red+Green+Blue) = 0+12+46=58 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 58); Green value is 12 (5.08% from 255 or 20.69% from 58); Blue value is 46 (18.36% from 255 or 79.31% from 58); Max value from RGB is 46 - color contains mainly: blue. Hex color #000C2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000C2E is #FFF3D1. Grayscale: #0C0C0C. Windows color (decimal): -16774098 or 3017728. OLE color: 3017728.
HSL color Cylindrical-coordinate representation of color #000C2E: hue angle of 224.35º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000C2E is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 0 | 12 | 46 | - |
| CMYK | 1 | 0.74 | 0 | 0.82 |
| HSL | 224.35º | 1% | 0.09% | - |
| HSV(B) | 224.35º | 1% | 0.18% | - |
| XYZ | 0.62 | 0.46 | 2.64 | - |
| YUV | 12.29 | 147.02 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 46 | 1 | 0.74 | 0 | 0.82 | 224.35 | 1 | 0.09 |
| Hex | 0 | C | 2E | 64 | 4A | 0 | 52 | E0 | 64 | 9 |
| Octal | 0 | 14 | 56 | 144 | 112 | 0 | 122 | 340 | 144 | 11 |
| Binary | 0 | 1100 | 101110 | 1100100 | 1001010 | 0 | 1010010 | 11100000 | 1100100 | 1001 |
Color Harmonies of #000C2E
Complementary color
Monochromatic Colors of #000C2E
Black with #000C2E
Text Example
Text Example
White with #000C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000C2E; }
p { color: rgb(0,12,46); }
H1.HeaderClassName
{
color: #000C2E;
}
.AnyTagClassName
{
color: #000C2E;
}
</style>
background-color css
<style>
a { background-color: #000C2E; }
a { background-color: rgb(0,12,46); }
div.DivClassName
{
background-color: #000C2E;
}
.BgClassName
{
background-color: #000C2E;
}
</style>
border-color css
<style>
span { border-color: #000C2E; }
span { border-color: rgb(0,12,46); }
td.TdClassName
{
border-color: #000C2E;
}
.TagClassName
{
border-color: #000C2E;
}
</style>