Shades of Midnight Express #0F1437
Tints of Midnight Express #0F1437
RGB
CMYK
RGB Variations
Color information
#0F1437 (or 0x0F1437) is known color: Midnight Express. HEX triplet: 0F, 14 and 37. RGB value is (15,20,55). Sum of RGB (Red+Green+Blue) = 15+20+55=90 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.67% from 90); Green value is 20 (8.20% from 255 or 22.22% from 90); Blue value is 55 (21.88% from 255 or 61.11% from 90); Max value from RGB is 55 - color contains mainly: blue. Hex color #0F1437 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1437 is #F0EBC8. Grayscale: #161616. Windows color (decimal): -15789001 or 3609615. OLE color: 3609615.
HSL color Cylindrical-coordinate representation of color #0F1437: hue angle of 232.5º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0F1437 is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 15 | 20 | 55 | - |
| CMYK | 0.73 | 0.64 | 0 | 0.78 |
| HSL | 232.5º | 0.57% | 0.14% | - |
| HSV(B) | 232.5º | 0.73% | 0.22% | - |
| XYZ | 1.14 | 0.88 | 3.72 | - |
| YUV | 22.5 | 146.34 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 20 | 55 | 0.73 | 0.64 | 0 | 0.78 | 232.5 | 0.57 | 0.14 |
| Hex | F | 14 | 37 | 49 | 40 | 0 | 4E | E8 | 39 | E |
| Octal | 17 | 24 | 67 | 111 | 100 | 0 | 116 | 350 | 71 | 16 |
| Binary | 1111 | 10100 | 110111 | 1001001 | 1000000 | 0 | 1001110 | 11101000 | 111001 | 1110 |
Color Harmonies of #0F1437
Complementary color
Monochromatic Colors of #0F1437
Black with #0F1437
Text Example
Text Example
White with #0F1437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1437; }
p { color: rgb(15,20,55); }
H1.HeaderClassName
{
color: #0F1437;
}
.AnyTagClassName
{
color: #0F1437;
}
</style>
background-color css
<style>
a { background-color: #0F1437; }
a { background-color: rgb(15,20,55); }
div.DivClassName
{
background-color: #0F1437;
}
.BgClassName
{
background-color: #0F1437;
}
</style>
border-color css
<style>
span { border-color: #0F1437; }
span { border-color: rgb(15,20,55); }
td.TdClassName
{
border-color: #0F1437;
}
.TagClassName
{
border-color: #0F1437;
}
</style>