Shades of Midnight Express #0F1930
Tints of Midnight Express #0F1930
RGB
CMYK
RGB Variations
Color information
#0F1930 (or 0x0F1930) is known color: Midnight Express. HEX triplet: 0F, 19 and 30. RGB value is (15,25,48). Sum of RGB (Red+Green+Blue) = 15+25+48=88 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.05% from 88); Green value is 25 (10.16% from 255 or 28.41% from 88); Blue value is 48 (19.14% from 255 or 54.55% from 88); Max value from RGB is 48 - color contains mainly: blue. Hex color #0F1930 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1930 is #F0E6CF. Grayscale: #181818. Windows color (decimal): -15787728 or 3152143. OLE color: 3152143.
HSL color Cylindrical-coordinate representation of color #0F1930: hue angle of 221.82º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0F1930 is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 15 | 25 | 48 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.81 |
| HSL | 221.82º | 0.52% | 0.12% | - |
| HSV(B) | 221.82º | 0.69% | 0.19% | - |
| XYZ | 1.08 | 1.01 | 2.93 | - |
| YUV | 24.63 | 141.19 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 25 | 48 | 0.69 | 0.48 | 0 | 0.81 | 221.82 | 0.52 | 0.12 |
| Hex | F | 19 | 30 | 45 | 30 | 0 | 51 | DE | 34 | C |
| Octal | 17 | 31 | 60 | 105 | 60 | 0 | 121 | 336 | 64 | 14 |
| Binary | 1111 | 11001 | 110000 | 1000101 | 110000 | 0 | 1010001 | 11011110 | 110100 | 1100 |
Color Harmonies of #0F1930
Complementary color
Monochromatic Colors of #0F1930
Black with #0F1930
Text Example
Text Example
White with #0F1930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1930; }
p { color: rgb(15,25,48); }
H1.HeaderClassName
{
color: #0F1930;
}
.AnyTagClassName
{
color: #0F1930;
}
</style>
background-color css
<style>
a { background-color: #0F1930; }
a { background-color: rgb(15,25,48); }
div.DivClassName
{
background-color: #0F1930;
}
.BgClassName
{
background-color: #0F1930;
}
</style>
border-color css
<style>
span { border-color: #0F1930; }
span { border-color: rgb(15,25,48); }
td.TdClassName
{
border-color: #0F1930;
}
.TagClassName
{
border-color: #0F1930;
}
</style>