Shades of Midnight Express #0F1841
Tints of Midnight Express #0F1841
RGB
CMYK
RGB Variations
Color information
#0F1841 (or 0x0F1841) is known color: Midnight Express. HEX triplet: 0F, 18 and 41. RGB value is (15,24,65). Sum of RGB (Red+Green+Blue) = 15+24+65=104 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.42% from 104); Green value is 24 (9.77% from 255 or 23.08% from 104); Blue value is 65 (25.78% from 255 or 62.5% from 104); Max value from RGB is 65 - color contains mainly: blue. Hex color #0F1841 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1841 is #F0E7BE. Grayscale: #191919. Windows color (decimal): -15787967 or 4265999. OLE color: 4265999.
HSL color Cylindrical-coordinate representation of color #0F1841: hue angle of 229.2º 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 #0F1841 is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 15 | 24 | 65 | - |
| CMYK | 0.77 | 0.63 | 0 | 0.75 |
| HSL | 229.2º | 0.63% | 0.16% | - |
| HSV(B) | 229.2º | 0.77% | 0.25% | - |
| XYZ | 1.48 | 1.14 | 5.14 | - |
| YUV | 25.98 | 150.02 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 24 | 65 | 0.77 | 0.63 | 0 | 0.75 | 229.2 | 0.63 | 0.16 |
| Hex | F | 18 | 41 | 4D | 3F | 0 | 4B | E5 | 3E | 10 |
| Octal | 17 | 30 | 101 | 115 | 77 | 0 | 113 | 345 | 76 | 20 |
| Binary | 1111 | 11000 | 1000001 | 1001101 | 111111 | 0 | 1001011 | 11100101 | 111110 | 10000 |
Color Harmonies of #0F1841
Complementary color
Monochromatic Colors of #0F1841
Black with #0F1841
Text Example
Text Example
White with #0F1841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1841; }
p { color: rgb(15,24,65); }
H1.HeaderClassName
{
color: #0F1841;
}
.AnyTagClassName
{
color: #0F1841;
}
</style>
background-color css
<style>
a { background-color: #0F1841; }
a { background-color: rgb(15,24,65); }
div.DivClassName
{
background-color: #0F1841;
}
.BgClassName
{
background-color: #0F1841;
}
</style>
border-color css
<style>
span { border-color: #0F1841; }
span { border-color: rgb(15,24,65); }
td.TdClassName
{
border-color: #0F1841;
}
.TagClassName
{
border-color: #0F1841;
}
</style>