Shades of Midnight Express #0F1934
Tints of Midnight Express #0F1934
RGB
CMYK
RGB Variations
Color information
#0F1934 (or 0x0F1934) is known color: Midnight Express. HEX triplet: 0F, 19 and 34. RGB value is (15,25,52). Sum of RGB (Red+Green+Blue) = 15+25+52=92 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.30% from 92); Green value is 25 (10.16% from 255 or 27.17% from 92); Blue value is 52 (20.70% from 255 or 56.52% from 92); Max value from RGB is 52 - color contains mainly: blue. Hex color #0F1934 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1934 is #F0E6CB. Grayscale: #181818. Windows color (decimal): -15787724 or 3414287. OLE color: 3414287.
HSL color Cylindrical-coordinate representation of color #0F1934: hue angle of 223.78º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0F1934 is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 15 | 25 | 52 | - |
| CMYK | 0.71 | 0.52 | 0 | 0.80 |
| HSL | 223.78º | 0.55% | 0.13% | - |
| HSV(B) | 223.78º | 0.71% | 0.2% | - |
| XYZ | 1.16 | 1.04 | 3.39 | - |
| YUV | 25.09 | 143.19 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 25 | 52 | 0.71 | 0.52 | 0 | 0.80 | 223.78 | 0.55 | 0.13 |
| Hex | F | 19 | 34 | 47 | 34 | 0 | 50 | E0 | 37 | D |
| Octal | 17 | 31 | 64 | 107 | 64 | 0 | 120 | 340 | 67 | 15 |
| Binary | 1111 | 11001 | 110100 | 1000111 | 110100 | 0 | 1010000 | 11100000 | 110111 | 1101 |
Color Harmonies of #0F1934
Complementary color
Monochromatic Colors of #0F1934
Black with #0F1934
Text Example
Text Example
White with #0F1934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1934; }
p { color: rgb(15,25,52); }
H1.HeaderClassName
{
color: #0F1934;
}
.AnyTagClassName
{
color: #0F1934;
}
</style>
background-color css
<style>
a { background-color: #0F1934; }
a { background-color: rgb(15,25,52); }
div.DivClassName
{
background-color: #0F1934;
}
.BgClassName
{
background-color: #0F1934;
}
</style>
border-color css
<style>
span { border-color: #0F1934; }
span { border-color: rgb(15,25,52); }
td.TdClassName
{
border-color: #0F1934;
}
.TagClassName
{
border-color: #0F1934;
}
</style>