Shades of Midnight Express #0F1947
Tints of Midnight Express #0F1947
RGB
CMYK
RGB Variations
Color information
#0F1947 (or 0x0F1947) is known color: Midnight Express. HEX triplet: 0F, 19 and 47. RGB value is (15,25,71). Sum of RGB (Red+Green+Blue) = 15+25+71=111 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.51% from 111); Green value is 25 (10.16% from 255 or 22.52% from 111); Blue value is 71 (28.12% from 255 or 63.96% from 111); Max value from RGB is 71 - color contains mainly: blue. Hex color #0F1947 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1947 is #F0E6B8. Grayscale: #1B1B1B. Windows color (decimal): -15787705 or 4659471. OLE color: 4659471.
HSL color Cylindrical-coordinate representation of color #0F1947: hue angle of 229.29º degrees, saturation: 0.65, 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 #0F1947 is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 15 | 25 | 71 | - |
| CMYK | 0.79 | 0.65 | 0 | 0.72 |
| HSL | 229.29º | 0.65% | 0.17% | - |
| HSV(B) | 229.29º | 0.79% | 0.28% | - |
| XYZ | 1.68 | 1.25 | 6.11 | - |
| YUV | 27.25 | 152.69 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 25 | 71 | 0.79 | 0.65 | 0 | 0.72 | 229.29 | 0.65 | 0.17 |
| Hex | F | 19 | 47 | 4F | 41 | 0 | 48 | E5 | 41 | 11 |
| Octal | 17 | 31 | 107 | 117 | 101 | 0 | 110 | 345 | 101 | 21 |
| Binary | 1111 | 11001 | 1000111 | 1001111 | 1000001 | 0 | 1001000 | 11100101 | 1000001 | 10001 |
Color Harmonies of #0F1947
Complementary color
Monochromatic Colors of #0F1947
Black with #0F1947
Text Example
Text Example
White with #0F1947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1947; }
p { color: rgb(15,25,71); }
H1.HeaderClassName
{
color: #0F1947;
}
.AnyTagClassName
{
color: #0F1947;
}
</style>
background-color css
<style>
a { background-color: #0F1947; }
a { background-color: rgb(15,25,71); }
div.DivClassName
{
background-color: #0F1947;
}
.BgClassName
{
background-color: #0F1947;
}
</style>
border-color css
<style>
span { border-color: #0F1947; }
span { border-color: rgb(15,25,71); }
td.TdClassName
{
border-color: #0F1947;
}
.TagClassName
{
border-color: #0F1947;
}
</style>