Shades of Midnight Express #0F1332
Tints of Midnight Express #0F1332
RGB
CMYK
RGB Variations
Color information
#0F1332 (or 0x0F1332) is known color: Midnight Express. HEX triplet: 0F, 13 and 32. RGB value is (15,19,50). Sum of RGB (Red+Green+Blue) = 15+19+50=84 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.86% from 84); Green value is 19 (7.81% from 255 or 22.62% from 84); Blue value is 50 (19.92% from 255 or 59.52% from 84); Max value from RGB is 50 - color contains mainly: blue. Hex color #0F1332 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1332 is #F0ECCD. Grayscale: #151515. Windows color (decimal): -15789262 or 3281679. OLE color: 3281679.
HSL color Cylindrical-coordinate representation of color #0F1332: hue angle of 233.14º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0F1332 is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 15 | 19 | 50 | - |
| CMYK | 0.70 | 0.62 | 0 | 0.80 |
| HSL | 233.14º | 0.54% | 0.13% | - |
| HSV(B) | 233.14º | 0.7% | 0.2% | - |
| XYZ | 1.01 | 0.8 | 3.12 | - |
| YUV | 21.34 | 144.17 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 19 | 50 | 0.70 | 0.62 | 0 | 0.80 | 233.14 | 0.54 | 0.13 |
| Hex | F | 13 | 32 | 46 | 3E | 0 | 50 | E9 | 36 | D |
| Octal | 17 | 23 | 62 | 106 | 76 | 0 | 120 | 351 | 66 | 15 |
| Binary | 1111 | 10011 | 110010 | 1000110 | 111110 | 0 | 1010000 | 11101001 | 110110 | 1101 |
Color Harmonies of #0F1332
Complementary color
Monochromatic Colors of #0F1332
Black with #0F1332
Text Example
Text Example
White with #0F1332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1332; }
p { color: rgb(15,19,50); }
H1.HeaderClassName
{
color: #0F1332;
}
.AnyTagClassName
{
color: #0F1332;
}
</style>
background-color css
<style>
a { background-color: #0F1332; }
a { background-color: rgb(15,19,50); }
div.DivClassName
{
background-color: #0F1332;
}
.BgClassName
{
background-color: #0F1332;
}
</style>
border-color css
<style>
span { border-color: #0F1332; }
span { border-color: rgb(15,19,50); }
td.TdClassName
{
border-color: #0F1332;
}
.TagClassName
{
border-color: #0F1332;
}
</style>