Shades of Midnight Express #000F37
Tints of Midnight Express #000F37
RGB
CMYK
RGB Variations
Color information
#000F37 (or 0x000F37) is known color: Midnight Express. HEX triplet: 00, 0F and 37. RGB value is (0,15,55). Sum of RGB (Red+Green+Blue) = 0+15+55=70 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 70); Green value is 15 (6.25% from 255 or 21.43% from 70); Blue value is 55 (21.88% from 255 or 78.57% from 70); Max value from RGB is 55 - color contains mainly: blue. Hex color #000F37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000F37 is #FFF0C8. Grayscale: #0E0E0E. Windows color (decimal): -16773321 or 3608320. OLE color: 3608320.
HSL color Cylindrical-coordinate representation of color #000F37: hue angle of 223.64º 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 #000F37 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 15 | 55 | - |
| CMYK | 1 | 0.73 | 0 | 0.78 |
| HSL | 223.64º | 1% | 0.11% | - |
| HSV(B) | 223.64º | 1% | 0.22% | - |
| XYZ | 0.86 | 0.62 | 3.69 | - |
| YUV | 15.08 | 150.53 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 55 | 1 | 0.73 | 0 | 0.78 | 223.64 | 1 | 0.11 |
| Hex | 0 | F | 37 | 64 | 49 | 0 | 4E | E0 | 64 | B |
| Octal | 0 | 17 | 67 | 144 | 111 | 0 | 116 | 340 | 144 | 13 |
| Binary | 0 | 1111 | 110111 | 1100100 | 1001001 | 0 | 1001110 | 11100000 | 1100100 | 1011 |
Color Harmonies of #000F37
Complementary color
Monochromatic Colors of #000F37
Black with #000F37
Text Example
Text Example
White with #000F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000F37; }
p { color: rgb(0,15,55); }
H1.HeaderClassName
{
color: #000F37;
}
.AnyTagClassName
{
color: #000F37;
}
</style>
background-color css
<style>
a { background-color: #000F37; }
a { background-color: rgb(0,15,55); }
div.DivClassName
{
background-color: #000F37;
}
.BgClassName
{
background-color: #000F37;
}
</style>
border-color css
<style>
span { border-color: #000F37; }
span { border-color: rgb(0,15,55); }
td.TdClassName
{
border-color: #000F37;
}
.TagClassName
{
border-color: #000F37;
}
</style>