Shades of Midnight Express #0F1948
Tints of Midnight Express #0F1948
RGB
CMYK
RGB Variations
Color information
#0F1948 (or 0x0F1948) is known color: Midnight Express. HEX triplet: 0F, 19 and 48. RGB value is (15,25,72). Sum of RGB (Red+Green+Blue) = 15+25+72=112 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.39% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 72 (28.52% from 255 or 64.29% from 112); Max value from RGB is 72 - color contains mainly: blue. Hex color #0F1948 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1948 is #F0E6B7. Grayscale: #1B1B1B. Windows color (decimal): -15787704 or 4725007. OLE color: 4725007.
HSL color Cylindrical-coordinate representation of color #0F1948: hue angle of 229.47º 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 #0F1948 is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 15 | 25 | 72 | - |
| CMYK | 0.79 | 0.65 | 0 | 0.72 |
| HSL | 229.47º | 0.66% | 0.17% | - |
| HSV(B) | 229.47º | 0.79% | 0.28% | - |
| XYZ | 1.71 | 1.26 | 6.28 | - |
| YUV | 27.37 | 153.19 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 25 | 72 | 0.79 | 0.65 | 0 | 0.72 | 229.47 | 0.66 | 0.17 |
| Hex | F | 19 | 48 | 4F | 41 | 0 | 48 | E5 | 42 | 11 |
| Octal | 17 | 31 | 110 | 117 | 101 | 0 | 110 | 345 | 102 | 21 |
| Binary | 1111 | 11001 | 1001000 | 1001111 | 1000001 | 0 | 1001000 | 11100101 | 1000010 | 10001 |
Color Harmonies of #0F1948
Complementary color
Monochromatic Colors of #0F1948
Black with #0F1948
Text Example
Text Example
White with #0F1948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1948; }
p { color: rgb(15,25,72); }
H1.HeaderClassName
{
color: #0F1948;
}
.AnyTagClassName
{
color: #0F1948;
}
</style>
background-color css
<style>
a { background-color: #0F1948; }
a { background-color: rgb(15,25,72); }
div.DivClassName
{
background-color: #0F1948;
}
.BgClassName
{
background-color: #0F1948;
}
</style>
border-color css
<style>
span { border-color: #0F1948; }
span { border-color: rgb(15,25,72); }
td.TdClassName
{
border-color: #0F1948;
}
.TagClassName
{
border-color: #0F1948;
}
</style>