Shades of Midnight Express #0F133D
Tints of Midnight Express #0F133D
RGB
CMYK
RGB Variations
Color information
#0F133D (or 0x0F133D) is known color: Midnight Express. HEX triplet: 0F, 13 and 3D. RGB value is (15,19,61). Sum of RGB (Red+Green+Blue) = 15+19+61=95 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.79% from 95); Green value is 19 (7.81% from 255 or 20% from 95); Blue value is 61 (24.22% from 255 or 64.21% from 95); Max value from RGB is 61 - color contains mainly: blue. Hex color #0F133D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F133D is #F0ECC2. Grayscale: #161616. Windows color (decimal): -15789251 or 4002575. OLE color: 4002575.
HSL color Cylindrical-coordinate representation of color #0F133D: hue angle of 234.78º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F133D is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 15 | 19 | 61 | - |
| CMYK | 0.75 | 0.69 | 0 | 0.76 |
| HSL | 234.78º | 0.61% | 0.15% | - |
| HSV(B) | 234.78º | 0.75% | 0.24% | - |
| XYZ | 1.27 | 0.9 | 4.52 | - |
| YUV | 22.59 | 149.67 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 19 | 61 | 0.75 | 0.69 | 0 | 0.76 | 234.78 | 0.61 | 0.15 |
| Hex | F | 13 | 3D | 4B | 45 | 0 | 4C | EB | 3D | F |
| Octal | 17 | 23 | 75 | 113 | 105 | 0 | 114 | 353 | 75 | 17 |
| Binary | 1111 | 10011 | 111101 | 1001011 | 1000101 | 0 | 1001100 | 11101011 | 111101 | 1111 |
Color Harmonies of #0F133D
Complementary color
Monochromatic Colors of #0F133D
Black with #0F133D
Text Example
Text Example
White with #0F133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F133D; }
p { color: rgb(15,19,61); }
H1.HeaderClassName
{
color: #0F133D;
}
.AnyTagClassName
{
color: #0F133D;
}
</style>
background-color css
<style>
a { background-color: #0F133D; }
a { background-color: rgb(15,19,61); }
div.DivClassName
{
background-color: #0F133D;
}
.BgClassName
{
background-color: #0F133D;
}
</style>
border-color css
<style>
span { border-color: #0F133D; }
span { border-color: rgb(15,19,61); }
td.TdClassName
{
border-color: #0F133D;
}
.TagClassName
{
border-color: #0F133D;
}
</style>