Shades of Midnight Express #0F1D40
Tints of Midnight Express #0F1D40
RGB
CMYK
RGB Variations
Color information
#0F1D40 (or 0x0F1D40) is known color: Midnight Express. HEX triplet: 0F, 1D and 40. RGB value is (15,29,64). Sum of RGB (Red+Green+Blue) = 15+29+64=108 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.89% from 108); Green value is 29 (11.72% from 255 or 26.85% from 108); Blue value is 64 (25.39% from 255 or 59.26% from 108); Max value from RGB is 64 - color contains mainly: blue. Hex color #0F1D40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1D40 is #F0E2BF. Grayscale: #1C1C1C. Windows color (decimal): -15786688 or 4201743. OLE color: 4201743.
HSL color Cylindrical-coordinate representation of color #0F1D40: hue angle of 222.86º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F1D40 is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 15 | 29 | 64 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.75 |
| HSL | 222.86º | 0.62% | 0.15% | - |
| HSV(B) | 222.86º | 0.77% | 0.25% | - |
| XYZ | 1.56 | 1.35 | 5.03 | - |
| YUV | 28.8 | 147.86 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 29 | 64 | 0.77 | 0.55 | 0 | 0.75 | 222.86 | 0.62 | 0.15 |
| Hex | F | 1D | 40 | 4D | 37 | 0 | 4B | DF | 3E | F |
| Octal | 17 | 35 | 100 | 115 | 67 | 0 | 113 | 337 | 76 | 17 |
| Binary | 1111 | 11101 | 1000000 | 1001101 | 110111 | 0 | 1001011 | 11011111 | 111110 | 1111 |
Color Harmonies of #0F1D40
Complementary color
Monochromatic Colors of #0F1D40
Black with #0F1D40
Text Example
Text Example
White with #0F1D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1D40; }
p { color: rgb(15,29,64); }
H1.HeaderClassName
{
color: #0F1D40;
}
.AnyTagClassName
{
color: #0F1D40;
}
</style>
background-color css
<style>
a { background-color: #0F1D40; }
a { background-color: rgb(15,29,64); }
div.DivClassName
{
background-color: #0F1D40;
}
.BgClassName
{
background-color: #0F1D40;
}
</style>
border-color css
<style>
span { border-color: #0F1D40; }
span { border-color: rgb(15,29,64); }
td.TdClassName
{
border-color: #0F1D40;
}
.TagClassName
{
border-color: #0F1D40;
}
</style>