Shades of Midnight Express #0F1A32
Tints of Midnight Express #0F1A32
RGB
CMYK
RGB Variations
Color information
#0F1A32 (or 0x0F1A32) is known color: Midnight Express. HEX triplet: 0F, 1A and 32. RGB value is (15,26,50). Sum of RGB (Red+Green+Blue) = 15+26+50=91 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.48% from 91); Green value is 26 (10.55% from 255 or 28.57% from 91); Blue value is 50 (19.92% from 255 or 54.95% from 91); Max value from RGB is 50 - color contains mainly: blue. Hex color #0F1A32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1A32 is #F0E5CD. Grayscale: #191919. Windows color (decimal): -15787470 or 3283471. OLE color: 3283471.
HSL color Cylindrical-coordinate representation of color #0F1A32: hue angle of 221.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 #0F1A32 is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 15 | 26 | 50 | - |
| CMYK | 0.70 | 0.48 | 0 | 0.80 |
| HSL | 221.14º | 0.54% | 0.13% | - |
| HSV(B) | 221.14º | 0.7% | 0.2% | - |
| XYZ | 1.14 | 1.07 | 3.16 | - |
| YUV | 25.45 | 141.86 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 26 | 50 | 0.70 | 0.48 | 0 | 0.80 | 221.14 | 0.54 | 0.13 |
| Hex | F | 1A | 32 | 46 | 30 | 0 | 50 | DD | 36 | D |
| Octal | 17 | 32 | 62 | 106 | 60 | 0 | 120 | 335 | 66 | 15 |
| Binary | 1111 | 11010 | 110010 | 1000110 | 110000 | 0 | 1010000 | 11011101 | 110110 | 1101 |
Color Harmonies of #0F1A32
Complementary color
Monochromatic Colors of #0F1A32
Black with #0F1A32
Text Example
Text Example
White with #0F1A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1A32; }
p { color: rgb(15,26,50); }
H1.HeaderClassName
{
color: #0F1A32;
}
.AnyTagClassName
{
color: #0F1A32;
}
</style>
background-color css
<style>
a { background-color: #0F1A32; }
a { background-color: rgb(15,26,50); }
div.DivClassName
{
background-color: #0F1A32;
}
.BgClassName
{
background-color: #0F1A32;
}
</style>
border-color css
<style>
span { border-color: #0F1A32; }
span { border-color: rgb(15,26,50); }
td.TdClassName
{
border-color: #0F1A32;
}
.TagClassName
{
border-color: #0F1A32;
}
</style>