Shades of Midnight Express #0F133A
Tints of Midnight Express #0F133A
RGB
CMYK
RGB Variations
Color information
#0F133A (or 0x0F133A) is known color: Midnight Express. HEX triplet: 0F, 13 and 3A. RGB value is (15,19,58). Sum of RGB (Red+Green+Blue) = 15+19+58=92 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.30% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 58 (23.05% from 255 or 63.04% from 92); Max value from RGB is 58 - color contains mainly: blue. Hex color #0F133A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F133A is #F0ECC5. Grayscale: #161616. Windows color (decimal): -15789254 or 3805967. OLE color: 3805967.
HSL color Cylindrical-coordinate representation of color #0F133A: hue angle of 234.42º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0F133A is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 15 | 19 | 58 | - |
| CMYK | 0.74 | 0.67 | 0 | 0.77 |
| HSL | 234.42º | 0.59% | 0.14% | - |
| HSV(B) | 234.42º | 0.74% | 0.23% | - |
| XYZ | 1.19 | 0.87 | 4.11 | - |
| YUV | 22.25 | 148.17 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 19 | 58 | 0.74 | 0.67 | 0 | 0.77 | 234.42 | 0.59 | 0.14 |
| Hex | F | 13 | 3A | 4A | 43 | 0 | 4D | EA | 3B | E |
| Octal | 17 | 23 | 72 | 112 | 103 | 0 | 115 | 352 | 73 | 16 |
| Binary | 1111 | 10011 | 111010 | 1001010 | 1000011 | 0 | 1001101 | 11101010 | 111011 | 1110 |
Color Harmonies of #0F133A
Complementary color
Monochromatic Colors of #0F133A
Black with #0F133A
Text Example
Text Example
White with #0F133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F133A; }
p { color: rgb(15,19,58); }
H1.HeaderClassName
{
color: #0F133A;
}
.AnyTagClassName
{
color: #0F133A;
}
</style>
background-color css
<style>
a { background-color: #0F133A; }
a { background-color: rgb(15,19,58); }
div.DivClassName
{
background-color: #0F133A;
}
.BgClassName
{
background-color: #0F133A;
}
</style>
border-color css
<style>
span { border-color: #0F133A; }
span { border-color: rgb(15,19,58); }
td.TdClassName
{
border-color: #0F133A;
}
.TagClassName
{
border-color: #0F133A;
}
</style>