Shades of Midnight Express #000F2C
Tints of Midnight Express #000F2C
RGB
CMYK
RGB Variations
Color information
#000F2C (or 0x000F2C) is known color: Midnight Express. HEX triplet: 00, 0F and 2C. RGB value is (0,15,44). Sum of RGB (Red+Green+Blue) = 0+15+44=59 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 59); Green value is 15 (6.25% from 255 or 25.42% from 59); Blue value is 44 (17.58% from 255 or 74.58% from 59); Max value from RGB is 44 - color contains mainly: blue. Hex color #000F2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000F2C is #FFF0D3. Grayscale: #0D0D0D. Windows color (decimal): -16773332 or 2887424. OLE color: 2887424.
HSL color Cylindrical-coordinate representation of color #000F2C: hue angle of 219.55º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F2C is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 0 | 15 | 44 | - |
| CMYK | 1 | 0.66 | 0 | 0.83 |
| HSL | 219.55º | 1% | 0.09% | - |
| HSV(B) | 219.55º | 1% | 0.17% | - |
| XYZ | 0.63 | 0.52 | 2.45 | - |
| YUV | 13.82 | 145.03 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 44 | 1 | 0.66 | 0 | 0.83 | 219.55 | 1 | 0.09 |
| Hex | 0 | F | 2C | 64 | 42 | 0 | 53 | DC | 64 | 9 |
| Octal | 0 | 17 | 54 | 144 | 102 | 0 | 123 | 334 | 144 | 11 |
| Binary | 0 | 1111 | 101100 | 1100100 | 1000010 | 0 | 1010011 | 11011100 | 1100100 | 1001 |
Color Harmonies of #000F2C
Complementary color
Monochromatic Colors of #000F2C
Black with #000F2C
Text Example
Text Example
White with #000F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000F2C; }
p { color: rgb(0,15,44); }
H1.HeaderClassName
{
color: #000F2C;
}
.AnyTagClassName
{
color: #000F2C;
}
</style>
background-color css
<style>
a { background-color: #000F2C; }
a { background-color: rgb(0,15,44); }
div.DivClassName
{
background-color: #000F2C;
}
.BgClassName
{
background-color: #000F2C;
}
</style>
border-color css
<style>
span { border-color: #000F2C; }
span { border-color: rgb(0,15,44); }
td.TdClassName
{
border-color: #000F2C;
}
.TagClassName
{
border-color: #000F2C;
}
</style>