Shades of Midnight Express #0F1D4D
Tints of Midnight Express #0F1D4D
RGB
CMYK
RGB Variations
Color information
#0F1D4D (or 0x0F1D4D) is known color: Midnight Express. HEX triplet: 0F, 1D and 4D. RGB value is (15,29,77). Sum of RGB (Red+Green+Blue) = 15+29+77=121 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.40% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 77 (30.47% from 255 or 63.64% from 121); Max value from RGB is 77 - color contains mainly: blue. Hex color #0F1D4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F1D4D is #F0E2B2. Grayscale: #1E1E1E. Windows color (decimal): -15786675 or 5053711. OLE color: 5053711.
HSL color Cylindrical-coordinate representation of color #0F1D4D: hue angle of 226.45º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F1D4D is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 15 | 29 | 77 | - |
| CMYK | 0.81 | 0.62 | 0 | 0.70 |
| HSL | 226.45º | 0.67% | 0.18% | - |
| HSV(B) | 226.45º | 0.81% | 0.3% | - |
| XYZ | 1.98 | 1.52 | 7.21 | - |
| YUV | 30.29 | 154.36 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 29 | 77 | 0.81 | 0.62 | 0 | 0.70 | 226.45 | 0.67 | 0.18 |
| Hex | F | 1D | 4D | 51 | 3E | 0 | 46 | E2 | 43 | 12 |
| Octal | 17 | 35 | 115 | 121 | 76 | 0 | 106 | 342 | 103 | 22 |
| Binary | 1111 | 11101 | 1001101 | 1010001 | 111110 | 0 | 1000110 | 11100010 | 1000011 | 10010 |
Color Harmonies of #0F1D4D
Complementary color
Monochromatic Colors of #0F1D4D
Black with #0F1D4D
Text Example
Text Example
White with #0F1D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1D4D; }
p { color: rgb(15,29,77); }
H1.HeaderClassName
{
color: #0F1D4D;
}
.AnyTagClassName
{
color: #0F1D4D;
}
</style>
background-color css
<style>
a { background-color: #0F1D4D; }
a { background-color: rgb(15,29,77); }
div.DivClassName
{
background-color: #0F1D4D;
}
.BgClassName
{
background-color: #0F1D4D;
}
</style>
border-color css
<style>
span { border-color: #0F1D4D; }
span { border-color: rgb(15,29,77); }
td.TdClassName
{
border-color: #0F1D4D;
}
.TagClassName
{
border-color: #0F1D4D;
}
</style>