Shades of Midnight Express #0F1932
Tints of Midnight Express #0F1932
RGB
CMYK
RGB Variations
Color information
#0F1932 (or 0x0F1932) is known color: Midnight Express. HEX triplet: 0F, 19 and 32. RGB value is (15,25,50). Sum of RGB (Red+Green+Blue) = 15+25+50=90 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.67% from 90); Green value is 25 (10.16% from 255 or 27.78% from 90); Blue value is 50 (19.92% from 255 or 55.56% from 90); Max value from RGB is 50 - color contains mainly: blue. Hex color #0F1932 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1932 is #F0E6CD. Grayscale: #181818. Windows color (decimal): -15787726 or 3283215. OLE color: 3283215.
HSL color Cylindrical-coordinate representation of color #0F1932: hue angle of 222.86º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0F1932 is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 15 | 25 | 50 | - |
| CMYK | 0.70 | 0.50 | 0 | 0.80 |
| HSL | 222.86º | 0.54% | 0.13% | - |
| HSV(B) | 222.86º | 0.7% | 0.2% | - |
| XYZ | 1.12 | 1.03 | 3.16 | - |
| YUV | 24.86 | 142.19 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 25 | 50 | 0.70 | 0.50 | 0 | 0.80 | 222.86 | 0.54 | 0.13 |
| Hex | F | 19 | 32 | 46 | 32 | 0 | 50 | DF | 36 | D |
| Octal | 17 | 31 | 62 | 106 | 62 | 0 | 120 | 337 | 66 | 15 |
| Binary | 1111 | 11001 | 110010 | 1000110 | 110010 | 0 | 1010000 | 11011111 | 110110 | 1101 |
Color Harmonies of #0F1932
Complementary color
Monochromatic Colors of #0F1932
Black with #0F1932
Text Example
Text Example
White with #0F1932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1932; }
p { color: rgb(15,25,50); }
H1.HeaderClassName
{
color: #0F1932;
}
.AnyTagClassName
{
color: #0F1932;
}
</style>
background-color css
<style>
a { background-color: #0F1932; }
a { background-color: rgb(15,25,50); }
div.DivClassName
{
background-color: #0F1932;
}
.BgClassName
{
background-color: #0F1932;
}
</style>
border-color css
<style>
span { border-color: #0F1932; }
span { border-color: rgb(15,25,50); }
td.TdClassName
{
border-color: #0F1932;
}
.TagClassName
{
border-color: #0F1932;
}
</style>