Shades of Midnight Express #0F1134
Tints of Midnight Express #0F1134
RGB
CMYK
RGB Variations
Color information
#0F1134 (or 0x0F1134) is known color: Midnight Express. HEX triplet: 0F, 11 and 34. RGB value is (15,17,52). Sum of RGB (Red+Green+Blue) = 15+17+52=84 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.86% from 84); Green value is 17 (7.03% from 255 or 20.24% from 84); Blue value is 52 (20.70% from 255 or 61.90% from 84); Max value from RGB is 52 - color contains mainly: blue. Hex color #0F1134 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1134 is #F0EECB. Grayscale: #141414. Windows color (decimal): -15789772 or 3412239. OLE color: 3412239.
HSL color Cylindrical-coordinate representation of color #0F1134: hue angle of 236.76º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0F1134 is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 15 | 17 | 52 | - |
| CMYK | 0.71 | 0.67 | 0 | 0.80 |
| HSL | 236.76º | 0.55% | 0.13% | - |
| HSV(B) | 236.76º | 0.71% | 0.2% | - |
| XYZ | 1.02 | 0.75 | 3.34 | - |
| YUV | 20.39 | 145.84 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 17 | 52 | 0.71 | 0.67 | 0 | 0.80 | 236.76 | 0.55 | 0.13 |
| Hex | F | 11 | 34 | 47 | 43 | 0 | 50 | ED | 37 | D |
| Octal | 17 | 21 | 64 | 107 | 103 | 0 | 120 | 355 | 67 | 15 |
| Binary | 1111 | 10001 | 110100 | 1000111 | 1000011 | 0 | 1010000 | 11101101 | 110111 | 1101 |
Color Harmonies of #0F1134
Complementary color
Monochromatic Colors of #0F1134
Black with #0F1134
Text Example
Text Example
White with #0F1134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1134; }
p { color: rgb(15,17,52); }
H1.HeaderClassName
{
color: #0F1134;
}
.AnyTagClassName
{
color: #0F1134;
}
</style>
background-color css
<style>
a { background-color: #0F1134; }
a { background-color: rgb(15,17,52); }
div.DivClassName
{
background-color: #0F1134;
}
.BgClassName
{
background-color: #0F1134;
}
</style>
border-color css
<style>
span { border-color: #0F1134; }
span { border-color: rgb(15,17,52); }
td.TdClassName
{
border-color: #0F1134;
}
.TagClassName
{
border-color: #0F1134;
}
</style>