Shades of Midnight Express #0F1D39
Tints of Midnight Express #0F1D39
RGB
CMYK
RGB Variations
Color information
#0F1D39 (or 0x0F1D39) is known color: Midnight Express. HEX triplet: 0F, 1D and 39. RGB value is (15,29,57). Sum of RGB (Red+Green+Blue) = 15+29+57=101 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.85% from 101); Green value is 29 (11.72% from 255 or 28.71% from 101); Blue value is 57 (22.66% from 255 or 56.44% from 101); Max value from RGB is 57 - color contains mainly: blue. Hex color #0F1D39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1D39 is #F0E2C6. Grayscale: #1B1B1B. Windows color (decimal): -15786695 or 3742991. OLE color: 3742991.
HSL color Cylindrical-coordinate representation of color #0F1D39: hue angle of 220º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0F1D39 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 15 | 29 | 57 | - |
| CMYK | 0.74 | 0.49 | 0 | 0.78 |
| HSL | 220º | 0.58% | 0.14% | - |
| HSV(B) | 220º | 0.74% | 0.22% | - |
| XYZ | 1.37 | 1.28 | 4.04 | - |
| YUV | 28.01 | 144.36 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 29 | 57 | 0.74 | 0.49 | 0 | 0.78 | 220 | 0.58 | 0.14 |
| Hex | F | 1D | 39 | 4A | 31 | 0 | 4E | DC | 3A | E |
| Octal | 17 | 35 | 71 | 112 | 61 | 0 | 116 | 334 | 72 | 16 |
| Binary | 1111 | 11101 | 111001 | 1001010 | 110001 | 0 | 1001110 | 11011100 | 111010 | 1110 |
Color Harmonies of #0F1D39
Complementary color
Monochromatic Colors of #0F1D39
Black with #0F1D39
Text Example
Text Example
White with #0F1D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1D39; }
p { color: rgb(15,29,57); }
H1.HeaderClassName
{
color: #0F1D39;
}
.AnyTagClassName
{
color: #0F1D39;
}
</style>
background-color css
<style>
a { background-color: #0F1D39; }
a { background-color: rgb(15,29,57); }
div.DivClassName
{
background-color: #0F1D39;
}
.BgClassName
{
background-color: #0F1D39;
}
</style>
border-color css
<style>
span { border-color: #0F1D39; }
span { border-color: rgb(15,29,57); }
td.TdClassName
{
border-color: #0F1D39;
}
.TagClassName
{
border-color: #0F1D39;
}
</style>