Shades of Midnight Express #0F2142
Tints of Midnight Express #0F2142
RGB
CMYK
RGB Variations
Color information
#0F2142 (or 0x0F2142) is known color: Midnight Express. HEX triplet: 0F, 21 and 42. RGB value is (15,33,66). Sum of RGB (Red+Green+Blue) = 15+33+66=114 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.16% from 114); Green value is 33 (13.28% from 255 or 28.95% from 114); Blue value is 66 (26.17% from 255 or 57.89% from 114); Max value from RGB is 66 - color contains mainly: blue. Hex color #0F2142 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2142 is #F0DEBD. Grayscale: #1F1F1F. Windows color (decimal): -15785662 or 4333839. OLE color: 4333839.
HSL color Cylindrical-coordinate representation of color #0F2142: hue angle of 218.82º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F2142 is Cyan = 0.77, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 15 | 33 | 66 | - |
| CMYK | 0.77 | 0.5 | 0 | 0.74 |
| HSL | 218.82º | 0.63% | 0.16% | - |
| HSV(B) | 218.82º | 0.77% | 0.26% | - |
| XYZ | 1.72 | 1.58 | 5.37 | - |
| YUV | 31.38 | 147.54 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 33 | 66 | 0.77 | 0.5 | 0 | 0.74 | 218.82 | 0.63 | 0.16 |
| Hex | F | 21 | 42 | 4D | 32 | 0 | 4A | DB | 3F | 10 |
| Octal | 17 | 41 | 102 | 115 | 62 | 0 | 112 | 333 | 77 | 20 |
| Binary | 1111 | 100001 | 1000010 | 1001101 | 110010 | 0 | 1001010 | 11011011 | 111111 | 10000 |
Color Harmonies of #0F2142
Complementary color
Monochromatic Colors of #0F2142
Black with #0F2142
Text Example
Text Example
White with #0F2142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2142; }
p { color: rgb(15,33,66); }
H1.HeaderClassName
{
color: #0F2142;
}
.AnyTagClassName
{
color: #0F2142;
}
</style>
background-color css
<style>
a { background-color: #0F2142; }
a { background-color: rgb(15,33,66); }
div.DivClassName
{
background-color: #0F2142;
}
.BgClassName
{
background-color: #0F2142;
}
</style>
border-color css
<style>
span { border-color: #0F2142; }
span { border-color: rgb(15,33,66); }
td.TdClassName
{
border-color: #0F2142;
}
.TagClassName
{
border-color: #0F2142;
}
</style>