Shades of Midnight Express #0F1F48
Tints of Midnight Express #0F1F48
RGB
CMYK
RGB Variations
Color information
#0F1F48 (or 0x0F1F48) is known color: Midnight Express. HEX triplet: 0F, 1F and 48. RGB value is (15,31,72). Sum of RGB (Red+Green+Blue) = 15+31+72=118 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.71% from 118); Green value is 31 (12.5% from 255 or 26.27% from 118); Blue value is 72 (28.52% from 255 or 61.02% from 118); Max value from RGB is 72 - color contains mainly: blue. Hex color #0F1F48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1F48 is #F0E0B7. Grayscale: #1E1E1E. Windows color (decimal): -15786168 or 4726543. OLE color: 4726543.
HSL color Cylindrical-coordinate representation of color #0F1F48: hue angle of 223.16º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F1F48 is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 15 | 31 | 72 | - |
| CMYK | 0.79 | 0.57 | 0 | 0.72 |
| HSL | 223.16º | 0.66% | 0.17% | - |
| HSV(B) | 223.16º | 0.79% | 0.28% | - |
| XYZ | 1.86 | 1.55 | 6.33 | - |
| YUV | 30.89 | 151.2 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 31 | 72 | 0.79 | 0.57 | 0 | 0.72 | 223.16 | 0.66 | 0.17 |
| Hex | F | 1F | 48 | 4F | 39 | 0 | 48 | DF | 42 | 11 |
| Octal | 17 | 37 | 110 | 117 | 71 | 0 | 110 | 337 | 102 | 21 |
| Binary | 1111 | 11111 | 1001000 | 1001111 | 111001 | 0 | 1001000 | 11011111 | 1000010 | 10001 |
Color Harmonies of #0F1F48
Complementary color
Monochromatic Colors of #0F1F48
Black with #0F1F48
Text Example
Text Example
White with #0F1F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1F48; }
p { color: rgb(15,31,72); }
H1.HeaderClassName
{
color: #0F1F48;
}
.AnyTagClassName
{
color: #0F1F48;
}
</style>
background-color css
<style>
a { background-color: #0F1F48; }
a { background-color: rgb(15,31,72); }
div.DivClassName
{
background-color: #0F1F48;
}
.BgClassName
{
background-color: #0F1F48;
}
</style>
border-color css
<style>
span { border-color: #0F1F48; }
span { border-color: rgb(15,31,72); }
td.TdClassName
{
border-color: #0F1F48;
}
.TagClassName
{
border-color: #0F1F48;
}
</style>