Shades of Midnight Express #0F1941
Tints of Midnight Express #0F1941
RGB
CMYK
RGB Variations
Color information
#0F1941 (or 0x0F1941) is known color: Midnight Express. HEX triplet: 0F, 19 and 41. RGB value is (15,25,65). Sum of RGB (Red+Green+Blue) = 15+25+65=105 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.29% from 105); Green value is 25 (10.16% from 255 or 23.81% from 105); Blue value is 65 (25.78% from 255 or 61.90% from 105); Max value from RGB is 65 - color contains mainly: blue. Hex color #0F1941 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1941 is #F0E6BE. Grayscale: #1A1A1A. Windows color (decimal): -15787711 or 4266255. OLE color: 4266255.
HSL color Cylindrical-coordinate representation of color #0F1941: hue angle of 228º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F1941 is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 15 | 25 | 65 | - |
| CMYK | 0.77 | 0.62 | 0 | 0.75 |
| HSL | 228º | 0.63% | 0.16% | - |
| HSV(B) | 228º | 0.77% | 0.25% | - |
| XYZ | 1.5 | 1.18 | 5.15 | - |
| YUV | 26.57 | 149.69 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 25 | 65 | 0.77 | 0.62 | 0 | 0.75 | 228 | 0.63 | 0.16 |
| Hex | F | 19 | 41 | 4D | 3E | 0 | 4B | E4 | 3E | 10 |
| Octal | 17 | 31 | 101 | 115 | 76 | 0 | 113 | 344 | 76 | 20 |
| Binary | 1111 | 11001 | 1000001 | 1001101 | 111110 | 0 | 1001011 | 11100100 | 111110 | 10000 |
Color Harmonies of #0F1941
Complementary color
Monochromatic Colors of #0F1941
Black with #0F1941
Text Example
Text Example
White with #0F1941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1941; }
p { color: rgb(15,25,65); }
H1.HeaderClassName
{
color: #0F1941;
}
.AnyTagClassName
{
color: #0F1941;
}
</style>
background-color css
<style>
a { background-color: #0F1941; }
a { background-color: rgb(15,25,65); }
div.DivClassName
{
background-color: #0F1941;
}
.BgClassName
{
background-color: #0F1941;
}
</style>
border-color css
<style>
span { border-color: #0F1941; }
span { border-color: rgb(15,25,65); }
td.TdClassName
{
border-color: #0F1941;
}
.TagClassName
{
border-color: #0F1941;
}
</style>